jackett: 0.10.846 -> 0.11.170

This commit is contained in:
Victor SENE 2019-04-08 10:14:19 +02:00
parent d956f2279b
commit 60b4ba1ecc

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 ];