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: 83f097a02bbc
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f1a590626889
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 24, 2021

  1. reaper: 6.20 -> 6.21

    ilian committed Jan 24, 2021
    Copy the full SHA
    a098b61 View commit details

Commits on Jan 25, 2021

  1. Merge pull request #110704 from ilian/u/reaper

    reaper: 6.20 -> 6.21
    SuperSandro2000 authored Jan 25, 2021
    Copy the full SHA
    f1a5906 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/audio/reaper/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/audio/reaper/default.nix
Original file line number Diff line number Diff line change
@@ -6,11 +6,11 @@

stdenv.mkDerivation rec {
pname = "reaper";
version = "6.20";
version = "6.21";

src = fetchurl {
url = "https://www.reaper.fm/files/${lib.versions.major version}.x/reaper${builtins.replaceStrings ["."] [""] version}_linux_x86_64.tar.xz";
sha256 = "194xglhk74ks534r3d00v84s26s4yybxkhb4h8k5rqp76g0jv635";
sha256 = "11nvfjfrri9y0k7n7psz3yk1l7mxp9f6yi69pq7hvn9d4n26p5vd";
};

nativeBuildInputs = [ autoPatchelfHook makeWrapper ];