tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
unstructured-api: 0.0.59 -> 0.0.61
happysalada
2 years ago
f1299724
50ca2ff9
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
unstructured-api
default.nix
+2
-2
pkgs/servers/unstructured-api/default.nix
···
21
21
safetensors
22
22
uvicorn
23
23
] ++ packages.unstructured.optional-dependencies.local-inference);
24
24
-
version = "0.0.59";
24
24
+
version = "0.0.61";
25
25
unstructured_api_nltk_data = symlinkJoin {
26
26
name = "unstructured_api_nltk_data";
27
27
···
35
35
owner = "Unstructured-IO";
36
36
repo = "unstructured-api";
37
37
rev = version;
38
38
-
hash = "sha256-AYccSOPY3tW6ho1SNSYYDhKJXKtE3sUaT4g1toOfHSw=";
38
38
+
hash = "sha256-Ucd+SKIES9E5WgKJjg8Vihjc1hMrJ9e956Sb7QlQea8=";
39
39
};
40
40
41
41
nativeBuildInputs = [ makeWrapper ];