Merge pull request #70369 from saschagrunert/podman

podman: 1.5.1 -> 1.6.1
This commit is contained in:
Renaud 2019-10-06 16:14:56 +02:00 committed by GitHub
commit 261fb1b443
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.5.1";
version = "1.6.1";
src = fetchFromGitHub {
owner = "containers";
repo = "libpod";
rev = "v${version}";
sha256 = "1jg7fdshqz0x71339i0wndskb17x1k5rwpkjiwd463f96fnbfp4x";
sha256 = "0s9jxcjx9bkml606rn29358pfavd85m6zshra4qkpbc1iwa6hgr9";
};
goPackagePath = "github.com/containers/libpod";