Merge pull request #123276 from schnusch/esbuild

esbuild: 0.11.19 -> 0.11.23
This commit is contained in:
Sandro 2021-05-17 01:18:01 +02:00 committed by GitHub
commit e4c8b3540d
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.11.19";
version = "0.11.23";
src = fetchFromGitHub {
owner = "evanw";
repo = "esbuild";
rev = "v${version}";
sha256 = "1cg1qjjsbqr9xbgh8m48vkcb52vf64ycd5x86px60apr068y9df9";
sha256 = "0m9dhmvysdla9scam367hxjgbzgg8mbf9mn385qqvbmyx3svxakn";
};
vendorSha256 = "1n5538yik72x94vzfq31qaqrkpxds5xys1wlibw2gn2am0z5c06q";