podman: 5.5.2 -> 5.6.0 (#434057)

This commit is contained in:
Weijia Wang 2025-08-18 10:11:39 +02:00 committed by GitHub
commit e247d21af7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,13 +73,13 @@ let
in
buildGoModule rec {
pname = "podman";
version = "5.5.2";
version = "5.6.0";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
hash = "sha256-iLpJQC1v+jPeQNCjgtx3pPKsa6wLcrqtQkeG7qF3rWo=";
hash = "sha256-0w22mEbp1RRQlVqAKx0oHG0dVoC6m6Oo2l5RaL05t/A=";
};
patches = [