about summary refs log tree commit diff
path: root/pkgs/applications/audio/zrythm
diff options
context:
space:
mode:
authorYuu Yin <86538850+yuuyins@users.noreply.github.com>2023-03-18 16:36:41 -0300
committerGitHub <noreply@github.com>2023-03-18 20:36:41 +0100
commit4054db2f358c69b7051568e48076c78453d3f248 (patch)
tree678931bf2988ab10c15c64e7f65f792acebb6987 /pkgs/applications/audio/zrythm
parentffd48ee04d11a87b36bae3ac7cf4806c8a0639f2 (diff)
zrythm: 1.0.0-beta.4.5.62 -> 1.0.0-beta.4.6.3 (#221681)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'pkgs/applications/audio/zrythm')
-rw-r--r--pkgs/applications/audio/zrythm/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/applications/audio/zrythm/default.nix b/pkgs/applications/audio/zrythm/default.nix
index fbb040709ab50..953a97ac67f8d 100644
--- a/pkgs/applications/audio/zrythm/default.nix
+++ b/pkgs/applications/audio/zrythm/default.nix
@@ -27,6 +27,7 @@
 , help2man
 , jq
 , json-glib
+, kissfft
 , libadwaita
 , libaudec
 , libbacktrace
@@ -86,13 +87,13 @@ let
   });
 in stdenv.mkDerivation rec {
   pname = "zrythm";
-  version = "1.0.0-beta.4.5.62";
+  version = "1.0.0-beta.4.6.3";
 
   src = fetchFromSourcehut {
     owner = "~alextee";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-K93Y4Adh9TqoetSn7nrbbruIri1MKYoSGzoRBGHwbPA=";
+    hash = "sha256-5GBr8N+GzbptrvP/NisBXT0dsl9vn537B4InB00/N+A=";
   };
 
   nativeBuildInputs = [
@@ -135,6 +136,7 @@ in stdenv.mkDerivation rec {
     gtksourceview5
     guile
     json-glib
+    kissfft
     libadwaita
     libbacktrace
     libcyaml
@@ -213,7 +215,7 @@ in stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "https://www.zrythm.org";
     description = "Automated and intuitive digital audio workstation";
-    maintainers = with maintainers; [ tshaynik magnetophon ];
+    maintainers = with maintainers; [ tshaynik magnetophon yuu ];
     platforms = platforms.linux;
     license = licenses.agpl3Plus;
   };