esbuild: 0.21.5 -> 0.22.0

This commit is contained in:
R. Ryantm 2024-07-01 00:39:16 +00:00
parent c00f20377b
commit 646989cee4

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "esbuild";
version = "0.21.5";
version = "0.22.0";
src = fetchFromGitHub {
owner = "evanw";
repo = "esbuild";
rev = "v${version}";
hash = "sha256-FpvXWIlt67G8w3pBKZo/mcp57LunxDmRUaCU/Ne89B8=";
hash = "sha256-I+NJFWnjsXgfIlzIv6hGXj9VF0JcF/ck7g88Td6jLw0=";
};
vendorHash = "sha256-+BfxCyg0KkDQpHt/wycy/8CTG6YBA/VJvJFhhzUnSiQ=";