podman: 5.8.3 -> 5.8.4

Fixes CVE-2026-57231/GHSA-4hq8-gpf5-8p68 (#535959)
This commit is contained in:
klea
2026-06-27 15:42:19 +00:00
parent 65337ce6ad
commit d7a368779a
+2 -2
View File
@@ -42,13 +42,13 @@
}:
buildGoModule (finalAttrs: {
pname = "podman";
version = "5.8.3";
version = "5.8.4";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
tag = "v${finalAttrs.version}";
hash = "sha256-MS5eaGTcCAtEvoQUhGlX8UfoOqNOv0VAoeFxfAvB3Zs=";
hash = "sha256-zhEtMZVKiv1L72EMlwgz8sHpmvhejGp98oW63aPj+rQ=";
};
patches = [