pw-viz: use fetchCargoVendor

This commit is contained in:
TomaSajt
2025-03-24 17:30:46 +01:00
parent c9fa0a3a4f
commit 4f6a6b26e8
2 changed files with 2 additions and 2589 deletions
-2583
View File
File diff suppressed because it is too large Load Diff
+2 -6
View File
@@ -23,12 +23,8 @@ rustPlatform.buildRustPackage rec {
sha256 = "sha256-fB7PnWWahCMKhGREg6neLmOZjh2OWLu61Vpmfsl03wA=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"egui_nodes-0.1.4" = "sha256-Bb88T+erjgKD769eYOSiVEg9lFnB5pBEDLeWgCdyUus=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-jsaWrdJRKfu75Gw8qGHxx0FHK7rOEK8IEDiQ6ktZsM0=";
nativeBuildInputs = [ pkg-config ];