summary refs log tree commit diff
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-07-03 05:34:56 +0000
committerYt <happysalada@tuta.io>2023-07-03 15:31:29 +0800
commit4563446e28ccdfdae3b437390ce11081a7493bca (patch)
tree4a89a91045e3dd304623c8261c7d9fdaeac96b4f
parentdca4f365f4f733626c206123613c7b57edf94744 (diff)
downloadnixpkgs-4563446e28ccdfdae3b437390ce11081a7493bca.tar
nixpkgs-4563446e28ccdfdae3b437390ce11081a7493bca.tar.gz
nixpkgs-4563446e28ccdfdae3b437390ce11081a7493bca.tar.bz2
nixpkgs-4563446e28ccdfdae3b437390ce11081a7493bca.tar.lz
nixpkgs-4563446e28ccdfdae3b437390ce11081a7493bca.tar.xz
nixpkgs-4563446e28ccdfdae3b437390ce11081a7493bca.tar.zst
nixpkgs-4563446e28ccdfdae3b437390ce11081a7493bca.zip
erigon: 2.47.0 -> 2.48.0
-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 c57ce4cbe05..2dd063e3eee 100644
--- a/pkgs/applications/blockchains/erigon/default.nix
+++ b/pkgs/applications/blockchains/erigon/default.nix
@@ -2,7 +2,7 @@
 
 let
   pname = "erigon";
-  version = "2.47.0";
+  version = "2.48.0";
 in
 buildGoModule {
   inherit pname version;
@@ -11,11 +11,11 @@ buildGoModule {
     owner = "ledgerwatch";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-LmubFpewCEPcLzezEWye8y4Vjv68coxoCtrffxJsodY=";
+    hash = "sha256-L2uQJdC0Z5biv//QzgjPpygsk8GlUoQsSNH4Cp5TvhU=";
     fetchSubmodules = true;
   };
 
-  vendorSha256 = "sha256-zgBStaULqbdZmBDi/3AjGx35mh45M3uFkDd5z/vQeMQ=";
+  vendorHash = "sha256-wzA75+BL5Fm6X13dF/ou7qvMEdeaImmSs2lypH4hOTY=";
   proxyVendor = true;
 
   # Build errors in mdbx when format hardening is enabled: