pack: 0.34.2 -> 0.35.0

This commit is contained in:
R. Ryantm 2024-07-22 03:45:39 +00:00
parent 48b8f3cbb7
commit 0512022450

View File

@ -9,16 +9,16 @@
buildGoModule rec {
pname = "pack";
version = "0.34.2";
version = "0.35.0";
src = fetchFromGitHub {
owner = "buildpacks";
repo = "pack";
rev = "v${version}";
hash = "sha256-1s/0eBRnir2MyrDALcOi5drCIJVkrPBB4RXKX08mxKs=";
hash = "sha256-Y6weRD3MrWEL/KYBMb/bJd6NKfcRELG+RQAhmh/gsuo=";
};
vendorHash = "sha256-jhgTHhiQUDf9738Zusk1SxEae9G6MQapBRq7DBN5Tuc=";
vendorHash = "sha256-gp6Hd0MZxtUX0yYshFIGwrm6yY2pdSOtUs6xmzXBqc4=";
subPackages = [ "cmd/pack" ];