summary refs log tree commit diff
path: root/pkgs/servers/lidarr
Commit message (Collapse)AuthorAge
* lidarr: 0.7.2.1878 -> 0.8.1.2135R. RyanTM2021-04-30
|
* pkgs/servers: stdenv.lib -> libBen Siraphob2021-01-15
|
* 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
* lidarr: 0.7.1.1381 -> 0.7.2.1878R. RyanTM2020-11-03
|
* lidarr: Add missing dependency chromaprintElis Hirwing2019-10-22
| | | | | | | | | | | Without adding this dependency in the system status page I get the warning saying the following: > fpcalc could not be found. Audio fingerprinting disabled. With this dep we instead get the following: > You have an old version of fpcalc. Please upgrade to 1.4.3. Which I would find an improvement from the current state.
* lidarr: 0.6.2.883 -> 0.7.1.1381Elis Hirwing2019-09-15
| | | | | | Changelogs: - https://github.com/lidarr/Lidarr/releases/tag/v0.7.0.1347 - https://github.com/lidarr/Lidarr/releases/tag/v0.7.1.1381
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* lidarr: 0.6.1.830 -> 0.6.2.883R. RyanTM2019-06-01
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/lidarr/versions
* lidarr: 0.6.0.815 -> 0.6.1.830R. RyanTM2019-05-01
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/lidarr/versions
* lidarr: 0.5.0.583 -> 0.6.0.815R. RyanTM2019-04-14
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/lidarr/versions
* lidarr: 0.4.0.524 -> 0.5.0.583R. RyanTM2018-12-15
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/lidarr/versions
* lidarr: 0.3.1.471 -> 0.4.0.524Edward Tjörnhammar2018-10-04
|
* lidarr: init at 0.3.1.471Elis Hirwing2018-09-29
Fork of sonarr (as radarr) but for music instead of series and movies.