podman: 1.3.1 -> 1.3.2

This commit is contained in:
Will Dietz 2019-05-31 21:01:46 -05:00
parent 28556f054f
commit 71304bf88c
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -5,13 +5,13 @@
buildGoPackage rec {
name = "podman-${version}";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "containers";
repo = "libpod";
rev = "v${version}";
sha256 = "0x1md2w43mdfzp9dsz8vbgs72dlkwsvh16hkgq90596gwipcg36x";
sha256 = "1j5n08273igj6wm9rrwks9nnklv91060bn1yv3ak78csxc05whs3";
};
goPackagePath = "github.com/containers/libpod";