···22 hash = "sha256-mQLfRAun2G/LDnw3jyFGJbOqpxh2PL8IGzFELRfAgAI=";
23 };
2425- # We have to use importCargoLock here because `cargo vendor` currently doesn't support workspace
26- # inheritance within Git dependencies, but importCargoLock does.
27- cargoLock = {
28- lockFile = ./Cargo.lock;
29- outputHashes = {
30- "ruma-0.10.1" = "sha256-VmIZ24vULpm6lF24OFZdsI5JG+XqVPpUWM/R64X17jo=";
31- };
32- };
3334 # Conduit enables rusqlite's bundled feature by default, but we'd rather use our copy of SQLite.
35 preBuild = ''
···22 hash = "sha256-mQLfRAun2G/LDnw3jyFGJbOqpxh2PL8IGzFELRfAgAI=";
23 };
2425+ useFetchCargoVendor = true;
26+ cargoHash = "sha256-r7fOzTug0cKQUGrpXDn1JKb6/lLQDgnA3/colmldA4c=";
0000002728 # Conduit enables rusqlite's bundled feature by default, but we'd rather use our copy of SQLite.
29 preBuild = ''