mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
matrix-sdk-crypto-nodejs: convert cargoDeps to importCargoLock
This commit is contained in:
parent
2869364b9b
commit
53a639594f
5564
pkgs/development/libraries/matrix-sdk-crypto-nodejs/Cargo.lock
generated
Normal file
5564
pkgs/development/libraries/matrix-sdk-crypto-nodejs/Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -17,10 +17,11 @@ stdenv.mkDerivation rec {
|
||||
./remove-duplicate-dependency.patch
|
||||
];
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoTarball {
|
||||
inherit src patches;
|
||||
name = "${pname}-${version}";
|
||||
hash = "sha256-ZvoWdcutMnotwapFRZlvZQaebpEKarzCR2Fh5xOGluw=";
|
||||
cargoDeps = rustPlatform.importCargoLock {
|
||||
lockFile = ./Cargo.lock;
|
||||
outputHashes = {
|
||||
"uniffi-0.21.0" = "sha256-blKCfCsSNtr8NtO7Let7VJ/9oGuW9Eu8j9A6/oHUcP0=";
|
||||
};
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user