Skip to content

Commit

Permalink
erigon: 2.58.1 -> 2.60.0 (#524)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9f213f30972f092a592e94784e45f05ceb1f1f02)
  • Loading branch information
catwith1hat authored Jun 3, 2024
1 parent f2a5d17 commit ca3e481
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.60.0";

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

vendorHash = "sha256-DOsM0G0idAHUsil4KNkmghq3VZwVE1ub6fAvRnELHn0=";
vendorHash = "sha256-38NmSSK3a70WvhZAZ529wdAMlEuk8/4YqtadoLOn1IY=";
proxyVendor = true;

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

0 comments on commit ca3e481

Please sign in to comment.