podman: 2.2.0 -> 2.2.1

https://github.com/containers/podman/releases/tag/v2.2.1
This commit is contained in:
zowoq
2020-12-09 05:37:31 +10:00
parent 60c15a17c2
commit cfbc1af189
2 changed files with 2 additions and 8 deletions
@@ -16,13 +16,13 @@
buildGoModule rec {
pname = "podman";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
sha256 = "13na6ms0dapcmfb4pg8z3sds9nprr1lyyjs0v2izqifcyb1r1c00";
sha256 = "166ch73pqx76ppfkhfg3zqxr71jf5pk5asl5bb5rwhyzf7f057q5";
};
vendorSha256 = null;