about summary refs log tree commit diff
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-01-01 15:05:03 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-01-06 14:00:58 +1000
commit96b524c47b6f15638fdccd40fb60cd692f7be010 (patch)
tree924c49cf208a203944f83a8ae0fcd111a9e4f4d0
parent8a8c88de70bd7f967cb20ad07583ea9ef12a4a94 (diff)
erigon: switch to `proxyVendor`
-rw-r--r--pkgs/applications/blockchains/erigon.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/blockchains/erigon.nix b/pkgs/applications/blockchains/erigon.nix
index 3258aec6c30cb..41eb1b9ca5e7f 100644
--- a/pkgs/applications/blockchains/erigon.nix
+++ b/pkgs/applications/blockchains/erigon.nix
@@ -11,8 +11,8 @@ buildGoModule rec {
     sha256 = "0l0w1badhvlh1rgqzvlmy5k7xhb1nf4f5dmhkl935a5ila08aak3";
   };
 
-  vendorSha256 = "1hbfmq76zm50zwmlh3jblriwq2k1mp99d8lg8xzxwy56hncgfj8k";
-  runVend = true;
+  vendorSha256 = "sha256-kA7pOSP4wkzKuFmUqhZmjXJ0ao64cIgZMrQtQ0bQ++U=";
+  proxyVendor = true;
 
   # Build errors in mdbx when format hardening is enabled:
   #   cc1: error: '-Wformat-security' ignored without '-Wformat' [-Werror=format-security]