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

podman: 4.8.2 -> 4.8.3
This commit is contained in:
Nick Cao 2024-01-08 11:50:21 -05:00 committed by GitHub
commit 90ef3c79d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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