Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 67dafdb27101
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 38e91173e190
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 15, 2018

  1. reaper: 5.94 -> 5.961

    jfrankenau committed Nov 15, 2018
    Copy the full SHA
    29a0a6c View commit details
  2. Merge pull request #50414 from jfrankenau/update-reaper

    reaper: 5.94 -> 5.961
    Mic92 authored Nov 15, 2018
    Copy the full SHA
    38e9117 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/applications/audio/reaper/default.nix
8 changes: 4 additions & 4 deletions pkgs/applications/audio/reaper/default.nix
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@ let
src = fetchFromGitHub {
owner = "justinfrankel";
repo = "WDL";
rev = "e87f5bdee7327b63398366fde6ec0a3f08bf600d";
sha256 = "147idjqc6nc23w9krl8a9w571k5jx190z3id6ir6cr8zsx0lakdb";
rev = "cb89dc81dc5cbc13a8f1b3cda38a204e356d4014";
sha256 = "0m19dy4r0i21ckypzfhpfjm6sh00v9i088pva7hhhr4mmrbqd0ms";
};

nativeBuildInputs = [ pkgconfig ];
@@ -31,11 +31,11 @@ let

in stdenv.mkDerivation rec {
name = "reaper-${version}";
version = "5.94";
version = "5.961";

src = fetchurl {
url = "https://www.reaper.fm/files/${stdenv.lib.versions.major version}.x/reaper${builtins.replaceStrings ["."] [""] version}_linux_x86_64.tar.xz";
sha256 = "16g5q12wh1cfbl9wq03vb7vpsd870k7i7883z0wn492x7y9syz8z";
sha256 = "0lnpdnxnwn7zfn8slivkp971ll9qshgq7y9gcfrk5829z94df06i";
};

nativeBuildInputs = [ autoPatchelfHook makeWrapper ];