Merge pull request #301659 from r-ryantm/auto-update/erigon

erigon: 2.59.2 -> 2.59.3
This commit is contained in:
Yt 2024-04-04 23:27:08 +00:00 committed by GitHub
commit 9f06a402c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
let
pname = "erigon";
version = "2.59.2";
version = "2.59.3";
in
buildGoModule {
inherit pname version;
@ -11,7 +11,7 @@ buildGoModule {
owner = "ledgerwatch";
repo = pname;
rev = "v${version}";
hash = "sha256-gSoaPoyPyryC1yzYaafnPXKpMNzI9fw9Yd0nKzziAKw=";
hash = "sha256-pkcT9KFX4rz6WXUm9cG+6x9k+jGmLPGgl/4VnS7TNVE=";
fetchSubmodules = true;
};