erigon: 2.61.1 -> 2.61.2 (#387140)

This commit is contained in:
Yt
2025-03-04 20:06:25 -05:00
committed by GitHub
+2 -2
View File
@@ -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;
};