Skip to content

Commit 47ab45c

Browse files
committed
fix: solve erigon compilation
1 parent eb6695f commit 47ab45c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ buildGoModule rec {
88
version = "2.61.3";
99

1010
src = fetchFromGitHub {
11-
owner = "ledgerwatch";
11+
owner = "erigontech";
1212
repo = pname;
13-
rev = "${version}";
14-
hash = "sha256-cHEJbRP/v1GOmpfjrYjso2d+SVcXG+TEiIZoX+sSdYQ=";
13+
rev = "v${version}";
14+
hash = "sha256-VGLuPaGYx/DQc3Oc9wAbELXAtkuxr8cbePVBExlZikk=";
1515
fetchSubmodules = true;
1616
};
1717

18-
vendorHash = "sha256-J535F9xXtxuCHvshJOJ63fOGpa5ZhReaOu9+jAKXDfo=";
18+
vendorHash = "sha256-1LB2T0o9LjFdpl86NPMKx1lFLrQZefAGldcSQyL6O7M=";
1919
proxyVendor = true;
2020

2121
# Silkworm's .so fails to find libgmp when linking
@@ -30,7 +30,7 @@ buildGoModule rec {
3030

3131
meta = {
3232
description = "Ethereum node implementation focused on scalability and modularity";
33-
homepage = "https://github.com/ledgerwatch/erigon/";
33+
homepage = "https://github.com/erigontech/erigon/";
3434
mainProgram = "erigon";
3535
platforms = ["x86_64-linux"];
3636
};

0 commit comments

Comments
 (0)