Merge pull request #77278 from zowoq/podman

podman: 1.6.3 -> 1.7.0
This commit is contained in:
Mario Rodas 2020-01-07 19:48:14 -05:00 committed by GitHub
commit c623852600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoPackage rec {
pname = "podman";
version = "1.6.3";
version = "1.7.0";
src = fetchFromGitHub {
owner = "containers";
repo = "libpod";
rev = "v${version}";
sha256 = "0y87pylpff2xl796n5s2vrm90pspzqfw8h4a5gndn1mx18s09s69";
sha256 = "1f1dq9g08mlm9y9d7jbs780nrfc25ln97ca5qifcsyc9bmp4f6r1";
};
goPackagePath = "github.com/containers/libpod";