podman: 5.0.1 -> 5.0.2

This commit is contained in:
Sandro Jäckel 2024-04-17 21:42:10 +02:00
parent 3814255973
commit 01f7561d9f
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -64,13 +64,13 @@ let
in in
buildGoModule rec { buildGoModule rec {
pname = "podman"; pname = "podman";
version = "5.0.1"; version = "5.0.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "containers"; owner = "containers";
repo = "podman"; repo = "podman";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-XgLrPLswLmaB9FYXKEMLP+7KT/OY50z3JKz8DvMLrEE="; hash = "sha256-8Swqwyzu/WI9mG21bLF81Kk4kS2Ltg0GV9G3EcG/FnU=";
}; };
patches = [ patches = [