podman: 3.4.2 -> 3.4.3

https://github.com/containers/podman/releases/tag/v3.4.3
This commit is contained in:
zowoq 2021-12-08 06:26:23 +10:00
parent 4fec13aad4
commit 0301f18dff

View File

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "podman";
version = "3.4.2";
version = "3.4.3";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
sha256 = "sha256-VkKFlOm5r+a9+4em1oisjXNwK9mCCCPViql6g0O7PWw=";
sha256 = "sha256-SZHonZdUTJisFMjvUBst1HErvKWEcYZYhK++G+S4sEg=";
};
vendorSha256 = null;