about summary refs log tree commit diff
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2022-12-25 16:54:54 +0100
committerGitHub <noreply@github.com>2022-12-25 16:54:54 +0100
commitcb7e9f5a01f759436ae1df123a875bce02d016af (patch)
tree18953b1d56b289684a4ddd17568a8aa32264787c
parent60d929338c47285f6533aaf78c4725afeb5ae13c (diff)
parent937a8e35d3267dffd8600364503de836d5a8b29a (diff)
Merge pull request #207383 from r-ryantm/auto-update/faustlive
faustlive: 2.5.12 -> 2.5.13
-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 87f2920c200b5..b393041eeb12f 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.12";
+  version = "2.5.13";
   src = fetchFromGitHub {
     owner = "grame-cncm";
     repo = "faustlive";
     rev = version;
-    sha256 = "sha256-pq9zO4opCh9GEEtuQjrxKdNvOasDlcGGUsQD4je7Wyw=";
+    sha256 = "sha256-Tgb9UYj8mI4JsxA/PaTokm2NzQ14P8cOdKK8KCcnSIQ=";
     fetchSubmodules = true;
   };