buildpack: 0.32.1 -> 0.33.0

This commit is contained in:
R. Ryantm 2024-02-03 09:05:34 +00:00
parent 8f2659f142
commit d0601f9f03

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "pack";
version = "0.32.1";
version = "0.33.0";
src = fetchFromGitHub {
owner = "buildpacks";
repo = pname;
rev = "v${version}";
hash = "sha256-U3dSGTn9dV0Iiu0DtLCWF/BFHYhRGxirA5T067riA0w=";
hash = "sha256-c/8pKuFO4lii/Z32mYbTHiEedxDzB3wb6lQGOrLQfYM=";
};
vendorHash = "sha256-42CrWLwBcv2GE+hEgJJOd7hFQu7rjYrXkPhhUykqIQw=";
vendorHash = "sha256-UCNpKBsdwWmllgIi/3Dr6lWJLOh6okYwOHmRfRW0iAQ=";
nativeBuildInputs = [ installShellFiles ];