zowoq 2021-10-21 05:40:24 +10:00
parent 8c36f998e6
commit ed83d8dbc7
1 changed files with 2 additions and 2 deletions

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;