Merge pull request #59150 from Vskilet/jackett-update

jackett: 0.10.846 -> 0.11.170
This commit is contained in:
Pascal Wittmann 2019-04-09 11:28:12 +02:00 committed by GitHub
commit efa0c651b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "jackett-${version}";
version = "0.10.846";
version = "0.11.170";
src = fetchurl {
url = "https://github.com/Jackett/Jackett/releases/download/v${version}/Jackett.Binaries.Mono.tar.gz";
sha256 = "1y1hqa7w04zs6lhyg8624b5iv8l0ni4v887mckaqqp312xmhniq7";
sha256 = "1qnlbndls62mvpllg8177l7mihldz5nwig63gfk7in2r0b0477l3";
};
buildInputs = [ makeWrapper ];