Merge pull request #273945 from r-ryantm/auto-update/buildah-unwrapped

buildah-unwrapped: 1.32.2 -> 1.33.2
This commit is contained in:
adisbladis
2023-12-14 11:27:26 +13:00
committed by GitHub
+2 -2
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" ];