about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2016-07-26 16:57:02 +0200
committerBart Brouns <bart@magnetophon.nl>2016-07-26 20:40:44 +0200
commit037fc40b6a9a2dd1de2f53f72153a43ba9afbc67 (patch)
tree617925e40946c69aea00fbb2aa31b90ed7b4cfb2 /pkgs/applications/audio
parent8a19caac3928fdba62dc76c14c65ca458ff68095 (diff)
faust1git: 2016-04-27 -> 2016-07-19
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/faust/faust1git.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/faust/faust1git.nix b/pkgs/applications/audio/faust/faust1git.nix
index 21c8a9a34c565..02b71f6b57114 100644
--- a/pkgs/applications/audio/faust/faust1git.nix
+++ b/pkgs/applications/audio/faust/faust1git.nix
@@ -9,12 +9,12 @@ with stdenv.lib.strings;
 
 let
 
-  version = "2016-04-27";
+  version = "2016-07-19";
 
   src = fetchgit {
     url = "git://git.code.sf.net/p/faudiostream/code";
-    rev = "931fca3e649f99ef09025d37bd6a7dc70a03e6f6";
-    sha256 = "1h2qfwxqf9406v0w6kqyxlzn88zw3xmwgxg9f01n4jvd72zxll78";
+    rev = "16c22dc0193c10521b1dc16f98443d9c206bb5dd";
+    sha256 = "01rbcjfhpd5casi72ffi1j95f65ji60l629sgav93pvs0kpdacz5";
   };
 
   meta = with stdenv.lib; {