buildpack: 0.32.0 -> 0.32.1

This commit is contained in:
R. Ryantm 2023-12-05 20:05:19 +00:00
parent 4c37153a2c
commit 36df83db7c

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "pack";
version = "0.32.0";
version = "0.32.1";
src = fetchFromGitHub {
owner = "buildpacks";
repo = pname;
rev = "v${version}";
hash = "sha256-t4//83DD3hCnxsuuw7nB06SWCY4/GcRcIk8Cr3C4bDw=";
hash = "sha256-U3dSGTn9dV0Iiu0DtLCWF/BFHYhRGxirA5T067riA0w=";
};
vendorHash = "sha256-42CrWLwBcv2GE+hEgJJOd7hFQu7rjYrXkPhhUykqIQw=";