File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/fastembed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323
2424buildPythonPackage rec {
2525 pname = "fastembed" ;
26- version = "0.5.1 " ;
26+ version = "0.6.0 " ;
2727 pyproject = true ;
2828
2929 src = fetchFromGitHub {
3030 owner = "qdrant" ;
3131 repo = "fastembed" ;
3232 tag = "v${ version } " ;
33- hash = "sha256-aVeQC0BooVZcbIplVRzY22ozliWW/Ts/asiInTxSBOE =" ;
33+ hash = "sha256-mZClZuSTTGQQSH6KYLcVx0YaNoAwRO25eRxGGjOz8B8 =" ;
3434 } ;
3535
3636 build-system = [ poetry-core ] ;
@@ -64,7 +64,7 @@ buildPythonPackage rec {
6464 meta = {
6565 description = "Fast, Accurate, Lightweight Python library to make State of the Art Embedding" ;
6666 homepage = "https://github.com/qdrant/fastembed" ;
67- changelog = "https://github.com/qdrant/fastembed/releases/tag/v ${ version } " ;
67+ changelog = "https://github.com/qdrant/fastembed/releases/tag/${ src . tag } " ;
6868 license = lib . licenses . asl20 ;
6969 maintainers = with lib . maintainers ; [ happysalada ] ;
7070 # terminate called after throwing an instance of 'onnxruntime::OnnxRuntimeException'
You can’t perform that action at this time.
0 commit comments