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: b31141f198b7
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 870ad77263f6
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 5, 2017

  1. Copy the full SHA
    e2bd407 View commit details
  2. Merge pull request #26395 from fadenb/sonarr

    sonarr: 2.0.0.4689 -> 2.0.0.4753
    joachifm authored Jun 5, 2017
    Copy the full SHA
    870ad77 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.4689";
version = "2.0.0.4753";

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

buildInputs = [