Merge pull request #304891 from SuperSandro2000/podman

podman: 5.0.1 -> 5.0.2
This commit is contained in:
Stig
2024-04-18 14:06:48 +02:00
committed by GitHub
@@ -64,13 +64,13 @@ let
in
buildGoModule rec {
pname = "podman";
version = "5.0.1";
version = "5.0.2";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
hash = "sha256-XgLrPLswLmaB9FYXKEMLP+7KT/OY50z3JKz8DvMLrEE=";
hash = "sha256-8Swqwyzu/WI9mG21bLF81Kk4kS2Ltg0GV9G3EcG/FnU=";
};
patches = [