esbuild: 0.17.15 -> 0.17.16

https://github.com/evanw/esbuild/releases/tag/v0.17.16
This commit is contained in:
Mario Rodas 2023-04-10 04:20:00 +00:00
parent 5efbe9703d
commit 87ac91f76a

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "esbuild";
version = "0.17.15";
version = "0.17.16";
src = fetchFromGitHub {
owner = "evanw";
repo = "esbuild";
rev = "v${version}";
hash = "sha256-AzkjVw3o+yP/l6jiMmgzaymb0el2/OcAl8WQYbuMprw=";
hash = "sha256-GwYuxEGFS8qcu7C7mmndcz2cUVoYp0+oEMKhSItf0DU=";
};
vendorHash = "sha256-+BfxCyg0KkDQpHt/wycy/8CTG6YBA/VJvJFhhzUnSiQ=";