python311Packages.fastembed: unstable-2023-09-07 -> 0.1.1

Diff: https://github.com/qdrant/fastembed/compare/9c5d32f271dfe9ae4730694727ff5df480983942...0.1.1

authored by natsukium and committed by Yt 3ceeae86 a1fd5a47

+3 -3
+3 -3
pkgs/development/python-modules/fastembed/default.nix
··· 10 10 , pytestCheckHook 11 11 }: 12 12 13 - buildPythonPackage { 13 + buildPythonPackage rec { 14 14 pname = "fastembed"; 15 - version = "unstable-2023-09-07"; 15 + version = "0.1.1"; 16 16 format = "pyproject"; 17 17 18 18 disabled = pythonOlder "3.8"; ··· 20 20 src = fetchFromGitHub { 21 21 owner = "qdrant"; 22 22 repo = "fastembed"; 23 - rev = "9c5d32f271dfe9ae4730694727ff5df480983942"; 23 + rev = "refs/tags/v${version}"; 24 24 hash = "sha256-d7Zb0IL0NOPEPsCHe/ZMNELnSCG4+y8JmGAXnCRUd50="; 25 25 }; 26 26