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 bbfb9a7 commit 08a8c98Copy full SHA for 08a8c98
pkgs/by-name/erigon/default.nix
@@ -6,17 +6,17 @@
6
}:
7
buildGoModule rec {
8
pname = "erigon";
9
- version = "3.1.0";
+ version = "3.2.0";
10
11
src = fetchFromGitHub {
12
owner = "erigontech";
13
repo = pname;
14
rev = "v${version}";
15
- hash = "sha256-tIWQAdh0BzGU3Lyaww7vbtoGdrRTIG6eS2apARHr4VQ=";
+ hash = "sha256-PmQRNXHh39OR5XQqBheHUee/ugvK7oPZb4Lfh2Rn30U=";
16
fetchSubmodules = true;
17
};
18
19
- vendorHash = "sha256-+hHnrwjNZ90WLgma+70BwtWOpKlQhjIPYkN9EJZ/m5g=";
+ vendorHash = "sha256-pAHIiRG6v2ARy95+rTZfFNoZ9xs82kvybH2kuWcpD8Q=";
20
proxyVendor = true;
21
22
# Silkworm's .so fails to find libgmp when linking
0 commit comments