buildpack: 0.28.0 -> 0.29.0

https://github.com/buildpacks/pack/releases/tag/v0.29.0
This commit is contained in:
Mario Rodas 2023-03-25 04:20:00 +00:00
parent 15ac0abbe6
commit 42574a8027

View file

@ -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 ];