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

buildpack: 0.33.0 -> 0.33.1
This commit is contained in:
Mario Rodas 2024-02-08 05:49:42 -05:00 committed by GitHub
commit 8e31678617
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "pack";
version = "0.33.0";
version = "0.33.1";
src = fetchFromGitHub {
owner = "buildpacks";
repo = pname;
rev = "v${version}";
hash = "sha256-c/8pKuFO4lii/Z32mYbTHiEedxDzB3wb6lQGOrLQfYM=";
hash = "sha256-5pQ51T9QO0Lt2XFM8L2liFckxI+Y1x+S73lMF8Vv3A4=";
};
vendorHash = "sha256-UCNpKBsdwWmllgIi/3Dr6lWJLOh6okYwOHmRfRW0iAQ=";