erigon: fix update script (#416008)

This commit is contained in:
Yt
2025-06-12 18:31:57 -04:00
committed by GitHub
+7 -1
View File
@@ -51,7 +51,13 @@ buildGoModule {
"nosilkworm"
];
passthru.updateScript = nix-update-script { };
passthru.updateScript = nix-update-script {
extraArgs = [
# avoid testingreleases
"--version-regex"
"^(\\d+\\.\\d+\\.\\d+)$"
];
};
meta = with lib; {
homepage = "https://github.com/ledgerwatch/erigon/";