Merge pull request #63658 from saschagrunert/podman

podman: 1.3.2 -> 1.4.4
This commit is contained in:
worldofpeace 2019-07-29 04:02:56 -04:00 committed by GitHub
commit acb67581a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoPackage rec { buildGoPackage rec {
name = "podman-${version}"; name = "podman-${version}";
version = "1.3.2"; version = "1.4.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "containers"; owner = "containers";
repo = "libpod"; repo = "libpod";
rev = "v${version}"; rev = "v${version}";
sha256 = "1j5n08273igj6wm9rrwks9nnklv91060bn1yv3ak78csxc05whs3"; sha256 = "13qgrvqawrrz4apdcds4amkljyjzx056545962wk8p0d291hqv5a";
}; };
goPackagePath = "github.com/containers/libpod"; goPackagePath = "github.com/containers/libpod";
@ -39,7 +39,7 @@ buildGoPackage rec {
homepage = https://podman.io/; homepage = https://podman.io/;
description = "A program for managing pods, containers and container images"; description = "A program for managing pods, containers and container images";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ vdemeester ]; maintainers = with maintainers; [ vdemeester saschagrunert ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }