forked from mirrors/nixpkgs
Merge pull request #81841 from r-ryantm/auto-update/jackett
jackett: 0.12.1301 -> 0.13.467
This commit is contained in:
commit
ce961fad16
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "jackett";
|
||||
version = "0.12.1301";
|
||||
version = "0.13.467";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/Jackett/Jackett/releases/download/v${version}/Jackett.Binaries.LinuxAMDx64.tar.gz";
|
||||
sha256 = "03glp5qhyb6bldslbhivywcfbxpv374q9aaybz5f2s0r9il5cb35";
|
||||
sha256 = "1hjihafb8w9gcqdi2i8dmimbbg17c5hwwqhav3avfizq2drsrv5c";
|
||||
};
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "API Support for your favorite torrent trackers.";
|
||||
homepage = https://github.com/Jackett/Jackett/;
|
||||
homepage = "https://github.com/Jackett/Jackett/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ edwtjo nyanloutre ];
|
||||
platforms = platforms.linux;
|
||||
|
|
Loading…
Reference in a new issue