summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-01-22 23:23:49 +0100
committerGitHub <noreply@github.com>2021-01-22 23:23:49 +0100
commit3d4ee7c660444fb6262786e85a2dbb58d9767cc2 (patch)
treeab1f86685a4e4a3df4906e7adc420d80d2e91779 /pkgs/applications/audio
parentcf3130641a0dda352b188c7165ccbcacbd8ed966 (diff)
parent4df406a276c76443f05b7fc98fd1f014932335fc (diff)
Merge pull request #110344 from ilian/u/reaper
reaper: 6.19 -> 6.20
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/reaper/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/reaper/default.nix b/pkgs/applications/audio/reaper/default.nix
index a58fd289e247..8f3a17bf1b6e 100644
--- a/pkgs/applications/audio/reaper/default.nix
+++ b/pkgs/applications/audio/reaper/default.nix
@@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "reaper";
- version = "6.19";
+ version = "6.20";
src = fetchurl {
url = "https://www.reaper.fm/files/${lib.versions.major version}.x/reaper${builtins.replaceStrings ["."] [""] version}_linux_x86_64.tar.xz";
- sha256 = "1cdy5ilpfidz7xyqn2i41szr24ilcmpl35aw1vbashf0b6dg48la";
+ sha256 = "194xglhk74ks534r3d00v84s26s4yybxkhb4h8k5rqp76g0jv635";
};
nativeBuildInputs = [ autoPatchelfHook makeWrapper ];
@@ -55,6 +55,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.reaper.fm/";
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
- maintainers = with maintainers; [ jfrankenau ];
+ maintainers = with maintainers; [ jfrankenau ilian ];
};
}