We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743744e commit 89493a7Copy full SHA for 89493a7
pkgs/eigenlayer/default.nix
@@ -6,13 +6,13 @@
6
}:
7
buildGoModule rec {
8
pname = "eigenlayer";
9
- version = "0.6.1";
+ version = "0.6.2";
10
11
src = fetchFromGitHub {
12
owner = "Layr-Labs";
13
repo = "eigenlayer-cli";
14
rev = "v${version}";
15
- hash = "sha256-PN1VB01NyBrDNIDpUIQlzhdwKoy17X1GdfQfRrN3bWo=";
+ hash = "sha256-cr3ltNmJj8GoQLADivekLU2hV7xWk4KR2Gej0rcaVTA=";
16
};
17
18
vendorHash = "sha256-VcXjYiJ9nwSCQJvQd7UYduZKJISRfoEXjziiX6Z3w6Q=";
0 commit comments