Unverified Commit 326648e7 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

podman: 5.7.0 -> 5.7.1 (#469715)

parents 3463f787 4f4188ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -42,13 +42,13 @@
}:
buildGoModule (finalAttrs: {
  pname = "podman";
  version = "5.7.0";
  version = "5.7.1";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "podman";
    tag = "v${finalAttrs.version}";
    hash = "sha256-SHIWfY8eKdimwpLfB1NtpF1DBh6qaR5KCDTU4vWAMFw=";
    hash = "sha256-wfzkn8sv7LajwTZzlWi2gy7Uox4rWGc0i8/OjTIqi5o=";
  };

  patches = [