esbuild: 0.13.11 -> 0.13.12

This commit is contained in:
R. Ryantm 2021-11-03 02:12:50 +00:00
parent cbb7455d73
commit c8158a36f2

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "esbuild";
version = "0.13.11";
version = "0.13.12";
src = fetchFromGitHub {
owner = "evanw";
repo = "esbuild";
rev = "v${version}";
sha256 = "sha256-QaSH3TgUgfBrmryAFwxjqCMORu3VwcDkqEHNQ0nX73o=";
sha256 = "sha256-1SjLbrOYEh0g9weVEqcOT7hMr9asxgSr+rKDNP75Sc4=";
};
vendorSha256 = "sha256-QPkBR+FscUc3jOvH7olcGUhM6OW4vxawmNJuRQxPuGs=";