esbuild: 0.24.0 -> 0.24.2

This commit is contained in:
R. Ryantm 2024-12-30 17:01:34 +00:00
parent 25d0c5fd08
commit 5580564c40

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "esbuild";
version = "0.24.0";
version = "0.24.2";
src = fetchFromGitHub {
owner = "evanw";
repo = "esbuild";
rev = "v${version}";
hash = "sha256-czQJqLz6rRgyh9usuhDTmgwMC6oL5UzpwNFQ3PKpKck=";
hash = "sha256-XVZNHPMl03hpGHgoaViWWj8eMDZBKDb7BfOrPGlVqEM=";
};
vendorHash = "sha256-+BfxCyg0KkDQpHt/wycy/8CTG6YBA/VJvJFhhzUnSiQ=";