gps-share: port to useFetchCargoVendor

This commit is contained in:
2025-03-11 15:24:26 +00:00
parent 284eeceee9
commit ba7a931b18

View File

@@ -1,8 +1,9 @@
{ lib {
, fetchFromGitHub fetchFromGitHub,
, pkg-config lib,
, rustPlatform pkg-config,
, udev rustPlatform,
udev,
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
@@ -16,7 +17,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-Rh7Pt9JN30TyuxwHOn8dwZrUfmkknUhOGonbhROpGxA="; hash = "sha256-Rh7Pt9JN30TyuxwHOn8dwZrUfmkknUhOGonbhROpGxA=";
}; };
cargoHash = "sha256-8txHiK+aBh4hO66VQWTH/7li62O74xMqCg+sBFZ6KKU="; cargoHash = "sha256-WhYHFaSZfnlEmlXFLj7BIt0agMFuz07LcAXJ9ZOOrvY=";
useFetchCargoVendor = true;
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config