about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2016-07-28 15:11:07 +0200
committerGitHub <noreply@github.com>2016-07-28 15:11:07 +0200
commitace13888c7cf189b2c69cccc99cde1ff7cd3f208 (patch)
tree22a55129cb6a31eef8a23e13d4ddc52b99bc2a32 /pkgs/applications/audio
parente40f5e6658070393f3731b44012145de63f1e128 (diff)
parent037fc40b6a9a2dd1de2f53f72153a43ba9afbc67 (diff)
Merge pull request #17282 from magnetophon/faust1git
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; {