summary refs log tree commit diff
path: root/pkgs/applications/audio/faust
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-24 14:31:16 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-24 14:31:16 +0000
commit1708bbf53faf191dda5b4b5337ce000b6725b719 (patch)
treeb9994a38d78187b18f100edd846e8123b1704aca /pkgs/applications/audio/faust
parentb10a520017ac319c1e57b07742efd2bcc918d160 (diff)
faust2: 2.41.1 -> 2.54.9
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 19468b3af3454..d1dd74a35ddeb 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.41.1";
+  version = "2.54.9";
 
   src = fetchFromGitHub {
     owner = "grame-cncm";
     repo = "faust";
     rev = version;
-    sha256 = "sha256-x0nBWyILrNJijs7CIvRrgYG6vgB3UlxLj9i7E4cHr9I=";
+    sha256 = "sha256-7eSZUsZ0h0vWJIpZWXaS+SHV6N2i9nv6Gr6a9cuu4Fg=";
     fetchSubmodules = true;
   };