podman: 0.12.1.2 -> 1.0.0

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2019-01-21 12:24:12 +01:00
parent 3ca7722757
commit de5fd9e611
No known key found for this signature in database
GPG key ID: 083CC6FD6EB699A3

View file

@ -4,13 +4,13 @@
buildGoPackage rec {
name = "podman-${version}";
version = "0.12.1.2";
version = "1.0.0";
src = fetchFromGitHub {
owner = "containers";
repo = "libpod";
rev = "v${version}";
sha256 = "1gz7vci273bgrihrxbks2zxlb2lsmlj3lisw7s3d54ci0zr7avv3";
sha256 = "1py6vbmpm25j1gb51dn973pckvgjl9q63y9qyzszvc3q3wsxsqhw";
};
goPackagePath = "github.com/containers/libpod";