Merge pull request #48821 from nyanloutre/jackett-10-365

jackett: 0.10.304 -> 0.10.365
This commit is contained in:
Jörg Thalheim 2018-10-23 10:42:48 +01:00 committed by GitHub
commit e82af6003c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "jackett-${version}";
version = "0.10.304";
version = "0.10.365";
src = fetchurl {
url = "https://github.com/Jackett/Jackett/releases/download/v${version}/Jackett.Binaries.Mono.tar.gz";
sha256 = "15v9xyvcdx9kbarilq7d7nm8ac8mljw641nrr3mnk8ij3gjdgb38";
sha256 = "1wq4by10wxhcz72fappb7isw0850laf2yk5bgpx8nrjxigmv4ik0";
};
buildInputs = [ makeWrapper ];

View File

@ -3433,7 +3433,7 @@ with pkgs;
jaaa = callPackage ../applications/audio/jaaa { };
jackett = callPackage ../servers/jackett {
mono = mono5;
mono = mono514;
};
jade = callPackage ../tools/text/sgml/jade { };