summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2022-09-18 20:56:20 -0400
committerYt <happysalada@proton.me>2022-09-18 21:29:44 -0400
commit27e18ce0acdd73340d83f64e5ef8bc9d4a8bd514 (patch)
tree9edf1d5c8d5ec3c6619c99832efde92f966b2140 /pkgs
parentb3a4ac83b0fae395337cf04b9da97a7eaf659561 (diff)
erigon: 2022.09.01 -> 2022.09.02
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/blockchains/erigon.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/blockchains/erigon.nix b/pkgs/applications/blockchains/erigon.nix
index c1b49e4e8e875..9623856a76f9c 100644
--- a/pkgs/applications/blockchains/erigon.nix
+++ b/pkgs/applications/blockchains/erigon.nix
@@ -2,17 +2,17 @@
 
 buildGoModule rec {
   pname = "erigon";
-  version = "2022.09.01";
+  version = "2022.09.02";
 
   src = fetchFromGitHub {
     owner = "ledgerwatch";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-vcppzHJ6yLIqp/5Gl9JIgkTVR1mKKAj1vhWY/bCvbPQ=";
+    sha256 = "sha256-ZLR6xdl3ckady+drYtN/kKK9xSRZ6jcWIxEQwN87MeU=";
     fetchSubmodules = true;
   };
 
-  vendorSha256 = "sha256-mY8m5bXm09pmq1imCo8uiBBnzPzrVuka8XtZyxL9LWo=";
+  vendorSha256 = "sha256-yUvz5ZrCegA69H0NDZfU9Yi97ljk4swnzPHJZ5Dl4Qs=";
   proxyVendor = true;
 
   # Build errors in mdbx when format hardening is enabled: