python3Packages.datafusion: fetchCargoTarball -> fetchCargoVendor (#376995)

This commit is contained in:
Nick Cao
2025-01-27 15:32:33 -05:00
committed by GitHub
@@ -47,10 +47,10 @@ buildPythonPackage rec {
hash = "sha256-5WOSlx4XW9zO6oTY16lWQElShLv0ubflVPfSSEGrFgg=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
cargoDeps = rustPlatform.fetchCargoVendor {
name = "datafusion-cargo-deps";
inherit src;
hash = "sha256-hN03tbnH77VsMDxSMddMHIH00t7lUs5h8rTHbiMIExw=";
hash = "sha256-xUpchV4UFEX1HkCpClOwxnEfGLVlOIX4UmzYKiUth9U=";
};
nativeBuildInputs = with rustPlatform; [