Skip to content

Commit a216fc4

Browse files
fadenbfpletz
authored andcommittedDec 25, 2016
sonarr: 2.0.0.4409 -> 2.0.0.4427 (#21389)
1 parent 6af6cec commit a216fc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/servers/sonarr/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "sonarr-${version}";
5-
version = "2.0.0.4409";
5+
version = "2.0.0.4427";
66

77
src = fetchurl {
88
url = "http://download.sonarr.tv/v2/master/mono/NzbDrone.master.${version}.mono.tar.gz";
9-
sha256 = "1kaj1m4ifby8liks8i7fsbgwbajaqwd96yindqp5maf2n6px2nw2";
9+
sha256 = "066jhvz57hxrcgn902z25a21sj87wiqz224fjzpk1lpxrylv4ac2";
1010
};
1111

1212
buildInputs = [

0 commit comments

Comments
 (0)
Please sign in to comment.