mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
influxdb2: useFetchCargoVendor
Cargo 1.84.0 seems to have changed the output format of cargo vendor again, once again invalidating fetchCargoTarball FOD hashes. It's time to fix this once and for all, switching across the board to fetchCargoVendor, which is not dependent on cargo vendor's output format.
This commit is contained in:
parent
78aa415507
commit
2b4cec3db0
@ -59,7 +59,8 @@ let
|
|||||||
--replace-fail "deny(warnings, missing_docs))]" "deny(warnings))]"
|
--replace-fail "deny(warnings, missing_docs))]" "deny(warnings))]"
|
||||||
'';
|
'';
|
||||||
sourceRoot = "${src.name}/libflux";
|
sourceRoot = "${src.name}/libflux";
|
||||||
cargoHash = "sha256-O+t4f4P5291BuyARH6Xf3LejMFEQEBv+qKtyjHRhclA=";
|
useFetchCargoVendor = true;
|
||||||
|
cargoHash = "sha256-wJVvpjaBUae3FK3lQaQov4t0UEsH86tB8B8bsSFGGBU=";
|
||||||
nativeBuildInputs = [ rustPlatform.bindgenHook ];
|
nativeBuildInputs = [ rustPlatform.bindgenHook ];
|
||||||
buildInputs = lib.optional stdenv.hostPlatform.isDarwin libiconv;
|
buildInputs = lib.optional stdenv.hostPlatform.isDarwin libiconv;
|
||||||
pkgcfg = ''
|
pkgcfg = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user