Skip to content

Commit

Permalink
Merge pull request #42492 from r-ryantm/auto-update/jackett
Browse files Browse the repository at this point in the history
jackett: 0.8.1070 -> 0.8.1138
  • Loading branch information
matthewbauer committed Jun 29, 2018
2 parents de32f31 + e52ac55 commit 970d444
Showing 1 changed file with 2 additions and 2 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.8.1070";
version = "0.8.1138";

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

buildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 970d444

Please sign in to comment.