chainsaw: fetchCargoTarball -> fetchCargoVendor (#378022)

This commit is contained in:
Fabian Affolter
2025-01-30 20:36:41 +01:00
committed by GitHub
+2 -1
View File
@@ -17,7 +17,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-ErDIfLhzCiFm3dZzr6ThjYCplfDKbALAqcu8c0gREH4=";
};
cargoHash = "sha256-WuPfYxI61wsQyOKqPF7/a3Hx9vMBCkTkoXsZczgeKpg=";
useFetchCargoVendor = true;
cargoHash = "sha256-LTvCExHQnQIbGGeh4bK6b3r9XXOxREMTOlRQv+BjKrM=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.CoreFoundation