Update reaper

This commit is contained in:
EEva 2021-07-12 21:48:40 +03:00
parent fd433ac6b0
commit b1c2f7b435
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
name = "reaper-${version}";
version = "6.30";
version = "6.32";
src = fetchurl {
url = "https://www.reaper.fm/files/${lib.versions.major version}.x/reaper${builtins.replaceStrings ["."] [""] version}_linux_x86_64.tar.xz";
sha256 = "1hds8r893cvj1sasdaqw1liwilp0hi3367yxv7pf4iya6195n0ma";
sha256 = "0x03bpa04np7scl88c5lhgb508wrzpvywgqd41wrxacyccs7ir0n";
};
nativeBuildInputs = [ autoPatchelfHook makeWrapper ];