about summary refs log tree commit diff
path: root/pkgs/servers/unstructured-api
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2023-09-05 15:59:10 -0400
committerYt <happysalada@tuta.io>2023-09-06 07:17:36 +0000
commit4917499ea5012dff288237b50f9a1344609e8907 (patch)
tree522ff8bee5794bb253dfeca516469ef86f949120 /pkgs/servers/unstructured-api
parentb608b10be419c78665cb82a93d10588e3ddac24e (diff)
unstructured-api: 0.0.39 -> 0.0.41
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 521ff17e573fa..08a2737ee769e 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.39";
+  version = "0.0.41";
   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-fk0YkGllggi0eWdp9ytHy4/9rChkcDnQvEvVAp1+RJw=";
+    hash = "sha256-tkxULIycMB9Mg6K2C9H/r3vt6GOMeh53OO6Y+Jga0Rc=";
   };
 
   nativeBuildInputs = [ makeWrapper ];