Commit 61839bf9 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.chromadb: fix typo in update script

parent 02c66842
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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].+)"
      ];
    };