Merge pull request #323690 from r-ryantm/auto-update/esbuild

esbuild: 0.21.5 -> 0.22.0
This commit is contained in:
Weijia Wang 2024-07-07 03:39:59 +02:00 committed by GitHub
commit 1620d4c779
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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=";