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
commit 522a89313f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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