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 13a4fbb commit 25665d9Copy full SHA for 25665d9
pkgs/by-name/er/erigon/default.nix
@@ -6,17 +6,17 @@
6
}:
7
buildGoModule rec {
8
pname = "erigon";
9
- version = "3.0.3";
+ version = "3.0.4";
10
11
src = fetchFromGitHub {
12
owner = "erigontech";
13
repo = pname;
14
rev = "v${version}";
15
- hash = "sha256-gSgkdg7677OBOkAbsEjxX1QttuIbfve2A3luUZoZ5Ik=";
+ hash = "sha256-MQpHRlKxWCBD2Tj9isxMKwvYBy9HtDkQPyKPse8uB3g=";
16
fetchSubmodules = true;
17
};
18
19
- vendorHash = "sha256-8eyC3JkRcRlFw8CyTK5w1XySur2jAeFGXkEaY/3Oq0k=";
+ vendorHash = "sha256-ocnq97cMsiMgDTZhwZ/fiGzaHiSAiJckPwWZu2q3f58=";
20
proxyVendor = true;
21
22
# Silkworm's .so fails to find libgmp when linking
0 commit comments