podman: 5.1.2 -> 5.2.0

This commit is contained in:
R. Ryantm 2024-08-02 18:07:55 +00:00
parent 9307b49d29
commit ff0a196c65

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