esbuild: 0.11.15 -> 0.11.19

This commit is contained in:
schnusch 2021-04-28 14:01:14 +02:00
parent 4c959e68bf
commit 6869793514

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "esbuild";
version = "0.11.15";
version = "0.11.19";
src = fetchFromGitHub {
owner = "evanw";
repo = "esbuild";
rev = "v${version}";
sha256 = "1j6qli26i2hwkjqcigz7vyx6hg9daq4vlqigv7ddslw3h8hnp0md";
sha256 = "1cg1qjjsbqr9xbgh8m48vkcb52vf64ycd5x86px60apr068y9df9";
};
vendorSha256 = "1n5538yik72x94vzfq31qaqrkpxds5xys1wlibw2gn2am0z5c06q";