forked from mirrors/nixpkgs
jackett: 0.8.716 -> 0.8.823
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 - ran `/nix/store/kwh7gb5sp7psf4b3jrdd983qkz6j83gm-jackett-0.8.823/bin/Jackett -h` got 0 exit code - ran `/nix/store/kwh7gb5sp7psf4b3jrdd983qkz6j83gm-jackett-0.8.823/bin/Jackett help` got 0 exit code - ran `/nix/store/kwh7gb5sp7psf4b3jrdd983qkz6j83gm-jackett-0.8.823/bin/Jackett -v` and found version 0.8.823 - found 0.8.823 with grep in /nix/store/kwh7gb5sp7psf4b3jrdd983qkz6j83gm-jackett-0.8.823 - directory tree listing: https://gist.github.com/bf7b84e7a8b5bd02a6851e84037b42ae
This commit is contained in:
parent
a7af5d4f88
commit
17e84dce3c
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "jackett-${version}";
|
name = "jackett-${version}";
|
||||||
version = "0.8.716";
|
version = "0.8.823";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/Jackett/Jackett/releases/download/v${version}/Jackett.Binaries.Mono.tar.gz";
|
url = "https://github.com/Jackett/Jackett/releases/download/v${version}/Jackett.Binaries.Mono.tar.gz";
|
||||||
sha256 = "0i770f4h06jf76977y3cp9l5n5csnb9wzpskndc7mgk0h02m7nrc";
|
sha256 = "0hicz21dvcakqkxix70akc3rrz570j3g0a512pqrr3bdq7ay0dkk";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ makeWrapper ];
|
buildInputs = [ makeWrapper ];
|
||||||
|
|
Loading…
Reference in a new issue