podman: 5.7.1 -> 5.8.0

This commit is contained in:
R. Ryantm
2026-02-14 08:46:21 +00:00
parent 9a09eea96b
commit 5dd1ff1be4
+2 -2
View File
@@ -42,13 +42,13 @@
}:
buildGoModule (finalAttrs: {
pname = "podman";
version = "5.7.1";
version = "5.8.0";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
tag = "v${finalAttrs.version}";
hash = "sha256-wfzkn8sv7LajwTZzlWi2gy7Uox4rWGc0i8/OjTIqi5o=";
hash = "sha256-0rpEmdx/IUgIvsqCxVyydXZXUm/r7cJG7xlHlEIz1G8=";
};
patches = [