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