podman: 2.1.0 -> 2.2.0

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
Sascha Grunert
2020-12-01 22:20:11 +10:00
committed by zowoq
parent 7f02de17db
commit bd6067cd5d
2 changed files with 8 additions and 2 deletions
@@ -16,13 +16,13 @@
buildGoModule rec {
pname = "podman";
version = "2.1.1";
version = "2.2.0";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
sha256 = "0cy842wlyasxlxnwxkwhwgj148s30kfxnhgxa6ar26fly432aa68";
sha256 = "13na6ms0dapcmfb4pg8z3sds9nprr1lyyjs0v2izqifcyb1r1c00";
};
vendorSha256 = null;