about summary refs log tree commit diff
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2022-12-25 16:57:57 +0100
committerGitHub <noreply@github.com>2022-12-25 16:57:57 +0100
commite4acd00c2faf8bcf52d8ff44b161d6d5a98bc306 (patch)
tree158bfea7cb11ab025fae7653096955f372e979ed
parentfad51abd42ca17a60fc1d4cb9382e2d79ae31836 (diff)
parent1708bbf53faf191dda5b4b5337ce000b6725b719 (diff)
Merge pull request #194580 from r-ryantm/auto-update/faust2
faust2: 2.41.1 -> 2.54.9
-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;
   };