mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
flutter_rust_bridge_codegen: 2.9.0 -> 2.10.0
This commit is contained in:
parent
41da83c551
commit
14cbeaf7d1
1 changed files with 3 additions and 3 deletions
|
@ -6,18 +6,18 @@
|
||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "flutter_rust_bridge_codegen";
|
pname = "flutter_rust_bridge_codegen";
|
||||||
version = "2.9.0";
|
version = "2.10.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fzyzcjy";
|
owner = "fzyzcjy";
|
||||||
repo = "flutter_rust_bridge";
|
repo = "flutter_rust_bridge";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-pvKCiv7hUgetTXXp+NCs04Qo9xWaLUE2T1yHENhTGl4=";
|
hash = "sha256-ReJmS8cfsWCD/wFEpZ+EJBFGMOQZE/zzlOYOk74UCfQ=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-efMA8VJaQlqClAmjJ3zIYLUfnuj62vEIBKsz0l3CWxA=";
|
cargoHash = "sha256-6HVpETMnhL5gdIls46IdSkTxvJibvfiiPa6l/2GJy7k=";
|
||||||
cargoBuildFlags = "--package flutter_rust_bridge_codegen";
|
cargoBuildFlags = "--package flutter_rust_bridge_codegen";
|
||||||
cargoTestFlags = "--package flutter_rust_bridge_codegen";
|
cargoTestFlags = "--package flutter_rust_bridge_codegen";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue