buildah: 1.11.1 -> 1.11.3

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
Sascha Grunert 2019-10-07 08:53:36 +02:00 committed by Profpatsch
parent 5d4dbdba68
commit fae0bc8936
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@
buildGoPackage rec {
pname = "buildah";
version = "1.11.1";
version = "1.11.3";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "0mbmb7994dcv8i41zgiqmb6qp5hawgygzam7mi4pmdygkx4ckkxw";
sha256 = "0gpxlqakfw3r40w6fsd1d6x45slmivxpcbngnv9lv7762irykz12";
};
outputs = [ "bin" "man" "out" ];