commit
7ddb89332c
@ -3771,6 +3771,12 @@
|
|||||||
githubId = 7481521;
|
githubId = 7481521;
|
||||||
name = "Balázs Lengyel";
|
name = "Balázs Lengyel";
|
||||||
};
|
};
|
||||||
|
ilian = {
|
||||||
|
email = "ilian@tuta.io";
|
||||||
|
github = "ilian";
|
||||||
|
githubId = 25505957;
|
||||||
|
name = "Ilian";
|
||||||
|
};
|
||||||
ilikeavocadoes = {
|
ilikeavocadoes = {
|
||||||
email = "ilikeavocadoes@hush.com";
|
email = "ilikeavocadoes@hush.com";
|
||||||
github = "ilikeavocadoes";
|
github = "ilikeavocadoes";
|
||||||
@ -6559,12 +6565,6 @@
|
|||||||
github = "NobbZ";
|
github = "NobbZ";
|
||||||
githubId = 58951;
|
githubId = 58951;
|
||||||
};
|
};
|
||||||
nocent = {
|
|
||||||
email = "nocent@protonmail.ch";
|
|
||||||
github = "nocent";
|
|
||||||
githubId = 25505957;
|
|
||||||
name = "nocent";
|
|
||||||
};
|
|
||||||
nocoolnametom = {
|
nocoolnametom = {
|
||||||
email = "nocoolnametom@gmail.com";
|
email = "nocoolnametom@gmail.com";
|
||||||
github = "nocoolnametom";
|
github = "nocoolnametom";
|
||||||
|
@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "reaper";
|
pname = "reaper";
|
||||||
version = "6.12c";
|
version = "6.19";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.reaper.fm/files/${stdenv.lib.versions.major version}.x/reaper${builtins.replaceStrings ["."] [""] version}_linux_x86_64.tar.xz";
|
url = "https://www.reaper.fm/files/${stdenv.lib.versions.major version}.x/reaper${builtins.replaceStrings ["."] [""] version}_linux_x86_64.tar.xz";
|
||||||
sha256 = "1xnd4qvgwsz1dmgb656i611776dqcb84m1gh30i8jhpwcr9ym46w";
|
sha256 = "1cdy5ilpfidz7xyqn2i41szr24ilcmpl35aw1vbashf0b6dg48la";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoPatchelfHook makeWrapper ];
|
nativeBuildInputs = [ autoPatchelfHook makeWrapper ];
|
||||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
unlicense
|
unlicense
|
||||||
unfreeRedistributable # contains libbass.so in repository
|
unfreeRedistributable # contains libbass.so in repository
|
||||||
];
|
];
|
||||||
maintainers = [ maintainers.nocent ];
|
maintainers = [ maintainers.ilian ];
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -47,7 +47,7 @@ mkDerivation {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "PS3 emulator/debugger";
|
description = "PS3 emulator/debugger";
|
||||||
homepage = "https://rpcs3.net/";
|
homepage = "https://rpcs3.net/";
|
||||||
maintainers = with maintainers; [ abbradar neonfuz nocent ];
|
maintainers = with maintainers; [ abbradar neonfuz ilian ];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user