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