Skip to content

Commit

Permalink
Update erigon to 2.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Warfield committed Mar 24, 2024
1 parent 81b851f commit 5d47cf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/erigon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
}:
buildGoModule rec {
pname = "erigon";
version = "2.58.1";
version = "2.59.0";

src = fetchFromGitHub {
owner = "ledgerwatch";
repo = pname;
rev = "v${version}";
hash = "sha256-jeOV86QVRQ6RiXUPesa+RbYgSe/t43xYZ8X9t/d9fMs=";
hash = "sha256-K6mdl7Gy6GkO5s7OC+T+NQxpcrT/kcauO0d0aOMm8yY=";
fetchSubmodules = true;
};

vendorHash = "sha256-DOsM0G0idAHUsil4KNkmghq3VZwVE1ub6fAvRnELHn0=";
vendorHash = "sha256-SjRfldLcb5JEeciJ7LVJfJ4+S9oQ5LXNdt/S6biPTr4=";
proxyVendor = true;

# Silkworm's .so fails to find libgmp when linking
Expand Down

0 comments on commit 5d47cf6

Please sign in to comment.