forked from mirrors/nixpkgs
jackett: 0.8.1138 -> 0.8.1209 (#42999)
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/hlpqjm3nia27yrsvss57828qla6a1x5m-jackett-0.8.1209/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.1209 with grep in /nix/store/hlpqjm3nia27yrsvss57828qla6a1x5m-jackett-0.8.1209 - directory tree listing: https://gist.github.com/73cb9952f51705ba06c4c820c3466ffa - du listing: https://gist.github.com/c6920225e6de6c9be6afa6799f4b17d6
This commit is contained in:
parent
bcebd1f8ef
commit
53ef7f0c81
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "jackett-${version}";
|
||||
version = "0.8.1138";
|
||||
version = "0.8.1209";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/Jackett/Jackett/releases/download/v${version}/Jackett.Binaries.Mono.tar.gz";
|
||||
sha256 = "0f6n6n2cxbw1gj905kilifsxid4nskk849hzafl6lqxk5nz4fs18";
|
||||
sha256 = "0vql7h6diswvvh1a0rcisc541bk4ilp0ab1nn4z4dq16hcy0fv61";
|
||||
};
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue