about summary refs log tree commit diff
path: root/pkgs/applications/audio/faust
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-05-27 11:07:47 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-05-27 11:07:47 +0000
commitddaaad11c7a9807e017808b8906afc6c860235d6 (patch)
tree9217e7215d26560c3311836095788b054855827c /pkgs/applications/audio/faust
parent3a2de147b180848fc3ae1a6ae04f7935d77b736d (diff)
faustlive: 2.5.8 -> 2.5.10
Diffstat (limited to 'pkgs/applications/audio/faust')
-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 38d3bafdea6a5..67ff0a828573b 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.8";
+  version = "2.5.10";
   src = fetchFromGitHub {
     owner = "grame-cncm";
     repo = "faustlive";
     rev = version;
-    sha256 = "sha256-dt5YlvaCZ6JiNGPwVXPrKzVGWxnhdyP4lnKgck7ZSF8=";
+    sha256 = "sha256-yLpIJr6A+NIX9RSGfQXT0O0USuRr0Ni9aUA+mbk31/o=";
     fetchSubmodules = true;
   };