python3Packages.chromadb: fix cargo vendor file name (#454360)

This commit is contained in:
dotlambda
2025-10-21 22:27:48 +00:00
committed by GitHub
@@ -78,8 +78,7 @@ buildPythonPackage rec {
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit src;
name = "${pname}-${version}-vendor";
inherit pname version src;
hash = "sha256-GlF8Fp42ra5d55PIGOS4zOHXPSaIZGI/l8sHz/wyDgo=";
};