about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-27 21:44:29 +0200
committerGitHub <noreply@github.com>2023-02-27 21:44:29 +0200
commit325a4e0b247520ca6fa4397db3e309f072c0903b (patch)
tree0ce1f322c97a79d0572a68592f2aab002cfc4b3a
parent592b90c9742ab1dbc2b3d104cf20f6f3a0dc33cf (diff)
parentd1aca2c12567eb801d470945ab0b468c9c45f569 (diff)
Merge pull request #218211 from r-ryantm/auto-update/lighthouse
lighthouse: 3.4.0 -> 3.5.0
-rw-r--r--pkgs/applications/blockchains/lighthouse/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/blockchains/lighthouse/default.nix b/pkgs/applications/blockchains/lighthouse/default.nix
index 5eddf7c1b4ef0..78c503e7ee5c9 100644
--- a/pkgs/applications/blockchains/lighthouse/default.nix
+++ b/pkgs/applications/blockchains/lighthouse/default.nix
@@ -20,7 +20,7 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "lighthouse";
-  version = "3.4.0";
+  version = "3.5.0";
 
   # lighthouse/common/deposit_contract/build.rs
   depositContractSpecVersion = "0.12.1";
@@ -30,10 +30,10 @@ rustPlatform.buildRustPackage rec {
     owner = "sigp";
     repo = "lighthouse";
     rev = "v${version}";
-    hash = "sha256-4auiM5+kj/HjZKu2YP7JEnwDNxHuL39XCfmV/dc5jLE=";
+    hash = "sha256-09EQr/ghgdcnek0dih0+TXyIh5qwGWmg+nhI8d9n3Jc=";
   };
 
-  cargoHash = "sha256-ihfGwdxL7Ttw86dhaVBp5meb0caXjzgbbP27Io8zv/c=";
+  cargoHash = "sha256-NWG3yIgxfD1GkiQ6TyZF4lNPy9s/i/9TaTujlOtx2NI=";
 
   buildFeatures = [ "modern" "gnosis" ];