esbuild: 0.21.4 -> 0.21.5

This commit is contained in:
R. Ryantm 2024-06-10 00:55:37 +00:00
parent faf7b38491
commit 7bbf781cd1

View File

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