Merge pull request #248599 from marsam/update-esbuild

esbuild: 0.19.0 -> 0.19.1
This commit is contained in:
Mario Rodas 2023-08-11 21:24:09 -05:00 committed by GitHub
commit e35d8c2b1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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=";