about summary refs log tree commit diff
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-10-09 10:33:12 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-10-09 14:23:40 +1000
commit165e181f5d83d9f506a4e49677c53bab50f048f8 (patch)
tree086fa59c7231c9316d260a34c4570ac78ea959fb /pkgs/applications/blockchains
parent2f814ff713272093bfa220aa3b5fdafc504a6809 (diff)
erigon: switch to go 1.19
Diffstat (limited to 'pkgs/applications/blockchains')
-rw-r--r--pkgs/applications/blockchains/erigon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/blockchains/erigon.nix b/pkgs/applications/blockchains/erigon.nix
index af3a0c7c99daf..70a87a98e8856 100644
--- a/pkgs/applications/blockchains/erigon.nix
+++ b/pkgs/applications/blockchains/erigon.nix
@@ -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: