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 3b6842c + ba4dee1 commit 21f332aCopy full SHA for 21f332a
pkgs/by-name/er/erigon/package.nix
@@ -7,7 +7,7 @@
7
8
let
9
pname = "erigon";
10
- version = "3.0.0";
+ version = "3.0.2";
11
in
12
buildGoModule {
13
inherit pname version;
@@ -16,11 +16,11 @@ buildGoModule {
16
owner = "ledgerwatch";
17
repo = pname;
18
rev = "v${version}";
19
- hash = "sha256-63wh9D5D9qzABEvKCBxBRHYuGBnlX+hrme56STkyoQU=";
+ hash = "sha256-1rMlRlEUheW6g3kigh+DjQxtNJOrqrADPkjQn7TQr1g=";
20
fetchSubmodules = true;
21
};
22
23
- vendorHash = "sha256-Mvat9+mbgpept9g8pYNf4a/bAGZGBM0MAM417DDIT9w=";
+ vendorHash = "sha256-tCohubwCk5HERoAaGWgEsl5kpI8w8dn0oZCZ2AxkKXk=";
24
proxyVendor = true;
25
26
# Build errors in mdbx when format hardening is enabled:
0 commit comments