Unverified Commit 2566d8fd authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #289030 from r-ryantm/auto-update/buildpack

buildpack: 0.33.1 -> 0.33.2
parents e1a94a9e 037353b1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "pack";
  version = "0.33.1";
  version = "0.33.2";

  src = fetchFromGitHub {
    owner = "buildpacks";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-5pQ51T9QO0Lt2XFM8L2liFckxI+Y1x+S73lMF8Vv3A4=";
    hash = "sha256-nKMgyMPPBon3DChkikNvb2s41osub+fdCeGFzXwhQJo=";
  };

  vendorHash = "sha256-UCNpKBsdwWmllgIi/3Dr6lWJLOh6okYwOHmRfRW0iAQ=";
  vendorHash = "sha256-/2GO99kfZTra7tJy90Y0nixNafiP65ZpDQnvEhOaGoA=";

  nativeBuildInputs = [ installShellFiles ];