Skip to content

Commit

Permalink
eigenlayer: 0.10.8 -> 0.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 7, 2024
1 parent 6627bae commit 9ef5e93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ei/eigenlayer/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
}:
buildGoModule rec {
pname = "eigenlayer";
version = "0.10.8";
version = "0.10.10";

src = fetchFromGitHub {
owner = "Layr-Labs";
repo = "eigenlayer-cli";
rev = "v${version}";
hash = "sha256-/8fLIdD14k8KgUdlfEHU+xSovFj6f0FfaweZKegihyQ=";
hash = "sha256-3IYw1rgRmfHKy2otb3xbNDP8ggmVnxvgDxV0XQPbuRw=";
};

vendorHash = "sha256-7KC99PqAPfGnm7yA4nfAlC7V4NhCEYDyPxY7CdOdwno=";
vendorHash = "sha256-Z/XQCrQDNQd4iimiYWPdQLyT9sUeVkXqv74x69aurtU=";

ldflags = ["-s" "-w"];
subPackages = ["cmd/eigenlayer"];
Expand Down

0 comments on commit 9ef5e93

Please sign in to comment.