buildah-unwrapped: 1.32.2 -> 1.33.2

This commit is contained in:
R. Ryantm 2023-12-13 10:37:51 +00:00
parent 9a32ae4cb4
commit 115db55209

View File

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.32.2";
version = "1.33.2";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-Av4wrJ+anVu1pTSFTpaseBhj+7ECsRoKb1bATrUKYuo=";
hash = "sha256-jkUEGaECBNidKreoyezWw7LN38uHqyYo40dOwfuuuI4=";
};
outputs = [ "out" "man" ];