Unverified Commit 593e449c authored by Yt's avatar Yt Committed by GitHub
Browse files

erigon: 2.61.1 -> 2.61.2 (#387140)

parents 4f7fc6df 48a038e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

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