pack: 0.35.0 -> 0.35.1

This commit is contained in:
R. Ryantm 2024-08-12 02:07:02 +00:00
parent d1c8738267
commit fe954cfbd0

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "pack";
version = "0.35.0";
version = "0.35.1";
src = fetchFromGitHub {
owner = "buildpacks";
repo = "pack";
rev = "v${version}";
hash = "sha256-Y6weRD3MrWEL/KYBMb/bJd6NKfcRELG+RQAhmh/gsuo=";
hash = "sha256-iQkYtnobhAt73JMRrejk0DkOH1ZW2bqfZx05ZrDG5bA=";
};
vendorHash = "sha256-gp6Hd0MZxtUX0yYshFIGwrm6yY2pdSOtUs6xmzXBqc4=";