podman: 5.2.0 -> 5.2.1

This commit is contained in:
R. Ryantm
2024-08-15 02:18:30 +00:00
parent 30de35ad01
commit 6c27f523dc
@@ -65,13 +65,13 @@ let
in
buildGoModule rec {
pname = "podman";
version = "5.2.0";
version = "5.2.1";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
hash = "sha256-Rb9rOetMVxf1GhEOzZmaUwRI4nkPdJnpkpjIyJcb6r8=";
hash = "sha256-xwZfCPnn81Rvk2ceLxL8Dwaw2T0oc1agjrcauHYSRvU=";
};
patches = [