buildpack: 0.33.1 -> 0.33.2

This commit is contained in:
R. Ryantm 2024-02-15 12:30:38 +00:00
parent f893cc7daa
commit 037353b1d7

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "pack";
version = "0.33.1";
version = "0.33.2";
src = fetchFromGitHub {
owner = "buildpacks";
repo = pname;
rev = "v${version}";
hash = "sha256-5pQ51T9QO0Lt2XFM8L2liFckxI+Y1x+S73lMF8Vv3A4=";
hash = "sha256-nKMgyMPPBon3DChkikNvb2s41osub+fdCeGFzXwhQJo=";
};
vendorHash = "sha256-UCNpKBsdwWmllgIi/3Dr6lWJLOh6okYwOHmRfRW0iAQ=";
vendorHash = "sha256-/2GO99kfZTra7tJy90Y0nixNafiP65ZpDQnvEhOaGoA=";
nativeBuildInputs = [ installShellFiles ];