podman: 5.4.0 -> 5.4.1

This commit is contained in:
R. Ryantm
2025-03-11 20:41:56 +00:00
parent e735fed7a7
commit d4072ca843

View File

@@ -75,13 +75,13 @@ let
in
buildGoModule rec {
pname = "podman";
version = "5.4.0";
version = "5.4.1";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
hash = "sha256-iEO4njjNByLkhXFLgZ8tO8M8RkwT+Lb0zyfedQDHcNc=";
hash = "sha256-RirMBb45KeBLdBJrRa86WxI4FiXdBar+RnVQ2ezEEYc=";
};
patches = [