Skip to content

Commit

Permalink
erigon: 2022.09.02 -> 2022.09.03
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 21, 2022
1 parent d6490a0 commit 7c0e02b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/blockchains/erigon.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

buildGoModule rec {
pname = "erigon";
version = "2022.09.02";
version = "2022.09.03";

src = fetchFromGitHub {
owner = "ledgerwatch";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ZLR6xdl3ckady+drYtN/kKK9xSRZ6jcWIxEQwN87MeU=";
sha256 = "sha256-dilsoJw7VPA7SerpAOhYUviE2zt2qMBmSLWaPm0ux2Y=";
fetchSubmodules = true;
};

vendorSha256 = "sha256-yUvz5ZrCegA69H0NDZfU9Yi97ljk4swnzPHJZ5Dl4Qs=";
vendorSha256 = "sha256-W8hEMfn2qW/3+V6x/RH1azj49V26fyQ+1y2re3tXsTk=";
proxyVendor = true;

# Build errors in mdbx when format hardening is enabled:
Expand Down

0 comments on commit 7c0e02b

Please sign in to comment.