buildah: v1.11.4 -> v1.11.5

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
Sascha Grunert 2019-11-12 16:02:26 +01:00 committed by Frederik Rietdijk
parent 1bbb04e954
commit 2c09a378e8

View File

@ -4,13 +4,13 @@
buildGoPackage rec { buildGoPackage rec {
pname = "buildah"; pname = "buildah";
version = "1.11.4"; version = "1.11.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "containers"; owner = "containers";
repo = "buildah"; repo = "buildah";
rev = "v${version}"; rev = "v${version}";
sha256 = "11jdjrmyafy3fnnp4cdxh3fncjbcy7gggpzwp4n857ij7k2581hl"; sha256 = "09bfv2pypd66dnqvrhgcg35fsahi2k0kn5dnnbfqc39g0vfz29r7";
}; };
outputs = [ "bin" "man" "out" ]; outputs = [ "bin" "man" "out" ];
@ -35,6 +35,6 @@ buildGoPackage rec {
description = "A tool which facilitates building OCI images"; description = "A tool which facilitates building OCI images";
homepage = "https://github.com/containers/buildah"; homepage = "https://github.com/containers/buildah";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ Profpatsch vdemeester ]; maintainers = with maintainers; [ Profpatsch vdemeester saschagrunert ];
}; };
} }