Skip to content

Commit

Permalink
Merge pull request NixOS#268476 from marsam/update-esbuild
Browse files Browse the repository at this point in the history
esbuild: 0.19.5 -> 0.19.6
  • Loading branch information
marsam authored Nov 19, 2023
2 parents bb24879 + 7d5c99d commit a9b326f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/esbuild/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "esbuild";
version = "0.19.5";
version = "0.19.6";

src = fetchFromGitHub {
owner = "evanw";
repo = "esbuild";
rev = "v${version}";
hash = "sha256-mIXsPj804jxDd8+jPH8tWnnUj7dXIRwfKTeT4WDWb5c=";
hash = "sha256-YaWe+WjQXe0IQhIRSD2B0CMPOIsJT9fmqFrFwLtpTQ0=";
};

vendorHash = "sha256-+BfxCyg0KkDQpHt/wycy/8CTG6YBA/VJvJFhhzUnSiQ=";
Expand Down

0 comments on commit a9b326f

Please sign in to comment.