zowoq 2023-03-28 11:22:07 +10:00
parent ae8da65cd7
commit 03d50d87c7

View File

@ -61,13 +61,13 @@ let
in
buildGoModule rec {
pname = "podman";
version = "4.4.3";
version = "4.4.4";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
hash = "sha256-s0aGZN4rnyyNLoO3nnAO7KbeD7MYxE9VMOHrQsKGNBk=";
hash = "sha256-rLXq+sveSxeoD3gyXSnfgGFx6alOBKSRCdDHGwwvPm4=";
};
patches = [