python3Packages.chromadb: fix typo in update script (#416489)

This commit is contained in:
Gaétan Lepage
2025-06-13 19:01:18 +02:00
committed by GitHub
@@ -255,7 +255,7 @@ buildPythonPackage rec {
# we have to update both the python hash and the cargo one,
# so use nix-update-script
extraArgs = [
"--versionRegex"
"--version-regex"
"([0-9].+)"
];
};