cargo-profiler: useFetchCargoVendor (#376498)

This commit is contained in:
Nick Cao
2025-01-25 09:35:37 -05:00
committed by GitHub
+2 -1
View File
@@ -13,7 +13,7 @@ let
version = "0.2.0";
rev = "0a8ab772fd5c0f1579e4847c5d05aa443ffa2bc8";
hash = "sha256-ZRAbvSMrPtgaWy9RwlykQ3iiPxHCMh/tS5p67/4XqqA=";
cargoHash = "sha256-qt3S6ZcLEP9ZQoP5+kSQdmBlxdMgGUqLszdU7JkFNVI=";
cargoHash = "sha256-GrHH98jcJaEkCzHe1hoVAeZvTvE0kXdp0bPTIiiOYss=";
inherit (rustPlatform) buildRustPackage;
in
@@ -25,6 +25,7 @@ buildRustPackage rec {
repo = pname;
};
useFetchCargoVendor = true;
inherit cargoHash;
meta = with lib; {