Skip to content

Commit

Permalink
element-desktop.seshat: useFetchCargoVendor
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alyssais committed Jan 30, 2025
1 parent 3f4e1f9 commit eaeec53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkgs/by-name/el/element-desktop/seshat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ rustPlatform.buildRustPackage rec {

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

useFetchCargoVendor = true;

nativeBuildInputs = [
nodejs
python3
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/el/element-desktop/seshat/pin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"version": "2.3.3",
"srcHash": "sha256-HmKHWFoO8TQ9S/RcJnJ3h85/2uSkqGrgLnX82hkux4Q=",
"yarnHash": "1cbkv8ap7f8vxl5brzqb86d2dyxg555sz67cldrp0vgnk8sq6ibp",
"cargoHash": "sha256-WsgTbQ91aZZV5sIuFVjsccdiXivjtAUC1Zs/4uNk1zU="
"cargoHash": "sha256-klrFk0gpqQu/9MzLEYMNqEBETZMXtZJX67Sm5ZqyHfE=="
}

0 comments on commit eaeec53

Please sign in to comment.