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

podman: 4.9.1 -> 4.9.2
This commit is contained in:
Nick Cao 2024-02-05 11:12:38 -05:00 committed by GitHub
commit d52caeee03
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.9.1";
version = "4.9.2";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
hash = "sha256-G5LTxBzBn+JFQzhzpsphqTcqq5bi+WjmjsOtJvSxO3k=";
hash = "sha256-6E6Qobkvv6y+Jx+X6Z9wJsGIuP7MXoc+cXRiajj0ojw=";
};
patches = [