File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ buildGoModule rec {
8
8
version = "2.61.3" ;
9
9
10
10
src = fetchFromGitHub {
11
- owner = "ledgerwatch " ;
11
+ owner = "erigontech " ;
12
12
repo = pname ;
13
- rev = "${ version } " ;
14
- hash = "sha256-cHEJbRP/v1GOmpfjrYjso2d+SVcXG+TEiIZoX+sSdYQ =" ;
13
+ rev = "v ${ version } " ;
14
+ hash = "sha256-VGLuPaGYx/DQc3Oc9wAbELXAtkuxr8cbePVBExlZikk =" ;
15
15
fetchSubmodules = true ;
16
16
} ;
17
17
18
- vendorHash = "sha256-J535F9xXtxuCHvshJOJ63fOGpa5ZhReaOu9+jAKXDfo =" ;
18
+ vendorHash = "sha256-1LB2T0o9LjFdpl86NPMKx1lFLrQZefAGldcSQyL6O7M =" ;
19
19
proxyVendor = true ;
20
20
21
21
# Silkworm's .so fails to find libgmp when linking
@@ -30,7 +30,7 @@ buildGoModule rec {
30
30
31
31
meta = {
32
32
description = "Ethereum node implementation focused on scalability and modularity" ;
33
- homepage = "https://github.com/ledgerwatch /erigon/" ;
33
+ homepage = "https://github.com/erigontech /erigon/" ;
34
34
mainProgram = "erigon" ;
35
35
platforms = [ "x86_64-linux" ] ;
36
36
} ;
You can’t perform that action at this time.
0 commit comments