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 {
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 } ;
You can’t perform that action at this time.
0 commit comments