tauon: 7.4.3 -> 7.4.5
https://github.com/Taiko2k/TauonMusicBox/releases/tag/v7.4.5 https://github.com/Taiko2k/TauonMusicBox/releases/tag/v7.4.4
This commit is contained in:
parent
d30627c25c
commit
d730ce6004
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue