lol

zrythm: 1.0.0-beta.4.5.62 -> 1.0.0-beta.4.6.3 (#221681)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

authored by

Yuu Yin
Sandro
and committed by
GitHub
4054db2f ffd48ee0

+5 -3
+5 -3
pkgs/applications/audio/zrythm/default.nix
··· 27 27 , help2man 28 28 , jq 29 29 , json-glib 30 + , kissfft 30 31 , libadwaita 31 32 , libaudec 32 33 , libbacktrace ··· 86 87 }); 87 88 in stdenv.mkDerivation rec { 88 89 pname = "zrythm"; 89 - version = "1.0.0-beta.4.5.62"; 90 + version = "1.0.0-beta.4.6.3"; 90 91 91 92 src = fetchFromSourcehut { 92 93 owner = "~alextee"; 93 94 repo = pname; 94 95 rev = "v${version}"; 95 - hash = "sha256-K93Y4Adh9TqoetSn7nrbbruIri1MKYoSGzoRBGHwbPA="; 96 + hash = "sha256-5GBr8N+GzbptrvP/NisBXT0dsl9vn537B4InB00/N+A="; 96 97 }; 97 98 98 99 nativeBuildInputs = [ ··· 135 136 gtksourceview5 136 137 guile 137 138 json-glib 139 + kissfft 138 140 libadwaita 139 141 libbacktrace 140 142 libcyaml ··· 213 215 meta = with lib; { 214 216 homepage = "https://www.zrythm.org"; 215 217 description = "Automated and intuitive digital audio workstation"; 216 - maintainers = with maintainers; [ tshaynik magnetophon ]; 218 + maintainers = with maintainers; [ tshaynik magnetophon yuu ]; 217 219 platforms = platforms.linux; 218 220 license = licenses.agpl3Plus; 219 221 };