Unverified Commit c6fede0c authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #238674 from marsam/update-esbuild

esbuild: 0.18.4 -> 0.18.5
parents 112c6961 5789287a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "esbuild";
  version = "0.18.4";
  version = "0.18.5";

  src = fetchFromGitHub {
    owner = "evanw";
    repo = "esbuild";
    rev = "v${version}";
    hash = "sha256-sipZMwcYMyaI6STI7dZ5RXCtsvFCm2wSB+nspTZLpbk=";
    hash = "sha256-m1ZsxASdUFLJ/fFZXXO9UahIil9RMrwmzt7RBgAMErU=";
  };

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