about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-01-08 11:13:01 -0500
committerGitHub <noreply@github.com>2024-01-08 11:13:01 -0500
commit29449d300e0cb951fa67fb714dd43bb5068d5d6c (patch)
treee0693e025e70dd1f5bd618b4612424df423f76be /pkgs/applications/audio
parent64da58129511c81b2e89917285360c1654413182 (diff)
parente5ad697fbd7fe922d259561fad3917881e4b570c (diff)
Merge pull request #279371 from r-ryantm/auto-update/faustlive
faustlive: 2.5.16 -> 2.5.17
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/faust/faustlive.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/faust/faustlive.nix b/pkgs/applications/audio/faust/faustlive.nix
index a45853ad98f32..3e1074ad691f6 100644
--- a/pkgs/applications/audio/faust/faustlive.nix
+++ b/pkgs/applications/audio/faust/faustlive.nix
@@ -5,12 +5,12 @@
 
 stdenv.mkDerivation rec {
   pname = "faustlive";
-  version = "2.5.16";
+  version = "2.5.17";
   src = fetchFromGitHub {
     owner = "grame-cncm";
     repo = "faustlive";
     rev = version;
-    sha256 = "sha256-O3IWx6Ht/xcb8NFxI7Biwck3dIHbxyof/zDgYDdzozY=";
+    sha256 = "sha256-RqtdDkP63l/30sL5PDocvpar5TI4LdKfeeliSNeOHog=";
     fetchSubmodules = true;
   };