Unverified Commit 72ddb9e6 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

reaper: 7.41 -> 7.42 (#425749)

parents e48b7165 3c51f84b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -38,17 +38,17 @@ let
in
stdenv.mkDerivation rec {
  pname = "reaper";
  version = "7.41";
  version = "7.42";

  src = fetchurl {
    url = url_for_platform version stdenv.hostPlatform.qemuArch;
    hash =
      if stdenv.hostPlatform.isDarwin then
        "sha256-A4MM+hcpyhw6zE18fSSHBu38A0cYiXzjmM5wqj0Cgzk="
        "sha256-3K2cgOwBRwm/S4MRcymKCxRhUMkcfuWzWn1G2m3Dbf4="
      else
        {
          x86_64-linux = "sha256-9M3WZijLTeKt2Asg3cE1OgS6tm1T4V0Cer9J4GPfTh4=";
          aarch64-linux = "sha256-/Ir1UFUOZOEZPkTG3ykHy6PcOuDf/rbvxOeRt5iJzls=";
          x86_64-linux = "sha256-XxVcy3s3gOnh6uhv9r0yJFwBMCxhrnT/swaUY4t1CpY=";
          aarch64-linux = "sha256-3DKVyooYi6aSBzP4DSnIchGyHKbCANjX0TPspKf5dXU=";
        }
        .${stdenv.hostPlatform.system};
  };