Loading pkgs/by-name/li/livepeer/package.nix +8 −8 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ pkg-config, ffmpeg, gnutls, nix-update-script, }: buildGoModule rec { Loading @@ -17,13 +18,10 @@ buildGoModule rec { src = fetchFromGitHub { owner = "livepeer"; repo = "go-livepeer"; rev = "v${version}"; sha256 = "sha256-cOxIL093Mi+g9Al/SQJ6vdaeBAXUN6ZGsSaVvEIiJpU="; rev = "refs/tags/v${version}"; hash = "sha256-cOxIL093Mi+g9Al/SQJ6vdaeBAXUN6ZGsSaVvEIiJpU="; }; # livepeer_cli has a vendoring problem subPackages = [ "cmd/livepeer" ]; nativeBuildInputs = [ pkg-config ]; buildInputs = [ Loading @@ -31,11 +29,13 @@ buildGoModule rec { gnutls ]; meta = with lib; { passthru.updateScript = nix-update-script { }; meta = { description = "Official Go implementation of the Livepeer protocol"; homepage = "https://livepeer.org"; license = licenses.mit; maintainers = with maintainers; [ elitak ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ elitak ]; mainProgram = "livepeer"; }; } Loading
pkgs/by-name/li/livepeer/package.nix +8 −8 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ pkg-config, ffmpeg, gnutls, nix-update-script, }: buildGoModule rec { Loading @@ -17,13 +18,10 @@ buildGoModule rec { src = fetchFromGitHub { owner = "livepeer"; repo = "go-livepeer"; rev = "v${version}"; sha256 = "sha256-cOxIL093Mi+g9Al/SQJ6vdaeBAXUN6ZGsSaVvEIiJpU="; rev = "refs/tags/v${version}"; hash = "sha256-cOxIL093Mi+g9Al/SQJ6vdaeBAXUN6ZGsSaVvEIiJpU="; }; # livepeer_cli has a vendoring problem subPackages = [ "cmd/livepeer" ]; nativeBuildInputs = [ pkg-config ]; buildInputs = [ Loading @@ -31,11 +29,13 @@ buildGoModule rec { gnutls ]; meta = with lib; { passthru.updateScript = nix-update-script { }; meta = { description = "Official Go implementation of the Livepeer protocol"; homepage = "https://livepeer.org"; license = licenses.mit; maintainers = with maintainers; [ elitak ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ elitak ]; mainProgram = "livepeer"; }; }