Merge pull request #251921 from saschagrunert/buildah

buildah: 1.31.2 -> 1.31.3
This commit is contained in:
Mario Rodas 2023-08-28 18:46:16 -05:00 committed by GitHub
commit ed8dfb2d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.31.2";
version = "1.31.3";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-AoE9/aIKmo5+XGz7glt5h2RHEgVGiI9K+jpgJJ0uC2g=";
hash = "sha256-Uqs4MlKwFz4EGd6HTGXqcLTSfYPJTpgKKyXmA3B3RjU=";
};
outputs = [ "out" "man" ];