Commit 6a9b7ca0 authored by R. RyanTM's avatar R. RyanTM
Browse files

podman: 4.8.1 -> 4.8.2

parent 3103346b
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.1";
  version = "4.8.2";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "podman";
    rev = "v${version}";
    hash = "sha256-EDIgipbv8Z7nVV6VQ5IAmvHvvpLyGEDHMDnwhMUm/BQ=";
    hash = "sha256-pRmSaquovfMG3+Aa13W+AW2s7MjK2V/mSje4CQZyURs=";
  };

  patches = [