Skip to content

Commit 844ac1d

Browse files
authored
erigon: 2.61.2 -> 2.61.3 (#390610)
2 parents 703d0ad + 0aa5968 commit 844ac1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/er/erigon/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
let
99
pname = "erigon";
10-
version = "2.61.2";
10+
version = "2.61.3";
1111
in
1212
buildGoModule {
1313
inherit pname version;
@@ -16,7 +16,7 @@ buildGoModule {
1616
owner = "ledgerwatch";
1717
repo = pname;
1818
rev = "v${version}";
19-
hash = "sha256-r9BAhoQn51IUPAWDxcc19LHWNyxf5aj/uoDzpdy2GUA=";
19+
hash = "sha256-VGLuPaGYx/DQc3Oc9wAbELXAtkuxr8cbePVBExlZikk=";
2020
fetchSubmodules = true;
2121
};
2222

0 commit comments

Comments
 (0)