We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 6af6cec commit a216fc4Copy full SHA for a216fc4
pkgs/servers/sonarr/default.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
name = "sonarr-${version}";
5
- version = "2.0.0.4409";
+ version = "2.0.0.4427";
6
7
src = fetchurl {
8
url = "http://download.sonarr.tv/v2/master/mono/NzbDrone.master.${version}.mono.tar.gz";
9
- sha256 = "1kaj1m4ifby8liks8i7fsbgwbajaqwd96yindqp5maf2n6px2nw2";
+ sha256 = "066jhvz57hxrcgn902z25a21sj87wiqz224fjzpk1lpxrylv4ac2";
10
};
11
12
buildInputs = [
0 commit comments