podman: 5.2.2 -> 5.2.3

This commit is contained in:
R. Ryantm
2024-09-25 08:05:53 +00:00
parent efc90c3e0e
commit fbf1d23f10
@@ -66,13 +66,13 @@ let
in
buildGoModule rec {
pname = "podman";
version = "5.2.2";
version = "5.2.3";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
hash = "sha256-48ltjGrzh74CYV6T6YDFSFC+Msui8YCG1N+c9k5Y09I=";
hash = "sha256-2FnUijeQhre7B4utsGGEGbMuuMVZlPDoM2di3z1d4vs=";
};
patches = [