about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/lighthouse
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2022-11-06 07:29:09 -0500
committerYt <happysalada@proton.me>2022-11-06 09:03:20 -0500
commit6a36558f5227f728d4fa433ab8ec1b80bebe4f50 (patch)
tree09b0d9681cc4559357a5b30b68631bf7faa0e386 /pkgs/applications/blockchains/lighthouse
parent18cc0e9df0cee1555d196a6f027d6fdeda0cc6de (diff)
lighthouse: 3.1.2 -> 3.2.1
Diffstat (limited to 'pkgs/applications/blockchains/lighthouse')
-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 fc95295d3d9e6..c778ce3f75755 100644
--- a/pkgs/applications/blockchains/lighthouse/default.nix
+++ b/pkgs/applications/blockchains/lighthouse/default.nix
@@ -17,7 +17,7 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "lighthouse";
-  version = "3.1.2";
+  version = "3.2.1";
 
   # lighthouse/common/deposit_contract/build.rs
   depositContractSpecVersion = "0.12.1";
@@ -27,10 +27,10 @@ rustPlatform.buildRustPackage rec {
     owner = "sigp";
     repo = "lighthouse";
     rev = "v${version}";
-    hash = "sha256-EJFg6ZjxxijxJNMwKRh0cYeqwujUV3OJgXBvBRsnbVI=";
+    sha256 = "sha256-Aqc3kk1rquhLKNZDlEun4bQpKI4Nsk7+Wr7E2IkJQEs=";
   };
 
-  cargoHash = "sha256-iXqRtBqvM9URQsL8qGmpr3CNX2fpbtDOaluibAX/lWo=";
+  cargoSha256 = "sha256-wGEk7OfEmyeRW65kq5stvKCdnCjfssyXUmNWGkGq42M=";
 
   buildFeatures = [ "modern" "gnosis" ];