Merge pull request #331828 from r-ryantm/auto-update/podman

podman: 5.1.2 -> 5.2.0
This commit is contained in:
Sandro 2024-08-03 16:49:21 +02:00 committed by GitHub
commit ecf64aca4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,13 +65,13 @@ let
in
buildGoModule rec {
pname = "podman";
version = "5.1.2";
version = "5.2.0";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
hash = "sha256-IeGOagP1MGH92Si2i6HPwZ71XrYJ7RpxxRNbQN3HGOw=";
hash = "sha256-Rb9rOetMVxf1GhEOzZmaUwRI4nkPdJnpkpjIyJcb6r8=";
};
patches = [