podman: 5.8.2 -> 5.8.3 (#531125)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-18 10:37:02 +00:00
committed by GitHub
+2 -2
View File
@@ -42,13 +42,13 @@
}:
buildGoModule (finalAttrs: {
pname = "podman";
version = "5.8.2";
version = "5.8.3";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
tag = "v${finalAttrs.version}";
hash = "sha256-WUcM594sUerb7/SsAu0PkpOyYuIMjaosr8Bp6d36dYk=";
hash = "sha256-MS5eaGTcCAtEvoQUhGlX8UfoOqNOv0VAoeFxfAvB3Zs=";
};
patches = [