Skip to content

Commit 08e707b

Browse files
github-actions[bot]aldoborrero
authored andcommitted
ethdo: 1.38.0 -> 1.39.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 844b70f commit 08e707b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ethdo/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
}:
1010
buildGoModule rec {
1111
pname = "ethdo";
12-
version = "1.38.0";
12+
version = "1.39.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "wealdtech";
1616
repo = "ethdo";
1717
rev = "v${version}";
18-
hash = "sha256-3EBewLrtpVB/nKWfI4b828JoaggdKh95RdSm8cQ1Fsc=";
18+
hash = "sha256-wxz2WTlvLKKVrPl4kMhtXukERafATZNGyzsmsPdRWWY=";
1919
};
2020

2121
runVend = true;
22-
vendorHash = "sha256-G/NG9k5ima/SHrXt676xITzGvDvm/Jc5927PUgMe2KA=";
22+
vendorHash = "sha256-9WzDizPvZOygwvYo4thVSWEDy0Z7ii7tLRwNPaoZKSg=";
2323

2424
nativeBuildInputs = [clang];
2525
buildInputs = [mcl bls];

0 commit comments

Comments
 (0)