erigon: 2.60.0 -> 2.60.1

This commit is contained in:
R. Ryantm 2024-06-10 03:57:11 +00:00
parent faf7b38491
commit dd24a28395

View File

@ -2,7 +2,7 @@
let
pname = "erigon";
version = "2.60.0";
version = "2.60.1";
in
buildGoModule {
inherit pname version;
@ -11,7 +11,7 @@ buildGoModule {
owner = "ledgerwatch";
repo = pname;
rev = "v${version}";
hash = "sha256-c0CArubKvdh9xcvBM15O4vGwAsSHzaINtoKd0XczJHU=";
hash = "sha256-VZzDG9qUjEBSNxQcmkqPTTDQjh7BZFqyRSaCfio8X2I=";
fetchSubmodules = true;
};