Unverified Commit 7caefbd6 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

podman: 4.8.3 -> 4.9.0
parents 3cea6265 b8d1c835
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,13 +62,13 @@ let
in
buildGoModule rec {
  pname = "podman";
  version = "4.8.3";
  version = "4.9.0";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "podman";
    rev = "v${version}";
    hash = "sha256-Q4LdBRJed1Vm5Qo3wyEsU3Pj2t9FfyB9rjiM4Vi0ZEw=";
    hash = "sha256-ygYBSZdxpE3HrFz585p7NFgHHSAfxAce/fFCQ7fcvgk=";
  };

  patches = [