python3Packages.chromadb: fix cargo vendor file name (#454360)
This commit is contained in:
@@ -78,8 +78,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit src;
|
||||
name = "${pname}-${version}-vendor";
|
||||
inherit pname version src;
|
||||
hash = "sha256-GlF8Fp42ra5d55PIGOS4zOHXPSaIZGI/l8sHz/wyDgo=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user