Merge pull request #113653 from zowoq/buildah

buildah: 1.19.4 -> 1.19.6
This commit is contained in:
adisbladis 2021-02-19 06:52:03 +01:00 committed by GitHub
commit ead9e552a2
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.19.4";
version = "1.19.6";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "0hyjyk3yw2yjb47j9kd6as5bsa2wkjricnx0803sg2p4qc8rb72f";
sha256 = "sha256-YTguBkQcMNjHMVMEN3/P+8fOC5eqmQvlRd1ny9umS/4=";
};
outputs = [ "out" "man" ];