podman: 4.8.2 -> 4.8.3

This commit is contained in:
R. Ryantm 2024-01-08 10:18:40 +00:00
parent d865557a4d
commit 6cc127bf7f

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