From 636f80091e5e861055a413c7e43a453bc7e466fe Mon Sep 17 00:00:00 2001
From: happysalada <raphael@megzari.com>
Date: Thu, 7 Sep 2023 05:04:42 -0400
Subject: [PATCH] unstructured-api: 0.0.41 -> 0.0.42

---
 pkgs/servers/unstructured-api/default.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkgs/servers/unstructured-api/default.nix b/pkgs/servers/unstructured-api/default.nix
index 08a2737ee769..117af0ec816d 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.41";
+  version = "0.0.42";
   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-tkxULIycMB9Mg6K2C9H/r3vt6GOMeh53OO6Y+Jga0Rc=";
+    hash = "sha256-Tn4o7gAIlvWUTbAmbTCF9LgMk0up16iWuNPTy6pxOuk=";
   };
 
   nativeBuildInputs = [ makeWrapper ];