podman: 3.4.0 -> 3.4.1

https://github.com/containers/podman/releases/tag/v3.4.1
This commit is contained in:
zowoq 2021-10-21 05:40:24 +10:00
parent 8c36f998e6
commit ed83d8dbc7

View File

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