Merge pull request #119026 from r-ryantm/auto-update/jackett

jackett: 0.17.764 -> 0.17.865
This commit is contained in:
Mario Rodas 2021-04-12 21:31:20 -05:00 committed by GitHub
commit c138e8a2f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "jackett";
version = "0.17.764";
version = "0.17.865";
src = fetchurl {
url = "https://github.com/Jackett/Jackett/releases/download/v${version}/Jackett.Binaries.Mono.tar.gz";
sha256 = "sha256-x6yjSshTK/dnEPZ/XACDuVpZi0tI1J8tQHBFFvFhCmg=";
sha256 = "sha256-kjrch++WncedVkRm05RifUGEYlc5NFAss/E6fgPZWyQ=";
};
nativeBuildInputs = [ makeWrapper ];