podman: 5.2.2 -> 5.2.3 (#344385)

This commit is contained in:
Pol Dellaiera 2024-09-26 22:01:35 +02:00 committed by GitHub
commit b54c848cd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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