Unverified Commit 844ac1d7 authored by Yt's avatar Yt Committed by GitHub
Browse files

erigon: 2.61.2 -> 2.61.3 (#390610)

parents 703d0ad9 0aa5968c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

let
  pname = "erigon";
  version = "2.61.2";
  version = "2.61.3";
in
buildGoModule {
  inherit pname version;
@@ -16,7 +16,7 @@ buildGoModule {
    owner = "ledgerwatch";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-r9BAhoQn51IUPAWDxcc19LHWNyxf5aj/uoDzpdy2GUA=";
    hash = "sha256-VGLuPaGYx/DQc3Oc9wAbELXAtkuxr8cbePVBExlZikk=";
    fetchSubmodules = true;
  };