From 4054db2f358c69b7051568e48076c78453d3f248 Mon Sep 17 00:00:00 2001 From: Yuu Yin <86538850+yuuyins@users.noreply.github.com> Date: Sat, 18 Mar 2023 16:36:41 -0300 Subject: [PATCH] zrythm: 1.0.0-beta.4.5.62 -> 1.0.0-beta.4.6.3 (#221681) Co-authored-by: Sandro --- pkgs/applications/audio/zrythm/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/audio/zrythm/default.nix b/pkgs/applications/audio/zrythm/default.nix index fbb040709ab..953a97ac67f 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; };