xteve: init at 2.2.0.200

This commit is contained in:
helmi.nour 2023-01-29 18:42:54 +01:00
parent d02dc7451e
commit 5391e8f249
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "xteve";
version = "2.2.0.200";
src = fetchFromGitHub {
owner = "xteve-project";
repo = "xTeVe";
rev = version;
hash = "sha256-hD4GudSkGZO41nR/CgcMg/SqKjpAO1yJDkfwa8AUges=";
};
vendorSha256 = "sha256-oPkSWpqNozfSFLIFsJ+e2pOL6CcR91YHbqibEVF2aSk=";
meta = with lib; {
description = "M3U Proxy for Plex DVR and Emby Live TV";
homepage = "https://github.com/xteve-project/xTeVe";
license = licenses.mit;
maintainers = with maintainers; [ nrhelmi ];
};
}

View File

@ -12896,6 +12896,8 @@ with pkgs;
xray = callPackage ../tools/networking/xray { }; xray = callPackage ../tools/networking/xray { };
xteve = callPackage ../servers/xteve { };
testdisk = libsForQt5.callPackage ../tools/system/testdisk { }; testdisk = libsForQt5.callPackage ../tools/system/testdisk { };
testdisk-qt = testdisk.override { enableQt = true; }; testdisk-qt = testdisk.override { enableQt = true; };