R. RyanTM
f643a51abe
ft2-clone: 1.15 -> 1.23
2020-05-02 10:19:36 +00:00
R. RyanTM
d092232a91
qmidinet: 0.6.1 -> 0.6.2
2020-05-01 09:05:59 +02:00
Jan Tojnar
61a2045c9a
pulseeffects: fix build
...
Meson 0.54 is no longer able to find Boost:
See https://github.com/NixOS/nixpkgs/issues/86131
2020-04-27 22:19:14 +02:00
Arnout Engelen
1d23950b5f
puredata: 0.49-0 -> 0.50-2
2020-04-27 12:04:41 +02:00
Konrad Borowski
df81d9a41c
clementineUnfree: update homepage link to use HTTPS
2020-04-24 19:44:59 -07:00
Konrad Borowski
1e802d70af
clementine: update homepage link to use HTTPS
2020-04-24 19:44:59 -07:00
Aaron Andersen
78250e8040
Merge pull request #84348 from aanderse/musikcube
...
musikcube: init at 0.90.1
2020-04-24 08:27:18 -04:00
Aaron Andersen
27d8b3ef40
musikcube: init at 0.90.1
2020-04-24 06:52:41 -04:00
Mario Rodas
7c41b7dee7
Merge pull request #85830 from marsam/update-spotify-tui
...
spotify-tui: 0.17.1 -> 0.18.0
2020-04-23 09:10:50 -05:00
Bart Brouns
d0b9212338
x42-plugins: 20200114 -> 20200411
...
The patchShebangs need to stay. Upstream changed them to /usr/bin/env,
but I forgot that doesn't exist at build time.
2020-04-23 08:22:07 +02:00
worldofpeace
b4d5dd861b
Merge pull request #84673 from mmilata/qt5-mkDerivation-stdenv
...
Use qt5's mkDerivation in packages that otherwise crash
2020-04-22 13:39:46 -04:00
Martin Milata
9384f48860
iannix: use qt5's mkDerivation
2020-04-22 15:23:10 +02:00
Martin Milata
21d3ce5887
dfasma: use qt5's mkDerivation
2020-04-22 15:23:09 +02:00
Martin Milata
461843af71
traverso: use qt5's mkDerivation
2020-04-22 15:21:49 +02:00
Mario Rodas
ebf8442ad3
spotify-tui: 0.17.1 -> 0.18.0
2020-04-22 04:20:00 -05:00
gnidorah
b4a7b66d82
openmpt123: 0.4.11 -> 0.4.12
2020-04-21 19:47:06 +02:00
Greg Price
45a04ed6d4
gbsplay: fix configure flags
...
This caused none of these flags to have any effect. That's because
the configure command looked like this:
./configure --prefix=/nix/store/svhl0fjdj1jl2sqcppy5vnzpfi4gj3d3-gbsplay-2016-12-17 \
--without-test\ --without-contrib\ --disable-devdsp\ --enable-pulse\ --disable-alsa\ --disable-midi\ --disable-nas\ --disable-dsound\ --disable-i18n
with one giant flag '--without-test --without-contrib...', containing
internal spaces.
This can be seen in `nix log nixpkgs.gbsplay`, in this line:
configure flags: --prefix=/nix/store/svhl0fjdj1jl2sqcppy5vnzpfi4gj3d3-gbsplay-2016-12-17 --without-test\ --without-contrib\ --disable-devdsp\ --enable-pulse\ --disable-alsa\ --disable-midi\ --disable-nas\ --disable-dsound\ --disable-i18n
and then in the fact that features like "devdsp" and "midi" are listed
as enabled in later output, and source files like plugout_midi.c are
included in the build.
I don't have a real opinion on whether it's better to have these flags
or not, but it's clear the author's intention was to pass them. So,
fix the attr name so they get passed.
2020-04-21 07:51:55 +02:00
Orivej Desh
f9fbc9b118
hydrogen-unstable: init at 1.0.0-beta2 ( #85454 )
2020-04-20 15:09:15 +00:00
Maximilian Bosch
beb9b1a7e3
Merge pull request #85548 from turion/master
...
Add myself (turion) to the maintainers list for several packages
2020-04-20 00:34:14 +02:00
Mario Rodas
25c8da3275
Merge pull request #85554 from magnetophon/lsp-plugins
...
lsp-plugins: 1.1.15 -> 1.1.19
2020-04-19 13:26:10 -05:00
worldofpeace
2457037d2e
lollypop: 1.2.32 -> 1.2.35
2020-04-19 13:09:15 -04:00
Bart Brouns
f2402e5047
bjumblr: init at 0.2
2020-04-19 14:21:47 +02:00
Bart Brouns
183e448a23
lsp-plugins: 1.1.15 -> 1.1.19
2020-04-19 14:08:15 +02:00
Manuel Bärenz
f253da42f8
Add myself (turion) to the maintainers list for several packages
...
Following nh2's advice, I want to be more involved in nixpkgs,
and I'll start to review changes to programs that are important to me,
and that didn't have a long list of maintainers yet.
2020-04-19 13:14:31 +02:00
Mario Rodas
ad4eebc5ca
Merge pull request #85471 from bbigras/spotifyd
...
spotifyd: add withMpris and withKeyring optionals
2020-04-19 02:38:26 -05:00
Vladimír Čunát
e233a9d4dd
Merge #84442 : staging-next branch
2020-04-18 23:11:00 +02:00
Pavol Rusnak
fadcfc3ea4
treewide: per RFC45, remove more unquoted URLs
2020-04-18 14:04:37 +02:00
Vladimír Čunát
d96487b9ca
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1582510
2020-04-18 07:42:26 +02:00
Bruno Bigras
11be0cd745
spotifyd: add withMpris and withKeyring optionals
2020-04-17 20:29:56 -04:00
adisbladis
5340ebe085
mopidy: Create a mopidyPackages set
...
This is to avoid mixing python versions in the same plugin closure.
2020-04-17 12:39:03 +01:00
adisbladis
83cb22963b
mopidy: Move mopidy default.nix to mopidy.nix
...
This is in anticipation of a mopidyPackages set
2020-04-17 12:39:03 +01:00
Jan Tojnar
3d8e436917
Merge branch 'master' into staging-next
2020-04-16 10:09:43 +02:00
R. RyanTM
2368c61463
carla: 2.0.0 -> 2.1
2020-04-14 06:30:57 +00:00
Jan Tojnar
cc57640aeb
Merge pull request #84470 from jtojnar/ardour-cleanup
...
ardour: clean up the expression
2020-04-13 20:10:27 +02:00
Jan Tojnar
a04625379a
Merge branch 'master' into staging-next
2020-04-13 18:50:35 +02:00
R. RyanTM
ae7b04a55f
qsynth: 0.6.1 -> 0.6.2
2020-04-12 17:37:56 -07:00
R. RyanTM
2aa785ba09
qjackctl: 0.6.1 -> 0.6.2
2020-04-12 17:36:19 -07:00
R. RyanTM
7cf5ece4e8
qtractor: 0.9.12 -> 0.9.13
2020-04-12 17:35:51 -07:00
R. RyanTM
64e666f772
pianobar: 2019.02.14 -> 2020.04.05
2020-04-12 17:33:45 -07:00
R. RyanTM
d4684cf612
zita-ajbridge: 0.8.2 -> 0.8.4 ( #85012 )
2020-04-12 19:59:17 +00:00
Benjamin Hipple
e9174748ac
Merge pull request #85052 from r-ryantm/auto-update/BSlizr
...
bslizr: 1.2.4 -> 1.2.6
2020-04-12 14:05:39 -04:00
Maximilian Bosch
539b7f1e3b
Merge pull request #84975 from Maxdamantus/polyphone
...
polyphone: init at 2.2.0
2020-04-12 18:10:11 +02:00
R. RyanTM
7bd6554951
bslizr: 1.2.4 -> 1.2.6
2020-04-12 06:39:50 +00:00
Peter Hoeg
a7bd722ec8
Merge pull request #84984 from r-ryantm/auto-update/strawberry
...
strawberry: 0.6.8 -> 0.6.9
2020-04-11 23:18:07 +08:00
R. RyanTM
03e18abf05
strawberry: 0.6.8 -> 0.6.9
2020-04-11 11:22:04 +00:00
Max Zerzouri
ab65cb50c8
polyphone: init at 2.2.0
2020-04-11 17:33:45 +12:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Jan Tojnar
1ab03c3a76
Merge branch 'master' into staging-next
2020-04-10 12:12:56 +02:00
Mario Rodas
93eb7478f1
ncspot: 0.1.2 -> 0.1.3
...
Changelog: https://github.com/hrkfdn/ncspot/releases/tag/v0.1.3
2020-04-09 17:05:00 -05:00
Mario Rodas
d92cc0f25b
Merge pull request #84640 from r-ryantm/auto-update/snd
...
snd: 20.1 -> 20.2
2020-04-08 19:35:56 -05:00
Jörg Thalheim
b9b8388e4a
vocal: add missing glib-networking
...
otherwise https is disabled
2020-04-08 13:22:50 -04:00
Samuel Leathers
72cb7f81fd
Merge pull request #81442 from manveru/bundler-2.1.4
...
bundler: 1.17.3 -> 2.1.4
2020-04-08 12:44:54 -04:00
Jan Tojnar
044a1f03db
Merge pull request #83163 from lasandell/shortwave-1.0.1
...
shortwave: init at 1.0.1
2020-04-08 17:02:57 +02:00
Luke Sandell
a74ecff70a
shortwave: init at 1.0.1
2020-04-08 09:44:30 -05:00
Jan Tojnar
b7243c79c8
Merge pull request #84698 from jtojnar/gnome2-cleanups
...
gnome2 cleanups
2020-04-08 15:58:33 +02:00
Jan Tojnar
14be4ca20a
lingot: 0.9.1 → 1.0.1
...
https://savannah.nongnu.org/forum/forum.php?forum_id=9190
2020-04-08 10:32:21 +02:00
Jan Tojnar
0195347f5f
beast: drop
...
It depends on ton of cruft, has been broken for three years and upstream switched to electron 🙈
2020-04-08 10:32:20 +02:00
Jan Tojnar
3f7515cb8c
ardour: clean up the expression
...
* Remove unneeded dependencies
* Stop vendoring other dependencies (fluidsynth, hidapi, libltc, qm-dsp)
* Fix using incorrect libusb version (libusb package is just a legacy compat layer)
* Move build-time dependencies to nativeBuildInputs
* Install freedesktop files & man page
* Drop libintl replacement that no longer applies
2020-04-07 20:26:24 +02:00
Jan Tojnar
eac0ee6c51
ardour: format with nixpkgs-fmt
2020-04-07 20:26:22 +02:00
R. RyanTM
261bdcb25c
snd: 20.1 -> 20.2
2020-04-07 18:05:13 +00:00
Peter Hoeg
d7b98129fe
Merge pull request #80003 from peterhoeg/f/elisa
...
elisa: move into kdeApplications
2020-04-07 20:54:03 +08:00
Peter Hoeg
0c7ec50297
elisa: move into kdeApplications
...
elisa is now part of the upstream kdeApplications bundle
2020-04-07 20:53:09 +08:00
R. RyanTM
fed6a3d87d
qmmp: 1.3.6 -> 1.3.7
2020-04-07 14:04:58 +02:00
Maximilian Bosch
98aa946d08
Merge pull request #84355 from JakeStanger/patch-1
...
rofi-mpd: 2.0.1 -> 2.2.0
2020-04-07 01:44:15 +02:00
Michael Fellinger
f92600b406
update versions in Gemfile.lock
2020-04-06 15:02:13 +02:00
R. RyanTM
9456168b59
mopidy: 3.0.1 -> 3.0.2
2020-04-06 07:14:47 +00:00
Jake Stanger
be2f9a3672
rofi-mpd: 2.0.1 -> 2.2.0
2020-04-05 14:29:07 +01:00
Frederik Rietdijk
ce2321f938
Merge staging-next into staging
2020-04-05 08:34:03 +02:00
Frederik Rietdijk
866c5aa090
Merge master into staging-next
2020-04-05 08:33:39 +02:00
Bart Brouns
e64c579ad4
sfizz: unstable-2020-01-24 -> 0.3.2
2020-04-04 15:08:08 +02:00
Bart Brouns
a3e8b6a270
bshapr: 0.7 -> 0.8
2020-04-04 09:06:56 +02:00
Frederik Rietdijk
edaa972160
Merge staging-next into staging
2020-04-03 21:55:10 +02:00
Frederik Rietdijk
92124ed660
Merge master into staging-next
2020-04-03 21:54:40 +02:00
Matthias Beyer
fb818c536a
pulseeffects: 4.7.1 -> 4.7.2
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-03 13:52:59 +02:00
Peter Hoeg
81bc738fc0
Merge pull request #83799 from cole-h/cantata
...
cantata: make qtmultimedia and vlc optional
2020-04-03 17:07:14 +08:00
Ryan Mulligan
23dfabd484
Merge pull request #83966 from r-ryantm/auto-update/ft2-clone
...
ft2-clone: 1.09 -> 1.15
2020-04-02 06:48:35 -07:00
Jan Tojnar
15002f1cfd
tree-wide: Switch from gnome3.maintainers to lib.teams.gnome
2020-04-01 14:41:43 +02:00
R. RyanTM
d0f60bacb1
ft2-clone: 1.09 -> 1.15
2020-04-01 11:58:27 +00:00
Jan Tojnar
3e0f4e202f
Merge branch 'master' into staging-next
2020-03-31 21:32:15 +02:00
Jan Tojnar
9f6db6e754
deadbeef: remove unused patch
...
This was forgotten in https://github.com/NixOS/nixpkgs/pull/81010
2020-03-31 03:26:18 +02:00
R. RyanTM
4078079cbc
deadbeef: 1.8.2 -> 1.8.3
2020-03-30 18:13:13 -07:00
R. RyanTM
69cf4ef39c
samplv1: 0.9.12 -> 0.9.13
2020-03-30 16:09:57 -07:00
R. RyanTM
10e9320ddf
synthv1: 0.9.12 -> 0.9.13
2020-03-30 16:09:42 -07:00
R. RyanTM
ac5ac65dbe
aeolus: 0.9.7 -> 0.9.8
2020-03-30 16:08:12 -07:00
Ryan Mulligan
97f404147e
Merge pull request #82993 from Synthetica9/homepage-fix2
...
treewide: fix redirected urls (again)
2020-03-30 13:40:46 -07:00
Cole Helbling
23f4ac9150
cantata: make qtmultimedia and vlc optional
...
Upstream defaults vlc to off. Its only purpose is as an alternative to
QtMultimedia for "MPD HTTP stream playback" [1]. Similarly, provide a
toggle for qtmultimedia, in case somebody wants to disable HTTP stream
playback.
[1] efa907c8e0/CMakeLists.txt (L51)
2020-03-30 10:49:55 -07:00
Benjamin Hipple
42cc92919d
Merge pull request #83064 from magnetophon/lsp-plugins
...
lsp-plugins: 1.1.13 -> 1.1.15
2020-03-30 13:27:59 -04:00
Mario Rodas
676e18b7a0
spotify-tui: 0.17.0 -> 0.17.1
2020-03-30 04:20:00 -05:00
Bart Brouns
fa54163b4d
lsp-plugins: 1.1.13 -> 1.1.15
2020-03-29 17:40:19 +02:00
Jörg Thalheim
d04396da8b
Merge pull request #82852 from Mic92/cross-build-rust-package
...
[WIP] buildRustPackage: enable strictDeps
2020-03-29 14:07:07 +01:00
Jörg Thalheim
8ccfa1e212
gnome-podcasts: fix strict deps build
2020-03-29 12:37:24 +01:00
Orivej Desh
30dc230997
avldrums-lv2: alias to x42-avldrums ( #83665 )
...
Fixes #83649
2020-03-29 10:22:55 +00:00
Elis Hirwing
74b2eaea0c
Merge pull request #82624 from matthiasbeyer/mixxx-with-old-libshout
...
mixx: Build with libshout 2.4.1
2020-03-29 10:53:47 +02:00
Matthias Beyer
3a3860fe48
mixx: Build with libshout 2.4.1
...
Because libshout 2.4.2 and newer seem to break streaming in mixxx, build
it with 2.4.1 instead.
This actually fixes the problem.
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-03-28 22:25:08 +01:00
Frederik Rietdijk
a36be028f5
Merge staging-next into staging
2020-03-28 21:15:15 +01:00
Ryan Mulligan
6a62d6c532
Merge pull request #83449 from r-ryantm/auto-update/drumkv1
...
drumkv1: 0.9.12 -> 0.9.13
2020-03-28 08:37:45 -07:00
Orivej Desh
06313ad0c4
zita-ajbridge: init at 0.8.2
2020-03-28 12:59:56 +00:00
Orivej Desh
d80adaaf17
pianobooster: 0.6.4b -> 0.7.2b
2020-03-28 04:29:40 +00:00
Orivej Desh
0dae508978
x42-gmsynth: init at 0.4.1
2020-03-27 23:58:13 +00:00
Orivej Desh
8a43a2818a
x42-avldrums: init at 0.4.1
2020-03-27 23:58:10 +00:00
Orivej Desh
14753000ed
x42-autotune: remove
...
It is a part of x42-plugins (under the name of x42-fat1).
2020-03-27 23:57:42 +00:00
Patrick Hilhorst
5b49816cf4
treewide: add quotes to recently-changed urls
...
Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
2020-03-28 00:05:50 +01:00
Orivej Desh
2f826a6705
x42-autotune: init at 0.6.1
2020-03-27 22:58:18 +00:00
Orivej Desh
b8bcf8cb4f
zita-at1: init at 0.6.2
2020-03-27 21:18:05 +00:00
R. RyanTM
0bc43b2a09
padthv1: 0.9.12 -> 0.9.13
2020-03-27 13:09:50 -07:00
Michael Weiss
0950324466
scons: Add passthru.py2 for backward compatibility
...
Not all packages build with Python 3, see #75877 . The goal is to get rid
of Python 2 but this approach ensures a smoother transition.
2020-03-27 10:49:52 -07:00
Christoph Neidahl
81d0e3d056
cheesecutter: init at unstable-2019-12-06
2020-03-27 01:40:56 -07:00
Michele Guerini Rocco
cccdf3d085
Merge pull request #82656 from fgaz/sfxr-qt/1.3.0
...
sfxr-qt: 1.2.0 -> 1.3.0
2020-03-27 09:36:27 +01:00
Steve Jones
28aa914b1e
qmidiarp: init at 0.6.5
2020-03-27 01:34:44 -07:00
Orivej Desh
3e47a6e50a
nootka: init at 1.4.7, init unstable at 1.7.0-beta1
2020-03-26 23:36:29 +00:00
Orivej Desh
ed5d0ed4c6
tony: init at 2.1.1
2020-03-26 22:34:47 +00:00
Orivej Desh
f61af809d2
muse: fix parallel building
2020-03-26 22:34:47 +00:00
Orivej Desh
cc81399036
qtractor: enable parallel building
2020-03-26 22:34:47 +00:00
Orivej Desh
ef164d2ba9
vamp-plugin-sdk: rename from vamp.vampSDK
2020-03-26 22:34:47 +00:00
R. RyanTM
5861d74759
drumkv1: 0.9.12 -> 0.9.13
2020-03-26 21:18:29 +00:00
Bart Brouns
bbe7624175
faust2: 2.20.2 -> unstable-2020-03-20 ( #82650 )
...
The latest release has a bug that makes it unable
to compile all of its own libraries:
https://github.com/grame-cncm/faust/issues/406
2020-03-26 07:32:01 +00:00
puzzlewolf
5016a7612a
grandorgue: init at 0.3.1-r2333
2020-03-24 14:36:15 +01:00
Jan Tojnar
0ce270707c
tree-wide: remove aliases from gnome update scripts
2020-03-24 07:11:24 +01:00
Orivej Desh
d5b27c6c74
muse: fix parallel building
2020-03-23 04:27:51 +00:00
Orivej Desh
3c23cf9050
muse: enable all suggested optional dependencies
2020-03-23 02:54:50 +00:00
Orivej Desh
624c83f70a
muse: 3.1pre1 -> 3.1.0
2020-03-23 02:54:49 +00:00
Orivej Desh
e1c3085354
lrdf: move from librdf libraries
...
It was never called librdf and it is not a librdf.org project.
2020-03-23 00:22:36 +00:00
Maximilian Bosch
ce5dec1e31
spotify-tui: 0.16.0 -> 0.17.0
...
https://github.com/Rigellute/spotify-tui/releases/tag/v0.17.0
2020-03-22 23:11:46 +01:00
mlatus
3e35b4b15b
do not set QT_SCREEN_AUTO_SCALE_FACTOR
2020-03-22 11:48:18 +08:00
R. RyanTM
9c3997e05a
parlatype: 1.6.2 -> 2.0
2020-03-20 23:37:16 -07:00
Patrick Hilhorst
9fc5e7e473
treewide: fix redirected urls (again)
...
Ran the same script as #78265 .
Additionally, manually replaced `http://goodies.xfce.org `
with https.
2020-03-20 13:36:23 +01:00
Orivej Desh
c8edc08dc4
mup: init at 6.7
2020-03-19 19:54:22 +00:00
Kevin Rauscher
3d846aa29e
mopidy-mpd: init at version 3.0.0
2020-03-18 11:54:08 -07:00
Orivej Desh
6245a6b342
musescore: 3.2.3 -> 3.4.2
2020-03-18 18:53:09 +00:00
Kevin Rauscher
b779f1b55c
mopidy-iris: 3.45.1 -> 3.46.0
2020-03-17 21:02:17 +01:00
Andreas Rammhold
b489708077
Merge pull request #82471 from danderson/bug-57191-vorbis-tools
...
vorbis-tools: bump debian patchseries from -6 to -11.
2020-03-17 10:35:33 +01:00
S-NA
2f5b8d6522
aucatctl: init at 0.1
...
Allows those who use sndiod to adjust the volume of audio programs.
2020-03-16 21:47:30 +00:00
Steve Jones
2ff00c41d7
cmt: init at 1.17
2020-03-16 12:59:56 -07:00
symphorien
d6f1d56eab
clementine: fix broken symlink ( #82689 )
2020-03-15 19:41:12 -04:00
Francesco Gazzetta
f241aa6910
soundtracker: init at 1.0.0.1 ( #82057 )
2020-03-15 15:50:00 -04:00
Francesco Gazzetta
efae295453
sfxr-qt: 1.2.0 -> 1.3.0
2020-03-15 15:01:22 +01:00
Francesco Gazzetta
f9e13566cc
ft2-clone: init at 1.09
2020-03-14 22:54:06 +01:00
Francesco Gazzetta
510419ff5d
pt2-clone: init at 1.06
2020-03-14 22:53:41 +01:00
adisbladis
77396a8c47
Merge pull request #81098 from bignaux/cadence
...
cadence: fix dbus,libjack and missing dependancies
2020-03-14 21:30:57 +00:00
R. RyanTM
7cb9d8cf42
sunvox: 1.9.5c -> 1.9.5d
2020-03-14 14:31:11 +01:00
R. RyanTM
d88389048f
elisa: 19.12.2 -> 19.12.3
2020-03-14 14:26:52 +01:00
tilpner
87c0ebda05
ncspot: enable MPRIS by default
2020-03-14 09:39:00 +01:00
R. RyanTM
1698c222ce
pt2-clone: 1.06 -> 1.07
2020-04-01 17:12:31 -07:00
worldofpeace
14565eb2b3
lollypop: 1.2.23 -> 1.2.32
2020-04-01 00:24:27 -04:00
Timo Kaufmann
c9bf23e658
Merge pull request #83482 from doronbehar/improve-picard
...
picard: add optional qtmultimedia dependency
2020-03-31 19:37:28 +00:00
Doron Behar
babd73454a
picard: enable optional playback support
2020-03-28 12:15:42 +03:00
Doron Behar
3435237fc5
picard: Fix double wrapping
2020-03-27 13:04:24 +03:00
=
33746be61f
ams: init at 2.1.2
2020-03-13 15:53:10 -07:00
David Anderson
688d14d478
vorbis-tools: bump debian patchseries from -6 to -11.
...
Fixes #57191 , CVE-2014-9638, CVE-2014-9639, CVE-2015-6749,
CVE-2017-11331.
Signed-off-by: David Anderson <dave@natulte.net>
2020-03-13 01:50:01 -07:00
Mario Rodas
03fb78e80e
spotify-tui: 0.15.0 -> 0.16.0
...
Changelog: https://github.com/Rigellute/spotify-tui/releases/tag/v0.16.0
2020-03-12 04:20:00 -05:00