about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/erigon
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-01 13:46:07 +0000
committerYt <happysalada@proton.me>2023-02-01 13:26:04 -0500
commitfd88e31a2043a0bcb41d4997f0a9126f7fee1546 (patch)
treea39bdf0ec055f2d0ff35327179ae920876ea60b3 /pkgs/applications/blockchains/erigon
parentc0fa3ff38c862b519ff9093240087818e2ffe897 (diff)
erigon: 2.35.2 -> 2.37.0
Diffstat (limited to 'pkgs/applications/blockchains/erigon')
-rw-r--r--pkgs/applications/blockchains/erigon/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/blockchains/erigon/default.nix b/pkgs/applications/blockchains/erigon/default.nix
index e81dc1813e524..a17bef8cae373 100644
--- a/pkgs/applications/blockchains/erigon/default.nix
+++ b/pkgs/applications/blockchains/erigon/default.nix
@@ -2,7 +2,7 @@
 
 let
   pname = "erigon";
-  version = "2.35.2";
+  version = "2.37.0";
 in
 buildGoModule {
   inherit pname version;
@@ -11,11 +11,11 @@ buildGoModule {
     owner = "ledgerwatch";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-hGJ9SeUYACOuypTJmPnrv4f8ujjsUt3dZbwso+94g3M=";
+    sha256 = "sha256-r/mumt/f0wrOsXyEHo/NX0lJGt8zqXEVNC+9DWDkHAM=";
     fetchSubmodules = true;
   };
 
-  vendorSha256 = "sha256-lKzJLRCcyhQIV7y1XxqbvTINLlUwWFnflZgGQHYzBjY=";
+  vendorSha256 = "sha256-vSJZ1wIx1CiLE04ZBDnQDQqM2v8BBLxw5qbAsixC3/U=";
   proxyVendor = true;
 
   # Build errors in mdbx when format hardening is enabled: