esbuild: 0.17.7 -> 0.17.8

https://github.com/evanw/esbuild/releases/tag/v0.17.8
This commit is contained in:
Mario Rodas 2023-02-13 04:20:00 +00:00
parent 3a7f087906
commit af90082c61

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "esbuild";
version = "0.17.7";
version = "0.17.8";
src = fetchFromGitHub {
owner = "evanw";
repo = "esbuild";
rev = "v${version}";
hash = "sha256-dfXDGXn8Az6JRTcYB/gZgHLxQUKgsWhRXl2h0RqVZ4w=";
hash = "sha256-UJIbx0UkpHYMgDr+1dbNoMLrY5hWs0E2Ehu3txG/80E=";
};
vendorHash = "sha256-+BfxCyg0KkDQpHt/wycy/8CTG6YBA/VJvJFhhzUnSiQ=";