Skip to content

Commit 52d4418

Browse files
authored
esbuild: 0.25.3 -> 0.25.4 (#405926)
2 parents ca2a5bb + 7bc9fab commit 52d4418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/tools/esbuild/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
buildGoModule rec {
88
pname = "esbuild";
9-
version = "0.25.3";
9+
version = "0.25.4";
1010

1111
src = fetchFromGitHub {
1212
owner = "evanw";
1313
repo = "esbuild";
1414
rev = "v${version}";
15-
hash = "sha256-YYwvz6TCLAtVHsmXLGC+L/CQVAy5qSFU6JS1o5O5Zkg=";
15+
hash = "sha256-fh+w8ZIWfNavZo6kBU8gKS6IwPXP3z+eXLDz3v6gVt4=";
1616
};
1717

1818
vendorHash = "sha256-+BfxCyg0KkDQpHt/wycy/8CTG6YBA/VJvJFhhzUnSiQ=";

0 commit comments

Comments
 (0)