3
0
Fork 0
forked from mirrors/nixpkgs

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

esbuild: 0.15.11 -> 0.15.12
This commit is contained in:
Mario Rodas 2022-10-20 06:58:16 -05:00 committed by GitHub
commit 97b815ec54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "esbuild";
version = "0.15.11";
version = "0.15.12";
src = fetchFromGitHub {
owner = "evanw";
repo = "esbuild";
rev = "v${version}";
sha256 = "sha256-QgK1+cUW3ntPnzopYTGrIEzGvsQwzBwwryw5MXHX2+c=";
sha256 = "sha256-NyujxnBi55wMmLW488gmimcywfeO6WWAnx/y0KqhR7o=";
};
vendorSha256 = "sha256-+BfxCyg0KkDQpHt/wycy/8CTG6YBA/VJvJFhhzUnSiQ=";