Commit 64a0faa7 authored by R. RyanTM's avatar R. RyanTM Committed by Yt
Browse files

erigon: 2.39.0 -> 2.40.1

parent 82cfa73f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

let
  pname = "erigon";
  version = "2.39.0";
  version = "2.40.1";
in
buildGoModule {
  inherit pname version;
@@ -11,11 +11,11 @@ buildGoModule {
    owner = "ledgerwatch";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-HlAnuc6n/de6EzHTit3xGCFLrc2+S+H/o0gCxH8d0aU=";
    sha256 = "sha256-iuJ/iajZiqKBP4hgrwt8KKkWEdYa+idpai/aWpCOjQw=";
    fetchSubmodules = true;
  };

  vendorSha256 = "sha256-kKwaA6NjRdg97tTEzEI+TWMSx7izzFWcefR5B086cUY=";
  vendorSha256 = "sha256-0xHu7uvk7kRxyLXGvrT9U8vgfZPrs7Rmg2lFH49YOSI=";
  proxyVendor = true;

  # Build errors in mdbx when format hardening is enabled: