buildpack: 0.34.2 -> 0.35.0

This commit is contained in:
R. Ryantm 2024-07-17 18:06:39 +00:00
parent afbd9afe77
commit 91c529364d

View File

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