Merge pull request #329062 from r-ryantm/auto-update/pack

pack: 0.34.2 -> 0.35.0
This commit is contained in:
Pol Dellaiera 2024-07-22 07:02:13 +02:00 committed by GitHub
commit d887ccea82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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" ];