Skip to content

Commit 08a8c98

Browse files
github-actions[bot]aldoborrero
authored andcommitted
erigon: 3.1.0 -> 3.2.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bbfb9a7 commit 08a8c98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/erigon/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
}:
77
buildGoModule rec {
88
pname = "erigon";
9-
version = "3.1.0";
9+
version = "3.2.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "erigontech";
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-tIWQAdh0BzGU3Lyaww7vbtoGdrRTIG6eS2apARHr4VQ=";
15+
hash = "sha256-PmQRNXHh39OR5XQqBheHUee/ugvK7oPZb4Lfh2Rn30U=";
1616
fetchSubmodules = true;
1717
};
1818

19-
vendorHash = "sha256-+hHnrwjNZ90WLgma+70BwtWOpKlQhjIPYkN9EJZ/m5g=";
19+
vendorHash = "sha256-pAHIiRG6v2ARy95+rTZfFNoZ9xs82kvybH2kuWcpD8Q=";
2020
proxyVendor = true;
2121

2222
# Silkworm's .so fails to find libgmp when linking

0 commit comments

Comments
 (0)