esbuild: 0.15.17 -> 0.15.18

https://github.com/evanw/esbuild/releases/tag/v0.15.18
This commit is contained in:
Mario Rodas 2022-12-04 21:38:00 -05:00
parent f8404eba3f
commit 02d25d3fee

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "esbuild";
version = "0.15.17";
version = "0.15.18";
src = fetchFromGitHub {
owner = "evanw";
repo = "esbuild";
rev = "v${version}";
sha256 = "sha256-+krp/fEEm6M3YkP4N8vsTsM9O4Uf+xqw3tOpiVjX8PY=";
sha256 = "sha256-b9R1ML+pgRg9j2yrkQmBulPuLHYLUQvW+WTyR/Cq6zE=";
};
vendorSha256 = "sha256-+BfxCyg0KkDQpHt/wycy/8CTG6YBA/VJvJFhhzUnSiQ=";