summary refs log tree commit diff
path: root/pkgs/applications/audio/spotify-tui/default.nix
Commit message (Collapse)AuthorAge
* spotify-tui: unpin openssl, fix license, clean upfigsoda2023-05-12
|
* spotify-tui: patch to work with rust 1.64Theodore Ni2022-10-07
|
* spotify-tui: add collection variant patchMoritz Böhme2022-07-08
| | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* treewide: add meta.mainProgram to many packagesMalo Bourgon2022-04-14
|
* spotify-tui: 0.24.0 -> 0.25.0Roberto Di Remigio2021-08-24
|
* spotify-tui: 0.23.0 -> 0.24.0jwijenbergh2021-06-27
|
* treewide: fix cargoSha256/cargoHashDaniël de Kok2021-05-08
| | | | | | | | | | | | | Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in which cargo vendor erroneously changed permissions of vendored crates. This was fixed in Rust 1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are potentially broken. This change updates cargoSha256/cargoHash tree-wide. Fixes #121994.
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* spotify-tui: 0.22.0 -> 0.23.0Mario Rodas2021-01-06
| | | | https://github.com/Rigellute/spotify-tui/releases/tag/v0.23.0
* spotify-tui: 0.21.0 -> 0.22.0Mario Rodas2020-10-05
| | | | https://github.com/Rigellute/spotify-tui/releases/tag/v0.22.0
* buildRustPackage: remove platform.all from packageszowoq2020-08-16
|
* spotify-tui: 0.20.0 -> 0.21.0R. RyanTM2020-07-28
|
* spotify-tui: 0.19.0 -> 0.20.0Mario Rodas2020-05-28
|
* spotify-tui: 0.18.0 -> 0.19.0Mario Rodas2020-05-05
|
* spotify-tui: 0.17.1 -> 0.18.0Mario Rodas2020-04-22
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* spotify-tui: 0.17.0 -> 0.17.1Mario Rodas2020-03-30
|
* spotify-tui: 0.16.0 -> 0.17.0Maximilian Bosch2020-03-22
| | | | https://github.com/Rigellute/spotify-tui/releases/tag/v0.17.0
* spotify-tui: 0.15.0 -> 0.16.0Mario Rodas2020-03-12
| | | | Changelog: https://github.com/Rigellute/spotify-tui/releases/tag/v0.16.0
* spotify-tui: 0.14.0 -> 0.15.0Mario Rodas2020-02-24
| | | | Changelog: https://github.com/Rigellute/spotify-tui/releases/tag/v0.15.0
* rust: update docs on legacyCargoFetcher; remove unnecessary defaultsBenjamin Hipple2020-02-15
| | | | | As mentioned in #79975, the default on `legacyCargoFetcher` if left unspecified is now `false`.
* spotify-tui: 0.13.0 -> 0.14.0, fix buildMaximilian Bosch2020-02-14
| | | | | https://github.com/Rigellute/spotify-tui/releases/tag/v0.14.0 https://hydra.nixos.org/build/112751711
* treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
* spotify-tui: 0.12.0 -> 0.13.0Mario Rodas2020-01-31
| | | | Changelog: https://github.com/Rigellute/spotify-tui/releases/tag/v0.13.0
* spotify-tui: 0.11.0 -> 0.12.0Mario Rodas2020-01-23
| | | | Changelog: https://github.com/Rigellute/spotify-tui/releases/tag/v0.12.0
* spotify-tui: 0.10.0 -> 0.11.0Mario Rodas2019-12-23
| | | | Changelog: https://github.com/Rigellute/spotify-tui/releases/tag/v0.11.0
* spotify-tui: 0.9.0 -> 0.10.0Jeroen Wijenbergh2019-11-30
|
* spotify-tui: 0.8.0 -> 0.9.0Jeroen Wijenbergh2019-11-16
|
* spotify-tui: 0.6.2 -> 0.8.0Mario Rodas2019-10-29
|
* spotify-tui: 0.5.0 -> 0.6.2Patrick Hilhorst2019-10-16
|
* spotify-tui: fix darwin buildMaximilian Bosch2019-10-12
|
* spotify-tui: init at 0.5.0Jeroen Wijenbergh2019-10-12