eigenlayer: 0.13.2 -> 0.13.3 (#437485)

Co-authored-by: selfuryon <selfuryon@pm.me>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-27 12:24:31 +00:00
committed by GitHub
co-authored by selfuryon
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "eigenlayer";
version = "0.13.2";
version = "0.13.3";
src = fetchFromGitHub {
owner = "Layr-Labs";
repo = "eigenlayer-cli";
rev = "v${version}";
hash = "sha256-08Fu2PiYNBJr7vRX4LaxMiR4ke86rqTFHfi0k+A8t6c=";
hash = "sha256-8HCoUZHRma4dIIZvIFRkXJl7r73j2stn6fuUj/cQ16g=";
};
vendorHash = "sha256-gFWUxC2pTMx3QVbIkqpCrsA2ZTQpal89pEJv11uCMJ8=";