podman: 4.8.3 -> 4.9.0

This commit is contained in:
R. Ryantm 2024-01-23 06:35:59 +00:00
parent 98d778f015
commit b8d1c8355e

View File

@ -62,13 +62,13 @@ let
in
buildGoModule rec {
pname = "podman";
version = "4.8.3";
version = "4.9.0";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
hash = "sha256-Q4LdBRJed1Vm5Qo3wyEsU3Pj2t9FfyB9rjiM4Vi0ZEw=";
hash = "sha256-ygYBSZdxpE3HrFz585p7NFgHHSAfxAce/fFCQ7fcvgk=";
};
patches = [