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

esbuild: 0.14.48 -> 0.14.49
This commit is contained in:
Mario Rodas 2022-07-14 13:05:26 -05:00 committed by GitHub
commit e2e2f42344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "esbuild";
version = "0.14.48";
version = "0.14.49";
src = fetchFromGitHub {
owner = "evanw";
repo = "esbuild";
rev = "v${version}";
sha256 = "sha256-ziZOIPBIUGyuS3SEKKAYDH7Tv1mLOegw9YqTpGV2plI=";
sha256 = "sha256-bQt9dLkwvXT4pLxTwYp+5Bg6IgwBnB8uu1gdAmhPn0A=";
};
vendorSha256 = "sha256-QPkBR+FscUc3jOvH7olcGUhM6OW4vxawmNJuRQxPuGs=";