podman: 2.0.5 -> 2.0.6

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
Sascha Grunert 2020-09-01 19:45:29 +02:00 committed by zowoq
parent 5f28c07087
commit 7bb51c2a60

View File

@ -16,13 +16,13 @@
buildGoModule rec {
pname = "podman";
version = "2.0.5";
version = "2.0.6";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
sha256 = "0db0q52va9w8aprzx08xnv6y84l4x4lc113sd97hjgjnhknp8d3m";
sha256 = "1kl8cfsqwfbjl14mbp58wrxfm90y2w58x6138zq0sn4jzwwpy1a4";
};
vendorSha256 = null;