Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 72a54f3b6d9d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9cb28035ebfb
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 30, 2018

  1. sonarr: 2.0.0.5153 -> 2.0.0.5163

    Semi-automatic update generated by https://github.com/ryantm/nix-update tools.
    
    This update was made based on information from https://repology.org/metapackage/sonarr/versions.
    
    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 2.0.0.5163 with grep in /nix/store/jj436rg1mvs3g3xf02gmj005v2cxbj49-sonarr-2.0.0.5163
    - directory tree listing: https://gist.github.com/bbde18359d5b8bf065c0a73de225aae1
    R. RyanTM committed Mar 30, 2018
    Copy the full SHA
    f42f3b5 View commit details

Commits on Apr 9, 2018

  1. Merge pull request #38143 from r-ryantm/auto-update/sonarr

    sonarr: 2.0.0.5153 -> 2.0.0.5163
    matthewbauer authored Apr 9, 2018
    Copy the full SHA
    9cb2803 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/sonarr/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/sonarr/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "sonarr-${version}";
version = "2.0.0.5153";
version = "2.0.0.5163";

src = fetchurl {
url = "http://download.sonarr.tv/v2/master/mono/NzbDrone.master.${version}.mono.tar.gz";
sha256 = "1zdsba5bpi87dhsa62qbpj55wbakl6w380pijs8qxn80bvapv3xy";
sha256 = "037rs0cb7dfiblfy02x2l4amv9dmx1wiz5pa97vpczfgk5gq99y3";
};

buildInputs = [