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

buildpack: 0.32.1 -> 0.33.0
This commit is contained in:
Mario Rodas 2024-02-03 06:17:32 -05:00 committed by GitHub
commit 3dce304f85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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