Skip to content

Commit

Permalink
jackett: 0.10.160 -> 0.10.198
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
  • Loading branch information
r-ryantm authored and edwtjo committed Sep 24, 2018
1 parent d123b30 commit f37b39d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/jackett/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "jackett-${version}";
version = "0.10.160";
version = "0.10.198";

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

buildInputs = [ makeWrapper ];
Expand Down

0 comments on commit f37b39d

Please sign in to comment.