about summary refs log tree commit diff
path: root/pkgs/applications/audio/faust
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2024-01-09 10:27:34 +0000
committerGitHub <noreply@github.com>2024-01-09 10:27:34 +0000
commitfa9443e8ed305f71fc258cd0148e2d156792459b (patch)
treee40eba34c84273b99161bf0b171ae4fb041b0b27 /pkgs/applications/audio/faust
parent8ca4b12d9c8ba10b29ff555b3958e69017245096 (diff)
parentdb0e1e6efbaecd37a7267c94b3dafd6130735524 (diff)
Merge pull request #279407 from r-ryantm/auto-update/faust2
faust2: 2.69.3 -> 2.70.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 b087639ff8788..3e90236f872ad 100644
--- a/pkgs/applications/audio/faust/faust2.nix
+++ b/pkgs/applications/audio/faust/faust2.nix
@@ -23,13 +23,13 @@ with lib.strings;
 
 let
 
-  version = "2.69.3";
+  version = "2.70.3";
 
   src = fetchFromGitHub {
     owner = "grame-cncm";
     repo = "faust";
     rev = version;
-    sha256 = "sha256-V2oDP17omIU9Waz5zrOyEHnWrVIfdDRM4KxHb01eyd8=";
+    sha256 = "sha256-z6fW/T7wJZxugmvABlpvyMXvR4WkmC16INOKyyfKx8k=";
     fetchSubmodules = true;
   };