summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2020-07-21 23:46:40 +0200
committerBart Brouns <bart@magnetophon.nl>2020-08-03 19:42:24 +0200
commit2dda10a9748a65ee39c5ea949dd09d9c36ac9553 (patch)
tree03cf79abc139ae0dc759e531544577c52c004e88 /pkgs/applications/audio
parent0f8eb0b8f2e3d440556036d6cae54e9576cb901b (diff)
downloadnixpkgs-2dda10a9748a65ee39c5ea949dd09d9c36ac9553.tar
nixpkgs-2dda10a9748a65ee39c5ea949dd09d9c36ac9553.tar.gz
nixpkgs-2dda10a9748a65ee39c5ea949dd09d9c36ac9553.tar.bz2
nixpkgs-2dda10a9748a65ee39c5ea949dd09d9c36ac9553.tar.lz
nixpkgs-2dda10a9748a65ee39c5ea949dd09d9c36ac9553.tar.xz
nixpkgs-2dda10a9748a65ee39c5ea949dd09d9c36ac9553.tar.zst
nixpkgs-2dda10a9748a65ee39c5ea949dd09d9c36ac9553.zip
faust: unstable-2020-06-08 -> unstable-2020-08-03
there was a release in the meantime, ut it has a bug that is fixed in
this commit.

See: https://github.com/grame-cncm/faust/issues/473
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/faust/faust2.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/faust/faust2.nix b/pkgs/applications/audio/faust/faust2.nix
index e65414b2bca..e6c44b4d09b 100644
--- a/pkgs/applications/audio/faust/faust2.nix
+++ b/pkgs/applications/audio/faust/faust2.nix
@@ -20,13 +20,13 @@ with stdenv.lib.strings;
 
 let
 
-  version = "unstable-2020-06-08";
+  version = "unstable-2020-08-03";
 
   src = fetchFromGitHub {
     owner = "grame-cncm";
     repo = "faust";
-    rev = "f0037e289987818b65d3f6fb1ad943aaad2a2b28";
-    sha256 = "0h08902rgx7rhzpng4h1qw8i2nzv50f79vrlbzdk5d35wa4zibh4";
+    rev = "b6045f4592384076d3b383d116e602a95a000eb3";
+    sha256 = "1wcpilwnkc7rrbv9gbkj5hb7kamkh8nrc3r4hbcvbz5ar2pfc6d5";
     fetchSubmodules = true;
   };