Merge pull request #83536 from zowoq/buildah

buildah: 1.14.4 -> 1.14.5
This commit is contained in:
Mario Rodas 2020-03-27 21:52:23 -05:00 committed by GitHub
commit 2c76b8f575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
buildGoPackage rec {
pname = "buildah";
version = "1.14.4";
version = "1.14.5";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "055xaczvqxp9qwiki2qw3576mj7qy0zzx90473wx4k7qri4csyrb";
sha256 = "186jla2gy9xsl54siji5i7a3hc8sjp5gcc78j43xn11i8brdf684";
};
outputs = [ "bin" "man" "out" ];