unstructured-api 0 -> 1 attrpath: unstructured-api Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9873ybd0hg5p96c2sgqd960d4mjzy1gf-packages.json.drv building '/nix/store/9873ybd0hg5p96c2sgqd960d4mjzy1gf-packages.json.drv'... Going to be running update for following packages: - unstructured-api-0.0.61 Press Enter key to continue... Running update for: - unstructured-api-0.0.61: UPDATING ... - unstructured-api-0.0.61: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/unstructured-api/default.nix b/pkgs/servers/unstructured-api/default.nix index 759096ea1b55..f2a016e9f019 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.61"; + version = "0.0.65"; 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-Ucd+SKIES9E5WgKJjg8Vihjc1hMrJ9e956Sb7QlQea8="; + hash = "sha256-rbW5tssfyUeSGPtCEgbjD2bbdN4h9yyX846B4fPKzq4="; }; nativeBuildInputs = [ makeWrapper ]; No auto update branch exists Update edits cause no rebuilds.