Skip to content

Commit 89493a7

Browse files
committed
eigenlayer: 0.6.1 -> 0.6.2
1 parent 743744e commit 89493a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/eigenlayer/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
}:
77
buildGoModule rec {
88
pname = "eigenlayer";
9-
version = "0.6.1";
9+
version = "0.6.2";
1010

1111
src = fetchFromGitHub {
1212
owner = "Layr-Labs";
1313
repo = "eigenlayer-cli";
1414
rev = "v${version}";
15-
hash = "sha256-PN1VB01NyBrDNIDpUIQlzhdwKoy17X1GdfQfRrN3bWo=";
15+
hash = "sha256-cr3ltNmJj8GoQLADivekLU2hV7xWk4KR2Gej0rcaVTA=";
1616
};
1717

1818
vendorHash = "sha256-VcXjYiJ9nwSCQJvQd7UYduZKJISRfoEXjziiX6Z3w6Q=";

0 commit comments

Comments
 (0)