Commit 41ada88a authored by Doron Behar's avatar Doron Behar
Browse files

hydra-check: useFetchCargoVendor

See #378288
parent 249d1d1d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@ rustPlatform.buildRustPackage rec {
    hash = "sha256-h8bs6oe8zkzEDCoC9F6IzTaTkNf4eAAjt663V0qn73I=";
  };

  cargoHash = "sha256-AUIm8OLN+BgEtlYCFQkozEwkp0Iwfkj+l5ttSAoCz60=";
  useFetchCargoVendor = true;
  cargoHash = "sha256-aV4URx9bGAOLWRh/kFDU67GiXk7RdCqfahG+fZPfdUo=";

  nativeBuildInputs = [
    pkg-config