erigon: 2.54.0 -> 2.55.1

This commit is contained in:
R. Ryantm 2023-12-11 13:25:35 +00:00 committed by Yt
parent aa13edf2dd
commit 9ea88b16b1

View File

@ -2,7 +2,7 @@
let let
pname = "erigon"; pname = "erigon";
version = "2.54.0"; version = "2.55.1";
in in
buildGoModule { buildGoModule {
inherit pname version; inherit pname version;
@ -11,11 +11,11 @@ buildGoModule {
owner = "ledgerwatch"; owner = "ledgerwatch";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-1kgbIg/3SvVT83UfwAYUixs1RQk4PP1quiOcI1mzbZ0="; hash = "sha256-ttBJIx2QR3H5JFyquoGwZpWwT10r7X7GnGE4uEzuRZA=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
vendorHash = "sha256-Gr9mrME8/ZDxp2ORKessNhfguklDf+jC4RSpzLOSBhQ="; vendorHash = "sha256-QLuWxec1gwMnVo0Zw8z4Ef8vzxc4xFpLL/TT986Sljo=";
proxyVendor = true; proxyVendor = true;
# Build errors in mdbx when format hardening is enabled: # Build errors in mdbx when format hardening is enabled: