about summary refs log tree commit diff
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-24 07:53:15 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-25 19:54:55 -0800
commit4ed702b59d0e76075ec0b50f2e9bfe269b5639f3 (patch)
tree8e6abfac1b69f423d4af5a074f34ceb972d5fe84 /pkgs/applications/blockchains
parent606242570bfb8faeff13770ecfbe4bda5d2b816a (diff)
downloadnixlib-4ed702b59d0e76075ec0b50f2e9bfe269b5639f3.tar
nixlib-4ed702b59d0e76075ec0b50f2e9bfe269b5639f3.tar.gz
nixlib-4ed702b59d0e76075ec0b50f2e9bfe269b5639f3.tar.bz2
nixlib-4ed702b59d0e76075ec0b50f2e9bfe269b5639f3.tar.lz
nixlib-4ed702b59d0e76075ec0b50f2e9bfe269b5639f3.tar.xz
nixlib-4ed702b59d0e76075ec0b50f2e9bfe269b5639f3.tar.zst
nixlib-4ed702b59d0e76075ec0b50f2e9bfe269b5639f3.zip
erigon: 2022.02.02 -> 2022.02.03
Diffstat (limited to 'pkgs/applications/blockchains')
-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 d09f69467b50..9c560b0fabc1 100644
--- a/pkgs/applications/blockchains/erigon.nix
+++ b/pkgs/applications/blockchains/erigon.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "erigon";
-  version = "2022.02.02";
+  version = "2022.02.03";
 
   src = fetchFromGitHub {
     owner = "ledgerwatch";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-hFoIPlmNzG2oQON86OUY9Y8oRbqexPVo4e7+pTbh1Kk=";
+    sha256 = "sha256-M8rCLkKoCx+5Eg53HfK6Ui4UrYsujGd7G8ckONclhTM=";
   };
 
-  vendorSha256 = "sha256-vXIuXT7BIs7xjGq1DBk0/dGQ0ccxfrFGLn6E03MUvY4=";
+  vendorSha256 = "sha256-loYo1nAR1lARsfoY5Q+k/tgVBxNxcr++zwUjLN3TRLA=";
   proxyVendor = true;
 
   # Build errors in mdbx when format hardening is enabled: