uniffi-bindgen: 0.17.0 -> 0.19.3

This commit is contained in:
Van Tuan Vo 2022-07-20 10:18:25 +02:00
parent 4d76a8a81f
commit f22c5e38e7
No known key found for this signature in database
GPG key ID: 7C96B1B77958A566
2 changed files with 423 additions and 266 deletions

File diff suppressed because it is too large Load diff

View file

@ -11,17 +11,16 @@
rustPlatform.buildRustPackage rec {
pname = "uniffi-bindgen";
version = "0.17.0";
version = "0.19.3";
src = fetchFromGitHub {
owner = "mozilla";
repo = "uniffi-rs";
rev = "v${version}";
hash = "sha256-EGyJrW0U/dnKT7OWgd8LehCyvj6mxud3QWbBVyhoK4Y=";
hash = "sha256-A6Zd1jfhoR4yW2lT5qYE3vJTpiJc94pK/XQmfE2QLFc=";
};
cargoLock.lockFileContents = builtins.readFile ./Cargo.lock;
cargoHash = "sha256-Fw+yCAI32NdFKJGPuNU6t0FiEfohoVD3VQfInNJuooI=";
cargoBuildFlags = [ "-p uniffi_bindgen" ];
cargoTestFlags = [ "-p uniffi_bindgen" ];