jackett: 0.10.707 -> 0.10.846 (#56709)

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
This commit is contained in:
R. RyanTM 2019-03-07 14:27:02 -08:00 committed by xeji
parent 87cb443497
commit 6afc071a6c

View file

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