cargo-tauri: importCargoLock -> fetchCargoVendor
This commit is contained in:
Generated
-11659
File diff suppressed because it is too large
Load Diff
@@ -4,7 +4,6 @@
|
||||
callPackage,
|
||||
rustPlatform,
|
||||
fetchFromGitHub,
|
||||
cargo-tauri,
|
||||
gtk4,
|
||||
nix-update-script,
|
||||
openssl,
|
||||
@@ -23,12 +22,8 @@ rustPlatform.buildRustPackage rec {
|
||||
hash = "sha256-HPmViOowP1xAjDJ89YS0BTjNnKI1P0L777ywkqAhhc4=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
outputHashes = {
|
||||
"schemars_derive-0.8.21" = "sha256-AmxBKZXm2Eb+w8/hLQWTol5f22uP8UqaIh+LVLbS20g=";
|
||||
};
|
||||
};
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-BwNsr/CclSA9CIGVjKjaMM560hgUYirmpRm4Q8hNkkc=";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user