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

buildpack: 0.33.2 -> 0.34.2
This commit is contained in:
Peder Bergebakken Sundt 2024-06-08 16:07:23 +02:00 committed by GitHub
commit 405b6ca265
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.33.2";
version = "0.34.2";
src = fetchFromGitHub {
owner = "buildpacks";
repo = pname;
rev = "v${version}";
hash = "sha256-nKMgyMPPBon3DChkikNvb2s41osub+fdCeGFzXwhQJo=";
hash = "sha256-1s/0eBRnir2MyrDALcOi5drCIJVkrPBB4RXKX08mxKs=";
};
vendorHash = "sha256-/2GO99kfZTra7tJy90Y0nixNafiP65ZpDQnvEhOaGoA=";
vendorHash = "sha256-jhgTHhiQUDf9738Zusk1SxEae9G6MQapBRq7DBN5Tuc=";
nativeBuildInputs = [ installShellFiles ];