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

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

esbuild: 0.20.0 -> 0.20.1
parents f21ad9d4 da27f5ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=";