Unverified Commit 33d44f01 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

podman: 4.6.0 -> 4.6.1
parents 7b66d3b9 4c277ee3
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.6.0";
  version = "4.6.1";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "podman";
    rev = "v${version}";
    hash = "sha256-8cfEZBYhR5CWkHEpIZ0j011gyV6lnY7z4KgJPJr0MfQ=";
    hash = "sha256-bGhLjf4GZpuWX1xOC4Hm9SkYvUJ45ZipcKAIEJF0tDQ=";
  };

  patches = [