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

podman: 4.8.1 -> 4.8.2
This commit is contained in:
Mario Rodas
2023-12-27 19:55:54 -05:00
committed by GitHub
@@ -62,13 +62,13 @@ let
in
buildGoModule rec {
pname = "podman";
version = "4.8.1";
version = "4.8.2";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
hash = "sha256-EDIgipbv8Z7nVV6VQ5IAmvHvvpLyGEDHMDnwhMUm/BQ=";
hash = "sha256-pRmSaquovfMG3+Aa13W+AW2s7MjK2V/mSje4CQZyURs=";
};
patches = [