gps-share: port to useFetchCargoVendor
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user