about summary refs log tree commit diff
path: root/pkgs/applications/audio/faust
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-10-30 19:02:24 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-10-30 19:02:24 +0000
commit5c8aab2c2d26bf2b4bd13a7c576946c2e5d4255e (patch)
tree654a1973e15e6b3ae9b51bc319fb62d005620f1c /pkgs/applications/audio/faust
parent216705ad7d673a8f52a805b278508d8e1bf084ea (diff)
faust: 2.30.5 -> 2.37.3
Diffstat (limited to 'pkgs/applications/audio/faust')
-rw-r--r--pkgs/applications/audio/faust/faust2.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/faust/faust2.nix b/pkgs/applications/audio/faust/faust2.nix
index c1d351fa53e16..0309031cf7858 100644
--- a/pkgs/applications/audio/faust/faust2.nix
+++ b/pkgs/applications/audio/faust/faust2.nix
@@ -20,13 +20,13 @@ with lib.strings;
 
 let
 
-  version = "2.30.5";
+  version = "2.37.3";
 
   src = fetchFromGitHub {
     owner = "grame-cncm";
     repo = "faust";
     rev = version;
-    sha256 = "0cs52w4rwaj5d8pjak4cxsg02sxvx4y07592nc3ck81clqjmszmm";
+    sha256 = "sha256-Jzauw8+vBjtbK73Bh4huhX1ql1cWmh80EzEET3x03rc=";
     fetchSubmodules = true;
   };