Commit eaeec535 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

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.
parent 3f4e1f90
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,8 @@ rustPlatform.buildRustPackage rec {

  sourceRoot = "${src.name}/seshat-node/native";

  useFetchCargoVendor = true;

  nativeBuildInputs = [
    nodejs
    python3
+1 −1
Original line number Diff line number Diff line
@@ -2,5 +2,5 @@
  "version": "2.3.3",
  "srcHash": "sha256-HmKHWFoO8TQ9S/RcJnJ3h85/2uSkqGrgLnX82hkux4Q=",
  "yarnHash": "1cbkv8ap7f8vxl5brzqb86d2dyxg555sz67cldrp0vgnk8sq6ibp",
  "cargoHash": "sha256-WsgTbQ91aZZV5sIuFVjsccdiXivjtAUC1Zs/4uNk1zU="
  "cargoHash": "sha256-klrFk0gpqQu/9MzLEYMNqEBETZMXtZJX67Sm5ZqyHfE=="
}