podman: 4.8.1 -> 4.8.2

This commit is contained in:
R. Ryantm 2023-12-27 12:38:08 +00:00
parent 3103346b64
commit 6a9b7ca0cf

View file

@ -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 = [