Unverified Commit f25eb4f8 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

podman: 5.2.0 -> 5.2.1
parents a800d4bb 6c27f523
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [