diff options
| author | Jan Solanti <jhs@psonet.com> | 2022-05-22 03:13:26 +0300 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-06-07 00:01:50 +0000 |
| commit | 5257ffbd0d3830a9301932f065eb258772fd1b73 (patch) | |
| tree | acdd88e486774b081232e25ce22f18718d5cb52a | |
| parent | Merge pull request #176637 from NixOS/backport-175309-to-release-22.05 (diff) | |
| download | nixpkgs-origin/backport-173939-to-release-22.05.tar.gz | |
tauon: 7.1.3 -> 7.2.1origin/backport-173939-to-release-22.05
(cherry picked from commit 2be636a8c382584396d9a9aa6c1349d9990be1e7)
| -rw-r--r-- | pkgs/applications/audio/tauon/default.nix | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/pkgs/applications/audio/tauon/default.nix b/pkgs/applications/audio/tauon/default.nix index d9effb3f1afe..1809aa52e213 100644 --- a/pkgs/applications/audio/tauon/default.nix +++ b/pkgs/applications/audio/tauon/default.nix @@ -5,6 +5,7 @@ , python3Packages , ffmpeg , flac +, libjxl , librsvg , gobject-introspection , gtk3 @@ -14,6 +15,7 @@ , mpg123 , libopenmpt , opusfile +, wavpack , pango , pulseaudio , withDiscordRPC ? false @@ -21,13 +23,13 @@ stdenv.mkDerivation rec { pname = "tauon"; - version = "7.1.3"; + version = "7.2.1"; src = fetchFromGitHub { owner = "Taiko2k"; repo = "TauonMusicBox"; rev = "v${version}"; - sha256 = "sha256-UadE8qsQxRjE+POHLAUY1tRUInNXsMEqTAP02zSDSZ4="; + sha256 = "sha256-wEGdqMKLhKjnxNTgqNQpUpYkMk/FuRAKsWX+P/9nUG4="; }; postPatch = '' @@ -70,6 +72,7 @@ stdenv.mkDerivation rec { opusfile pango pulseaudio + wavpack ]; pythonPath = with python3Packages; [ @@ -77,12 +80,15 @@ stdenv.mkDerivation rec { gst-python dbus-python isounidecode + libjxl musicbrainzngs mutagen + natsort pillow plexapi pulsectl pycairo + PyChromecast pylast pygobject3 pylyrics |
