Merge pull request #145814 from qowoz/podman

podman: 3.4.1 -> 3.4.2
This commit is contained in:
Mario Rodas 2021-11-14 12:53:20 -05:00 committed by GitHub
commit 53a68253d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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