3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #59017 from vdemeester/update-podman

podman: 1.1.2 -> 1.2.0
This commit is contained in:
Vladyslav M 2019-04-05 23:18:46 +03:00 committed by GitHub
commit 1e722e19a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -4,13 +4,13 @@ with lib;
stdenv.mkDerivation rec {
name = "conmon-${version}";
version = "unstable-2019-02-15";
rev = "cc2b49590a485da9bd358440f92f219dfd6b230f";
version = "unstable-2019-03-19";
rev = "84c860029893e2e2dd71d62231f009c9dcd3c0b4";
src = fetchFromGitHub {
owner = "containers";
repo = "conmon";
sha256 = "13f5as4a9y6nkmr7cg0n27c2hfx9pkr75fxq2m0hlpcwhaardbm7";
sha256 = "1ydidl3s7s5rfwk9gx0k80nxcixlilxw61g7x0vqsdy3mkylysv5";
inherit rev;
};

View file

@ -5,13 +5,13 @@
buildGoPackage rec {
name = "podman-${version}";
version = "1.1.2";
version = "1.2.0";
src = fetchFromGitHub {
owner = "containers";
repo = "libpod";
rev = "v${version}";
sha256 = "180sv1a7k3866ilb0mxbhiysms9xy4v6xbpy4in6ch8m8qym9amh";
sha256 = "1nlll4q62w3i897wraj18pdi5cc91b8gmp360pzyqzzjdm9ag7v6";
};
goPackagePath = "github.com/containers/libpod";