Skip to content

Commit

Permalink
erigon: 2.60.0 -> 2.60.8 (#550)
Browse files Browse the repository at this point in the history
upgrade erigon to 2.60.8
  • Loading branch information
bohendo authored Oct 2, 2024
1 parent 9f34e08 commit 45023e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.60.0";
version = "2.60.8";

src = fetchFromGitHub {
owner = "ledgerwatch";
repo = pname;
rev = "v${version}";
hash = "sha256-c0CArubKvdh9xcvBM15O4vGwAsSHzaINtoKd0XczJHU=";
rev = "${version}";
hash = "sha256-cHEJbRP/v1GOmpfjrYjso2d+SVcXG+TEiIZoX+sSdYQ=";
fetchSubmodules = true;
};

vendorHash = "sha256-38NmSSK3a70WvhZAZ529wdAMlEuk8/4YqtadoLOn1IY=";
vendorHash = "sha256-J535F9xXtxuCHvshJOJ63fOGpa5ZhReaOu9+jAKXDfo=";
proxyVendor = true;

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

0 comments on commit 45023e7

Please sign in to comment.