summary refs log tree commit diff
path: root/pkgs/servers/jackett
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-28 05:39:47 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-28 14:39:47 +0200
commit2ba2a853904eeebee11175a728d2129cb1141ac3 (patch)
tree450529a59e13c7b0bd199dc343d9ef97713c805e /pkgs/servers/jackett
parenta6d58c8aba49280d18e85fe8b8747b337872ed04 (diff)
downloadnixlib-2ba2a853904eeebee11175a728d2129cb1141ac3.tar
nixlib-2ba2a853904eeebee11175a728d2129cb1141ac3.tar.gz
nixlib-2ba2a853904eeebee11175a728d2129cb1141ac3.tar.bz2
nixlib-2ba2a853904eeebee11175a728d2129cb1141ac3.tar.lz
nixlib-2ba2a853904eeebee11175a728d2129cb1141ac3.tar.xz
nixlib-2ba2a853904eeebee11175a728d2129cb1141ac3.tar.zst
nixlib-2ba2a853904eeebee11175a728d2129cb1141ac3.zip
jackett: 0.8.997 -> 0.8.1014 (#40966)
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/wbmvjpsv9nkvgmxa1gycn2c6f6cbx60i-jackett-0.8.1014/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.1014 with grep in /nix/store/wbmvjpsv9nkvgmxa1gycn2c6f6cbx60i-jackett-0.8.1014
- directory tree listing: https://gist.github.com/9c12511f3c3405355ff8757dd51b9acd
- du listing: https://gist.github.com/3e5688b0ab698810d090854a3ed4340a
Diffstat (limited to 'pkgs/servers/jackett')
-rw-r--r--pkgs/servers/jackett/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/jackett/default.nix b/pkgs/servers/jackett/default.nix
index ef4b82396937..5a87c423f4f7 100644
--- a/pkgs/servers/jackett/default.nix
+++ b/pkgs/servers/jackett/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "jackett-${version}";
-  version = "0.8.997";
+  version = "0.8.1014";
 
   src = fetchurl {
     url = "https://github.com/Jackett/Jackett/releases/download/v${version}/Jackett.Binaries.Mono.tar.gz";
-    sha256 = "0a0viv3aw33kvj9z2fmqacvk2prv8dbdnk85b3xa4knp8cvsva6w";
+    sha256 = "0pvm9q8dpavkgsv180mw4y6555iixjv5s7mnmai9xzjspjpf264k";
   };
 
   buildInputs = [ makeWrapper ];