Mario Rodas 2023-08-11 04:20:00 +00:00
parent b5b75d1414
commit 2c321f6997

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "esbuild";
version = "0.19.0";
version = "0.19.1";
src = fetchFromGitHub {
owner = "evanw";
repo = "esbuild";
rev = "v${version}";
hash = "sha256-DSuBON5EXQlAEqiCitAtDxOcdGNu0ubisIbuWmAfElw=";
hash = "sha256-HoCCgPny6XHz1uUTto6xJ56I6D3HhzLH2rBh9iKI1a8=";
};
vendorHash = "sha256-+BfxCyg0KkDQpHt/wycy/8CTG6YBA/VJvJFhhzUnSiQ=";