3
0
Fork 0
forked from mirrors/nixpkgs

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

esbuild: 0.15.18 -> 0.16.1
This commit is contained in:
figsoda 2022-12-08 14:54:18 -05:00 committed by GitHub
commit 44479ad8fe
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.18";
version = "0.16.1";
src = fetchFromGitHub {
owner = "evanw";
repo = "esbuild";
rev = "v${version}";
sha256 = "sha256-b9R1ML+pgRg9j2yrkQmBulPuLHYLUQvW+WTyR/Cq6zE=";
sha256 = "sha256-5b9uJfIGWDQi5exPVCgK/9wrozptX1FebPMrWJ0v4TM=";
};
vendorSha256 = "sha256-+BfxCyg0KkDQpHt/wycy/8CTG6YBA/VJvJFhhzUnSiQ=";