erigon: 2022.09.01 -> 2022.09.02

This commit is contained in:
happysalada 2022-09-18 20:56:20 -04:00 committed by Yt
parent b3a4ac83b0
commit 27e18ce0ac

View File

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "erigon";
version = "2022.09.01";
version = "2022.09.02";
src = fetchFromGitHub {
owner = "ledgerwatch";
repo = pname;
rev = "v${version}";
sha256 = "sha256-vcppzHJ6yLIqp/5Gl9JIgkTVR1mKKAj1vhWY/bCvbPQ=";
sha256 = "sha256-ZLR6xdl3ckady+drYtN/kKK9xSRZ6jcWIxEQwN87MeU=";
fetchSubmodules = true;
};
vendorSha256 = "sha256-mY8m5bXm09pmq1imCo8uiBBnzPzrVuka8XtZyxL9LWo=";
vendorSha256 = "sha256-yUvz5ZrCegA69H0NDZfU9Yi97ljk4swnzPHJZ5Dl4Qs=";
proxyVendor = true;
# Build errors in mdbx when format hardening is enabled: