erigon: switch to go 1.19

This commit is contained in:
zowoq
2022-10-09 14:23:40 +10:00
parent 2f814ff713
commit 165e181f5d
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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:
+3 -1
View File
@@ -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 { };