buildpack: 0.31.0 -> 0.32.0

This commit is contained in:
R. Ryantm 2023-11-09 06:28:46 +00:00
parent 1e45a23642
commit e8d2fce632

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "pack";
version = "0.31.0";
version = "0.32.0";
src = fetchFromGitHub {
owner = "buildpacks";
repo = pname;
rev = "v${version}";
hash = "sha256-v46Yfj0gRT84R1vttKkpan28dkeJWHNgzKzI+ZVCiNc=";
hash = "sha256-t4//83DD3hCnxsuuw7nB06SWCY4/GcRcIk8Cr3C4bDw=";
};
vendorHash = "sha256-KZ2nAd+5D5PFgSDhNeHg6Hnp+h7HqZ2CRsKUek0KZhM=";
vendorHash = "sha256-42CrWLwBcv2GE+hEgJJOd7hFQu7rjYrXkPhhUykqIQw=";
nativeBuildInputs = [ installShellFiles ];