Skip to content

Commit

Permalink
Merge pull request #48822 from nyanloutre/18-09-jackett-10-365
Browse files Browse the repository at this point in the history
[18.09] jackett: 0.10.250 -> 0.10.365
  • Loading branch information
Mic92 committed Oct 23, 2018
2 parents 694aff6 + 2b4f746 commit 1b7e30c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/jackett/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "jackett-${version}";
version = "0.10.250";
version = "0.10.365";

src = fetchurl {
url = "https://github.com/Jackett/Jackett/releases/download/v${version}/Jackett.Binaries.Mono.tar.gz";
sha256 = "0695r03cgmiwrsjrcippiibpcahxb55pma5a6plcfl1f8jxiwv76";
sha256 = "1wq4by10wxhcz72fappb7isw0850laf2yk5bgpx8nrjxigmv4ik0";
};

buildInputs = [ makeWrapper ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3364,7 +3364,7 @@ with pkgs;
jaaa = callPackage ../applications/audio/jaaa { };

jackett = callPackage ../servers/jackett {
mono = mono5;
mono = mono514;
};

jade = callPackage ../tools/text/sgml/jade { };
Expand Down

0 comments on commit 1b7e30c

Please sign in to comment.