updated to latest renoise and redux
This commit is contained in:
parent
4ed109b715
commit
fb5189ced7
5 changed files with 16 additions and 2 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -392,3 +392,4 @@ packages/the-usual-suspects/xenia/patches/mwsset1.syx filter=lfs diff=lfs merge=
|
|||
packages/the-usual-suspects/xenia/patches/mwsset2.syx filter=lfs diff=lfs merge=lfs -text
|
||||
packages/the-usual-suspects/xenia/patches/mwsset3.syx filter=lfs diff=lfs merge=lfs -text
|
||||
packages/the-usual-suspects/xenia/patches/mwsset4.syx filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
|
|
BIN
assets/binary-installers/rns_350_linux_x86_64.tar.gz
(Stored with Git LFS)
Normal file
BIN
assets/binary-installers/rns_350_linux_x86_64.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/binary-installers/rns_rdx_140_linux_x86_64.tar.gz
(Stored with Git LFS)
Normal file
BIN
assets/binary-installers/rns_rdx_140_linux_x86_64.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -36,6 +36,7 @@
|
|||
# carla
|
||||
tenacity
|
||||
renoise
|
||||
redux
|
||||
|
||||
# Audio plugins (LV2, VST2, VST3, LADSPA)
|
||||
eq10q
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
final: prev: {
|
||||
renoise = prev.renoise.override (old: {
|
||||
releasePath = ../assets/binary-installers/rns_344_linux_x86_64.tar.gz;
|
||||
redux = prev.redux.overrideAttrs (old: {
|
||||
version = "1.4.0";
|
||||
src = ../assets/binary-installers/rns_rdx_140_linux_x86_64.tar.gz;
|
||||
});
|
||||
|
||||
renoise = prev.renoise.overrideAttrs (old: {
|
||||
version = "3.5.0";
|
||||
src = ../assets/binary-installers/rns_350_linux_x86_64.tar.gz;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue