11 src = fetchFromGitHub {
13 repo = "eigenlayer-cli";
15 hash = "sha256-FvmS9rWmf6bzY5QjVS3otylHYPyQ7KqXVJ0m28/zEi8=";
18 vendorHash = "sha256-7KC99PqAPfGnm7yA4nfAlC7V4NhCEYDyPxY7CdOdwno=";
20 ldflags = ["-s" "-w"];
21 subPackages = ["cmd/eigenlayer"];
23 passthru.updateScript = nix-update-script {};
26 homepage = "https://www.eigenlayer.xyz/";
27 changelog = "https://github.com/Layr-Labs/eigenlayer-cli/releases/tag/${src.rev}";
28 description = "Utility that manages core operator functionalities like local keys, operator registration and updates";
29 mainProgram = "eigenlayer";
30 license = licenses.bsl11;
31 maintainers = with maintainers; [selfuryon];