erigon: 2.61.2 -> 2.61.3 (#390610)

This commit is contained in:
Yt 2025-03-17 06:59:26 -04:00 committed by GitHub
commit 844ac1d72c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
};