Merge pull request #327987 from r-ryantm/auto-update/buildpack

buildpack: 0.34.2 -> 0.35.0
This commit is contained in:
Nick Cao 2024-07-18 18:52:39 -04:00 committed by GitHub
commit b28783e584
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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