about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2022-07-04 17:37:17 +0200
committerBart Brouns <bart@magnetophon.nl>2022-07-06 22:08:32 +0200
commitaa2c8f202652ec02db8477b7bc1db9ca01abdc67 (patch)
tree85f508b0f33b0fab6ca319400309d3fcfdbafee4 /pkgs/applications
parent1271b83b6364cfcb9761e4b1a581094eee5aa487 (diff)
faustlive: 2.5.10 -> 2.5.11
Diffstat (limited to 'pkgs/applications')
-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 67ff0a828573b..4ee5ab82e6e46 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.10";
+  version = "2.5.11";
   src = fetchFromGitHub {
     owner = "grame-cncm";
     repo = "faustlive";
     rev = version;
-    sha256 = "sha256-yLpIJr6A+NIX9RSGfQXT0O0USuRr0Ni9aUA+mbk31/o=";
+    sha256 = "sha256-ldn6st3/iIABjEfAwodOnPrI97DygWbnYmvMktlOgrk=";
     fetchSubmodules = true;
   };