element-desktop.seshat: useFetchCargoVendor

Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes.  It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.
This commit is contained in:
Alyssa Ross 2025-01-26 17:28:49 +01:00
parent 3f4e1f908a
commit eaeec5353a
2 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,8 @@ rustPlatform.buildRustPackage rec {
sourceRoot = "${src.name}/seshat-node/native";
useFetchCargoVendor = true;
nativeBuildInputs = [
nodejs
python3

View File

@ -2,5 +2,5 @@
"version": "2.3.3",
"srcHash": "sha256-HmKHWFoO8TQ9S/RcJnJ3h85/2uSkqGrgLnX82hkux4Q=",
"yarnHash": "1cbkv8ap7f8vxl5brzqb86d2dyxg555sz67cldrp0vgnk8sq6ibp",
"cargoHash": "sha256-WsgTbQ91aZZV5sIuFVjsccdiXivjtAUC1Zs/4uNk1zU="
"cargoHash": "sha256-klrFk0gpqQu/9MzLEYMNqEBETZMXtZJX67Sm5ZqyHfE=="
}