16 vendorHash = "sha256-FCTdPVa10/DUYYuZDLtZsrCXCRoDRfuvnkzhmHJNvrk=";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-UVL5y8z62pHi0mLueIp+iBxtzGf57LpGh+Czwg2pV0Q=";
34 __darwinAllowLocalNetworking = true;
37 rm -rf test/e2e # Require docker
40 passthru.updateScript = nix-update-script { };
43 description = "Official Go implementation of the Livepeer protocol";
44 homepage = "https://livepeer.org";
45 license = lib.licenses.mit;
46 maintainers = with lib.maintainers; [
50 mainProgram = "livepeer";