Merge pull request #183234 from r-ryantm/auto-update/erigon

erigon: 2022.07.02 -> 2022.07.03
This commit is contained in:
Raghav Sood 2022-08-06 14:07:23 +08:00 committed by GitHub
commit a7f75828cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "erigon";
version = "2022.07.02";
version = "2022.07.03";
src = fetchFromGitHub {
owner = "ledgerwatch";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/aT8E60dCk5spj5l5Zw/8FL1LfzXWYi7agiLflLYI5c=";
sha256 = "sha256-zWygG06H5+QuG11klRq+7T2v40FNMxmYENdsK3KB+ko=";
fetchSubmodules = true;
};
vendorSha256 = "sha256-NBWK0wsUbv4bFbmW3xGaQ7LCgmgfRF5zbc/awm8ZZZY=";
vendorSha256 = "sha256-vxLe8uEjuQ96JiIDxlSrpVATScNl2fscXVUqFKmMPxs=";
proxyVendor = true;
# Build errors in mdbx when format hardening is enabled: