Skip to content

Commit

Permalink
Merge pull request #223169 from marsam/update-buildpack
Browse files Browse the repository at this point in the history
buildpack: 0.28.0 -> 0.29.0
  • Loading branch information
marsam authored Mar 26, 2023
2 parents f383157 + 42574a8 commit ace7a85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/buildpack/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "pack";
version = "0.28.0";
version = "0.29.0";

src = fetchFromGitHub {
owner = "buildpacks";
repo = pname;
rev = "v${version}";
sha256 = "sha256-FKnOqK3qmzWEmf+92up8ApeotyQyZpbmLDY72U3+mY8=";
hash = "sha256-A/LGn+CiqDja0gDuvydvu/fRJozrlnSV62kPjUdwEH8=";
};

vendorSha256 = "sha256-dYa6OuC2ingAh2VOzyGR4lK1GbTJ/l9iKXYWqRJmByc=";
vendorHash = "sha256-tiYF5Ni6GHRV3JdUkP6155lDN3NGId9/sA/iZSiD1II=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit ace7a85

Please sign in to comment.