Skip to content

Commit

Permalink
erigon: 2.60.0 -> 2.60.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and philipmw committed Sep 1, 2024
1 parent 8997b17 commit c7197aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/blockchains/erigon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

let
pname = "erigon";
version = "2.60.0";
version = "2.60.6";
in
buildGoModule {
inherit pname version;
Expand All @@ -11,11 +11,11 @@ buildGoModule {
owner = "ledgerwatch";
repo = pname;
rev = "v${version}";
hash = "sha256-c0CArubKvdh9xcvBM15O4vGwAsSHzaINtoKd0XczJHU=";
hash = "sha256-208gJTLaVEikH92ZDEULPtfnKJyZhZCRCDfCxewABK4=";
fetchSubmodules = true;
};

vendorHash = "sha256-38NmSSK3a70WvhZAZ529wdAMlEuk8/4YqtadoLOn1IY=";
vendorHash = "sha256-TUK7obI1wOXroI1NE1GfIP+NMW909+z92Wpy9B/soY0=";
proxyVendor = true;

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

0 comments on commit c7197aa

Please sign in to comment.