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.
2 parents c4d264f + feb8477 commit 5bfb61fCopy full SHA for 5bfb61f
pkgs/by-name/er/erigon/package.nix
@@ -7,7 +7,7 @@
7
8
let
9
pname = "erigon";
10
- version = "3.0.3";
+ version = "3.0.4";
11
in
12
buildGoModule {
13
inherit pname version;
@@ -16,11 +16,11 @@ buildGoModule {
16
owner = "ledgerwatch";
17
repo = "erigon";
18
rev = "v${version}";
19
- hash = "sha256-gSgkdg7677OBOkAbsEjxX1QttuIbfve2A3luUZoZ5Ik=";
+ hash = "sha256-MQpHRlKxWCBD2Tj9isxMKwvYBy9HtDkQPyKPse8uB3g=";
20
fetchSubmodules = true;
21
};
22
23
- vendorHash = "sha256-8eyC3JkRcRlFw8CyTK5w1XySur2jAeFGXkEaY/3Oq0k=";
+ vendorHash = "sha256-ocnq97cMsiMgDTZhwZ/fiGzaHiSAiJckPwWZu2q3f58=";
24
proxyVendor = true;
25
26
# Build errors in mdbx when format hardening is enabled:
0 commit comments