buildah: 1.31.2 -> 1.31.3

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2023-08-28 09:07:29 +02:00
parent c9c99c053a
commit 53d2cd0bc1
No known key found for this signature in database
GPG Key ID: 09D97D153EF94D93

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" ];