about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-05-29 07:17:51 -0500
committerGitHub <noreply@github.com>2022-05-29 07:17:51 -0500
commit7272d50988494bb46ddd7000435be4669ed34e18 (patch)
tree6145a8ab4bb87b528c8fcccd58b3be3076b2bdf2 /pkgs/applications/audio
parent61aa21cd40881757175ac9fd6e3e72dcbf7708cd (diff)
parentddaaad11c7a9807e017808b8906afc6c860235d6 (diff)
Merge pull request #174909 from r-ryantm/auto-update/faustlive
faustlive: 2.5.8 -> 2.5.10
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 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;
   };