lighthouse: 8.1.0 -> 8.1.2

This commit is contained in:
R. Ryantm
2026-03-11 14:30:01 +00:00
parent 0d2e8a1423
commit 815fac2181
+3 -3
View File
@@ -17,7 +17,7 @@
rustPlatform.buildRustPackage rec {
pname = "lighthouse";
version = "8.1.0";
version = "8.1.2";
# lighthouse/common/deposit_contract/build.rs, `TAG`
depositContractSpecVersion = "0.12.1";
@@ -28,14 +28,14 @@ rustPlatform.buildRustPackage rec {
owner = "sigp";
repo = "lighthouse";
tag = "v${version}";
hash = "sha256-+MF3KbyKbaEBsrNHQOOolfhl4uJ1laOL1eGtcWEoaLE=";
hash = "sha256-Gtx5wowQM9jycy2Bl0FFGkgOZtyRvK3lMuc3K9v9sW4=";
};
patches = [
./use-system-sqlite.patch
];
cargoHash = "sha256-6C0rDVsF0wIcApc2YL3qC/Xa9qby9GDbQYGiaaJuH0k=";
cargoHash = "sha256-tmOEcxcMbGtOypNcxIbqfdlvFmNix21iIsRWVcFxJC4=";
buildFeatures = [
"gnosis"