python3Packages.chromadb: fix typo in update script

This commit is contained in:
Sarah Clark
2025-06-13 09:41:57 -07:00
parent 02c6684269
commit 61839bf92f
@@ -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].+)"
];
};