Mario Rodas 2024-03-14 04:20:00 +00:00
parent b188cc65d2
commit 07b7bd0b76

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "esbuild";
version = "0.20.1";
version = "0.20.2";
src = fetchFromGitHub {
owner = "evanw";
repo = "esbuild";
rev = "v${version}";
hash = "sha256-p8ScB1mFwcc+gqmVFV/17yExP6DYZxMbHDHEiWM7/Xs=";
hash = "sha256-h/Vqwax4B4nehRP9TaYbdixAZdb1hx373dNxNHvDrtY=";
};
vendorHash = "sha256-+BfxCyg0KkDQpHt/wycy/8CTG6YBA/VJvJFhhzUnSiQ=";