tree-wide: convert rust with git deps to importCargoLock

This commit is contained in:
Yureka
2023-03-26 01:52:04 +01:00
parent f3a1640e49
commit f8cbc3c281
230 changed files with 330745 additions and 152 deletions
File diff suppressed because it is too large Load Diff
@@ -18,7 +18,12 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-RNUOBBbq4ca9yEKNj5TZTOQW0hruWOIm/G+YCHoJ19U=";
};
cargoHash = "sha256-PYSsv/dZ3dxferTDbRLF9T8GGj9kZ3ixWNglQKtA3pE=";
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"rustpython-doc-0.1.0" = "sha256-4xBiV1FcYA05cWs9fQV+OklZEU1VZunhCo9deOSWPe8=";
};
};
patches = [
# Fix aarch64 compatibility for sqlite. Remove with the next release. https://github.com/RustPython/RustPython/pull/4499