podman: 5.5.1 -> 5.5.2

This commit is contained in:
R. Ryantm 2025-06-24 19:15:43 +00:00
parent 8019c3d92c
commit c99018bd42

View File

@ -74,13 +74,13 @@ let
in
buildGoModule rec {
pname = "podman";
version = "5.5.1";
version = "5.5.2";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
hash = "sha256-/dGFDwjAAc1D88VslVDolf2YVPZ9cHUCQjdaEreQSE0=";
hash = "sha256-iLpJQC1v+jPeQNCjgtx3pPKsa6wLcrqtQkeG7qF3rWo=";
};
patches = [