Skip to content

Commit

Permalink
Merge pull request #34909 from magnetophon/faust
Browse files Browse the repository at this point in the history
faust: 2.5.10 -> 2.5.21
  • Loading branch information
adisbladis committed Feb 13, 2018
2 parents 3acf674 + 9f6f253 commit 40c8e9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/audio/faust/faust2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19824,7 +19824,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 { };
Expand Down

0 comments on commit 40c8e9c

Please sign in to comment.