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 844b70f commit 08e707bCopy full SHA for 08e707b
pkgs/by-name/ethdo/default.nix
@@ -9,17 +9,17 @@
9
}:
10
buildGoModule rec {
11
pname = "ethdo";
12
- version = "1.38.0";
+ version = "1.39.0";
13
14
src = fetchFromGitHub {
15
owner = "wealdtech";
16
repo = "ethdo";
17
rev = "v${version}";
18
- hash = "sha256-3EBewLrtpVB/nKWfI4b828JoaggdKh95RdSm8cQ1Fsc=";
+ hash = "sha256-wxz2WTlvLKKVrPl4kMhtXukERafATZNGyzsmsPdRWWY=";
19
};
20
21
runVend = true;
22
- vendorHash = "sha256-G/NG9k5ima/SHrXt676xITzGvDvm/Jc5927PUgMe2KA=";
+ vendorHash = "sha256-9WzDizPvZOygwvYo4thVSWEDy0Z7ii7tLRwNPaoZKSg=";
23
24
nativeBuildInputs = [clang];
25
buildInputs = [mcl bls];
0 commit comments