podman: 5.4.1 → 5.5.1

Changelog: https://github.com/containers/podman/releases/tag/v5.5.1

This version bumped the purego dependency to v0.8.3 [1], which fixes
compilation on x86_64-darwin with Go 1.24.3.

[1]: https://github.com/containers/podman/commit/5a647f154ecb71ca93feb2fa348aa2dd308766da
This commit is contained in:
Alex James
2025-06-09 10:51:49 -05:00
parent ceb583fa6d
commit 70684a74ed
+2 -2
View File
@@ -74,13 +74,13 @@ let
in
buildGoModule rec {
pname = "podman";
version = "5.4.1";
version = "5.5.1";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
hash = "sha256-RirMBb45KeBLdBJrRa86WxI4FiXdBar+RnVQ2ezEEYc=";
hash = "sha256-/dGFDwjAAc1D88VslVDolf2YVPZ9cHUCQjdaEreQSE0=";
};
patches = [