erigon: switch to go 1.19
This commit is contained in:
@@ -12,7 +12,7 @@ buildGoModule rec {
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-zdm11bGkCcwnz+8dve2pdcpg6pDgLe4UG3Ob/mbqhko=";
|
||||
vendorSha256 = "sha256-B9brjWvYw65ti2Ac3D4nQUEax/q+Uf5DTPBHXeWQybw=";
|
||||
proxyVendor = true;
|
||||
|
||||
# Build errors in mdbx when format hardening is enabled:
|
||||
|
||||
@@ -33029,7 +33029,9 @@ with pkgs;
|
||||
|
||||
ergo = callPackage ../applications/blockchains/ergo { };
|
||||
|
||||
erigon = callPackage ../applications/blockchains/erigon.nix { };
|
||||
erigon = callPackage ../applications/blockchains/erigon.nix {
|
||||
buildGoModule = buildGo119Module;
|
||||
};
|
||||
|
||||
exodus = callPackage ../applications/blockchains/exodus { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user