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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user