Jan Solanti 2022-11-26 21:12:01 +02:00
parent d30627c25c
commit d730ce6004

View file

@ -25,13 +25,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "tauon"; pname = "tauon";
version = "7.4.3"; version = "7.4.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Taiko2k"; owner = "Taiko2k";
repo = "TauonMusicBox"; repo = "TauonMusicBox";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-eB4fwW5UvylVslSEvDFdCVYcEK3M2H+8VJGHH13vvA0="; sha256 = "sha256-fxmCLjnYO7ZblEiRoByxuFzw9xFHqbQvne1WNcFnnwI=";
}; };
postUnpack = '' postUnpack = ''
@ -131,6 +131,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "The Linux desktop music player from the future"; description = "The Linux desktop music player from the future";
homepage = "https://tauonmusicbox.rocks/"; homepage = "https://tauonmusicbox.rocks/";
changelog = "https://github.com/Taiko2k/TauonMusicBox/releases/tag/v${version}";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ jansol ]; maintainers = with maintainers; [ jansol ];
platforms = platforms.linux; platforms = platforms.linux;