faust: 2.5.10 -> 2.5.21
This commit is contained in:
parent
fb8379cc76
commit
9f6f253393
@ -16,13 +16,13 @@ with stdenv.lib.strings;
|
||||
|
||||
let
|
||||
|
||||
version = "2.5.10";
|
||||
version = "2.5.21";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "grame-cncm";
|
||||
repo = "faust";
|
||||
rev = "v${builtins.replaceStrings ["."] ["-"] version}";
|
||||
sha256 = "0sjhy7axa2dj1977iz6zmqvz9qzalcfnrx2fqx3xmk9hly847d6z";
|
||||
rev = "${version}";
|
||||
sha256 = "1kfrcfhpzkpjxsrvgwmc2valgwfb4b7gfwwnlnjq6f6dp56yflpz";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
@ -19822,7 +19822,7 @@ with pkgs;
|
||||
faust1 = callPackage ../applications/audio/faust/faust1.nix { };
|
||||
|
||||
faust2 = callPackage ../applications/audio/faust/faust2.nix {
|
||||
llvm = llvm_4;
|
||||
llvm = llvm_5;
|
||||
};
|
||||
|
||||
faust2alqt = callPackage ../applications/audio/faust/faust2alqt.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user