podman: 3.2.3 -> 3.3.0

https://github.com/containers/podman/releases/tag/v3.3.0
This commit is contained in:
zowoq
2021-08-24 06:59:20 +10:00
parent cbd68fe334
commit 99a3addb2b
@@ -17,13 +17,13 @@
buildGoModule rec {
pname = "podman";
version = "3.2.3";
version = "3.3.0";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
sha256 = "sha256-P8/4jehfcjM+r/pwW6fxrwquMVUqXxvvTur7Tesjmnc=";
sha256 = "sha256-EDNpGDjsXULwtUYFLh4u6gntK//rsLLpYgpxRt4R1kc=";
};
vendorSha256 = null;