podman: 5.6.1 -> 5.6.2

This commit is contained in:
R. Ryantm
2025-09-30 21:44:03 +00:00
parent dc436604da
commit 169e1a763e
+2 -2
View File
@@ -76,13 +76,13 @@ let
in
buildGoModule rec {
pname = "podman";
version = "5.6.1";
version = "5.6.2";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
hash = "sha256-i1AXjLg28VV5vHMdywlCHB9kIALXToVx/4ujaNe9Dc0=";
hash = "sha256-VVPwnzcGOm3UDHtoLbP1I+9NIluMU/wHuerM+ePiKhg=";
};
patches = [