esbuild: 0.17.12 -> 0.17.13

https://github.com/evanw/esbuild/releases/tag/v0.17.13
This commit is contained in:
Mario Rodas 2023-03-25 04:20:00 +00:00
parent 03b6ad65f3
commit 6be0dbeb1f

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "esbuild";
version = "0.17.12";
version = "0.17.13";
src = fetchFromGitHub {
owner = "evanw";
repo = "esbuild";
rev = "v${version}";
hash = "sha256-75qDQWAp6cmuXtq90oIIQCj5IKUoQxNARxhFo2Sm5mk=";
hash = "sha256-b9hepd8rF96lU/986Kgc0aSulUylecu73cuxM6Kuu24=";
};
vendorHash = "sha256-+BfxCyg0KkDQpHt/wycy/8CTG6YBA/VJvJFhhzUnSiQ=";