about summary refs log tree commit diff
path: root/pkgs/servers/unstructured-api
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2024-01-11 20:14:06 -0500
committerhappysalada <raphael@megzari.com>2024-01-11 20:14:06 -0500
commitf129972452adc09eaefb78f2d49f5d48b3418c04 (patch)
tree13bdaf0225d8d927acfbaa9a7967b54dd0dcf05c /pkgs/servers/unstructured-api
parent50ca2ff9c309ec24550f788ec62f8b37f2fcb2a8 (diff)
unstructured-api: 0.0.59 -> 0.0.61
Diffstat (limited to 'pkgs/servers/unstructured-api')
-rw-r--r--pkgs/servers/unstructured-api/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/unstructured-api/default.nix b/pkgs/servers/unstructured-api/default.nix
index a2f32b9418b00..759096ea1b555 100644
--- a/pkgs/servers/unstructured-api/default.nix
+++ b/pkgs/servers/unstructured-api/default.nix
@@ -21,7 +21,7 @@ let
     safetensors
     uvicorn
   ] ++ packages.unstructured.optional-dependencies.local-inference);
-  version = "0.0.59";
+  version = "0.0.61";
   unstructured_api_nltk_data = symlinkJoin {
     name = "unstructured_api_nltk_data";
 
@@ -35,7 +35,7 @@ in stdenvNoCC.mkDerivation {
     owner = "Unstructured-IO";
     repo = "unstructured-api";
     rev = version;
-    hash = "sha256-AYccSOPY3tW6ho1SNSYYDhKJXKtE3sUaT4g1toOfHSw=";
+    hash = "sha256-Ucd+SKIES9E5WgKJjg8Vihjc1hMrJ9e956Sb7QlQea8=";
   };
 
   nativeBuildInputs = [ makeWrapper ];