Merge pull request #81841 from r-ryantm/auto-update/jackett

jackett: 0.12.1301 -> 0.13.467

authored by

lewo and committed by
GitHub
ce961fad 6cf95090

+3 -3
+3 -3
pkgs/servers/jackett/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "jackett"; 5 - version = "0.12.1301"; 5 + version = "0.13.467"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/Jackett/Jackett/releases/download/v${version}/Jackett.Binaries.LinuxAMDx64.tar.gz"; 9 - sha256 = "03glp5qhyb6bldslbhivywcfbxpv374q9aaybz5f2s0r9il5cb35"; 9 + sha256 = "1hjihafb8w9gcqdi2i8dmimbbg17c5hwwqhav3avfizq2drsrv5c"; 10 10 }; 11 11 12 12 buildInputs = [ makeWrapper ]; ··· 32 32 33 33 meta = with stdenv.lib; { 34 34 description = "API Support for your favorite torrent trackers."; 35 - homepage = https://github.com/Jackett/Jackett/; 35 + homepage = "https://github.com/Jackett/Jackett/"; 36 36 license = licenses.gpl2; 37 37 maintainers = with maintainers; [ edwtjo nyanloutre ]; 38 38 platforms = platforms.linux;