mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
jackett: 0.8.823 -> 0.8.886
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/gi1iygygag1b9cb30gir6yzv0jas2612-jackett-0.8.886/bin/Jackett -h’ got 0 exit code - ran ‘/nix/store/gi1iygygag1b9cb30gir6yzv0jas2612-jackett-0.8.886/bin/Jackett help’ got 0 exit code - found 0.8.886 with grep in /nix/store/gi1iygygag1b9cb30gir6yzv0jas2612-jackett-0.8.886 - directory tree listing: https://gist.github.com/79337833aca5adb980efc368f828a551
This commit is contained in:
parent
333a24a628
commit
24fe3dbb3f
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "jackett-${version}";
|
name = "jackett-${version}";
|
||||||
version = "0.8.823";
|
version = "0.8.886";
|
||||||
|
|
||||||
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 = "0hicz21dvcakqkxix70akc3rrz570j3g0a512pqrr3bdq7ay0dkk";
|
sha256 = "18agnavhch29pi1w6vp374cs6bz2j7bf55mh4ym0cs038h5xkdvv";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ makeWrapper ];
|
buildInputs = [ makeWrapper ];
|
||||||
|
Loading…
Reference in New Issue
Block a user