jackett: 0.8.1070 -> 0.8.1138

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.

These checks were done:

- built on NixOS
- /nix/store/qrcg5rrhydf0622l7s9m8n87x2w2az2j-jackett-0.8.1138/bin/Jackett passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.8.1138 with grep in /nix/store/qrcg5rrhydf0622l7s9m8n87x2w2az2j-jackett-0.8.1138
- directory tree listing: https://gist.github.com/59f09486090429273b9aa0822ca9440e
- du listing: https://gist.github.com/d25094cef4e9313932610108d54d6128
This commit is contained in:
R. RyanTM 2018-06-23 21:34:02 -07:00
parent 904114fdb8
commit e52ac55e9c

View File

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