Merge pull request #289920 from r-ryantm/auto-update/esbuild

esbuild: 0.20.0 -> 0.20.1
This commit is contained in:
Mario Rodas 2024-02-19 05:11:10 -05:00 committed by GitHub
commit 56f999a213
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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