Merge pull request #283117 from r-ryantm/auto-update/podman

podman: 4.8.3 -> 4.9.0
This commit is contained in:
Mario Rodas 2024-01-23 19:40:15 -05:00 committed by GitHub
commit 7caefbd686
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,13 +62,13 @@ let
in
buildGoModule rec {
pname = "podman";
version = "4.8.3";
version = "4.9.0";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
hash = "sha256-Q4LdBRJed1Vm5Qo3wyEsU3Pj2t9FfyB9rjiM4Vi0ZEw=";
hash = "sha256-ygYBSZdxpE3HrFz585p7NFgHHSAfxAce/fFCQ7fcvgk=";
};
patches = [