Skip to content

Commit

Permalink
Merge pull request #101664 from r-ryantm/auto-update/jackett
Browse files Browse the repository at this point in the history
jackett: 0.16.1757 -> 0.16.1883
  • Loading branch information
marsam committed Oct 26, 2020
2 parents 5eb0f34 + 96a1636 commit ccb6aff
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 {
pname = "jackett";
version = "0.16.1757";
version = "0.16.1883";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit ccb6aff

Please sign in to comment.