Unverified Commit 2c7fa67d authored by dish's avatar dish Committed by GitHub
Browse files

podman: 5.6.1 -> 5.6.2 (#447594)

parents 4877b8c9 169e1a76
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -76,13 +76,13 @@ let
in
buildGoModule rec {
  pname = "podman";
  version = "5.6.1";
  version = "5.6.2";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "podman";
    rev = "v${version}";
    hash = "sha256-i1AXjLg28VV5vHMdywlCHB9kIALXToVx/4ujaNe9Dc0=";
    hash = "sha256-VVPwnzcGOm3UDHtoLbP1I+9NIluMU/wHuerM+ePiKhg=";
  };

  patches = [