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

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Yuu Yin 2023-03-18 16:36:41 -03:00 committed by GitHub
parent ffd48ee04d
commit 4054db2f35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};