summary refs log tree commit diff
path: root/pkgs/servers/radarr
Commit message (Collapse)AuthorAge
* 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
* maintainers: add purcell (#96329)Steve Purcell2020-08-25
|
* radarr: 0.2.0.1480 -> 0.2.0.1504R. RyanTM2020-07-10
|
* radarr: 0.2.0.1450 -> 0.2.0.1480R. RyanTM2020-03-03
|
* radarr: 0.2.0.1358 -> 0.2.0.1450nyanloutre2019-12-07
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* radarr: 0.2.0.1344 -> 0.2.0.1358nyanloutre2019-06-30
|
* radarr: 0.2.0.1293 -> 0.2.0.1344nyanloutre2019-05-06
|
* radarr: 0.2.0.1217 -> 0.2.0.1293nyanloutre2019-02-09
|
* radarr: 0.2.0.1120 -> 0.2.0.1217nyanloutre2018-12-18
|
* radarr: 0.2.0.995 -> 0.2.0.1120 (#46185)R. RyanTM2018-09-12
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from radarr
* radarr: 0.2.0.980 -> 0.2.0.995Ryan Mulligan2018-03-23
| | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 0.2.0.995 with grep in /nix/store/nlny430ihz2ydmabj5a2zz457h76vg3z-radarr-0.2.0.995 - directory tree listing: https://gist.github.com/791e8a8789572292f81465181d3aa586
* radarr: 0.2.0.910 -> 0.2.0.980Ryan Mulligan2018-03-01
| | | | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - found 0.2.0.980 with grep in /nix/store/cwvhpmnp8kiham83ap9hflk8bj12zjzv-radarr-0.2.0.980 - found 0.2.0.980 in filename of file in /nix/store/cwvhpmnp8kiham83ap9hflk8bj12zjzv-radarr-0.2.0.980 cc "@edwtjo"
* radarr: 0.2.0.846 -> 0.2.0.910adisbladis2018-01-12
|
* radarr: 0.2.0.778 -> 0.2.0.846Tristan Helmich2017-09-10
|
* {radarr,sonarr}: add libcurl to library search path (#27628)georgewhewell2017-07-31
|
* radarr: 0.2.0.696 -> 0.2.0.778Tristan Helmich2017-06-29
|
* radarr: 0.2.0.654 -> 0.2.0.696Tristan Helmich2017-06-05
|
* radarr: 0.2.0.596 -> 0.2.0.654 (#25082)Tristan Helmich2017-04-21
|
* radarr: 0.2.0.535 -> 0.2.0.596Tristan Helmich2017-04-12
|
* radarr: init at 0.2.0.553 + nixos moduleEdward Tjörnhammar2017-03-25