mastodon: 4.3.1 -> 4.3.2 (#361487)
[NixPkgs.git] / pkgs / by-name / xt / xteve / package.nix
blob75591ddfbc14775e61677cd3fe596b8523bf6f7c
1 { lib, buildGoModule, fetchFromGitHub }:
3 buildGoModule rec {
4   pname = "xteve";
5   version = "2.2.0.200";
7   src = fetchFromGitHub {
8     owner = "xteve-project";
9     repo = "xTeVe";
10     rev = version;
11     hash = "sha256-hD4GudSkGZO41nR/CgcMg/SqKjpAO1yJDkfwa8AUges=";
12   };
14   vendorHash = "sha256-oPkSWpqNozfSFLIFsJ+e2pOL6CcR91YHbqibEVF2aSk=";
16   meta = with lib; {
17     description = "M3U Proxy for Plex DVR and Emby Live TV";
18     homepage = "https://github.com/xteve-project/xTeVe";
19     license = licenses.mit;
20     maintainers = with maintainers; [ nrhelmi ];
21     mainProgram = "xteve";
22   };