tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
erigon: 2.53.1 -> 2.54.0
authored by
R. Ryantm
and committed by
Yt
2 years ago
c3094f37
d3530f49
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
blockchains
erigon
default.nix
+3
-3
pkgs/applications/blockchains/erigon/default.nix
···
2
3
let
4
pname = "erigon";
5
-
version = "2.53.1";
6
in
7
buildGoModule {
8
inherit pname version;
···
11
owner = "ledgerwatch";
12
repo = pname;
13
rev = "v${version}";
14
-
hash = "sha256-Gsrt/+6fhpwg3DzPtXPj9T9VPaMIaRcYBdWuFOotsbA=";
15
fetchSubmodules = true;
16
};
17
18
-
vendorHash = "sha256-zsLPqcLCZSnhlFWvNXZJwlfS+NsaTS07TmWd+x4ZPXA=";
19
proxyVendor = true;
20
21
# Build errors in mdbx when format hardening is enabled:
···
2
3
let
4
pname = "erigon";
5
+
version = "2.54.0";
6
in
7
buildGoModule {
8
inherit pname version;
···
11
owner = "ledgerwatch";
12
repo = pname;
13
rev = "v${version}";
14
+
hash = "sha256-1kgbIg/3SvVT83UfwAYUixs1RQk4PP1quiOcI1mzbZ0=";
15
fetchSubmodules = true;
16
};
17
18
+
vendorHash = "sha256-Gr9mrME8/ZDxp2ORKessNhfguklDf+jC4RSpzLOSBhQ=";
19
proxyVendor = true;
20
21
# Build errors in mdbx when format hardening is enabled: