buildah: 1.24.1 -> 1.24.2

This commit is contained in:
R. RyanTM 2022-02-18 01:29:29 -08:00 committed by GitHub
parent ea31634613
commit 7105bba835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.24.1";
version = "1.24.2";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "sha256-Dl1ZTYzwZ3tl5k9uPnnKHObmTP6Xsw0P1LdPqCfd/d0=";
sha256 = "sha256-gBO+H26YGmOtP3CUHZjynAaOb0h+MJbJnWqxOZdif6w=";
};
outputs = [ "out" "man" ];