Philip Taron
6aa0a4712e
Avoid top-level with ...;
in pkgs/tools/security/pass/extensions/default.nix
2024-03-28 21:30:46 +01:00
Philip Taron
ac39e45b04
Avoid top-level with ...;
in pkgs/tools/misc/graylog/plugins.nix
2024-03-28 21:30:46 +01:00
Philip Taron
5b0905b8ea
Avoid top-level with ...;
in pkgs/tools/graphics/astc-encoder/default.nix
2024-03-28 21:30:46 +01:00
Pol Dellaiera
98d0412811
Merge pull request #298608 from acuteenvy/starship-v1.18.1
...
starship: 1.18.0 -> 1.18.1
2024-03-28 20:57:50 +01:00
Fabian Affolter
64c81edb4b
Merge pull request #299742 from fabaff/tilequant-fix
...
python311Packages.tilequant: refactor
2024-03-28 20:46:15 +01:00
Pol Dellaiera
c597075e21
Merge pull request #290399 from drupol/lmstudio/init
...
lmstudio: init at 0.2.18
2024-03-28 20:29:04 +01:00
Fabian Affolter
c0666485e5
python312Packages.manifest-ml: disable failing tests
2024-03-28 20:24:15 +01:00
Fabian Affolter
673b5545c1
python312Packages.manifest-ml: refactor
2024-03-28 20:24:15 +01:00
Fabian Affolter
e1fd64f4e8
python312Packages.llama-index-graph-stores-nebula: init at 0.1.2
2024-03-28 20:24:15 +01:00
Fabian Affolter
49c1c82fd8
python312Packages.nebula3-python: init at 3.5.0
...
Client API of Nebula Graph in Python
https://github.com/vesoft-inc/nebula-python
2024-03-28 20:24:15 +01:00
Fabian Affolter
5e0f3e5e36
python312Packages.llama-index-graph-stores-neptune: init at 0.1.3
2024-03-28 20:24:14 +01:00
Fabian Affolter
445c570f5e
python312Packages.llama-index-graph-stores-neo4j: init at 0.1.3
2024-03-28 20:24:14 +01:00
Fabian Affolter
7f1aead8b3
python312Packages.llama-index-vector-stores-google: init at 0.1.4
2024-03-28 20:24:14 +01:00
Fabian Affolter
c921298cc6
python312Packages.llama-index-vector-stores-qdrant: init at 0.1.4
2024-03-28 20:24:14 +01:00
Fabian Affolter
655a28646e
python312Packages.llama-index-vector-stores-postgres: init at 0.1.3
2024-03-28 20:24:14 +01:00
Fabian Affolter
84193256b5
python312Packages.starlette-context: init at 0.3.6
...
Middleware for Starlette that allows you to store and access the
context data of a request
https://github.com/tomwojcik/starlette-context
2024-03-28 20:24:14 +01:00
Fabian Affolter
e21763ec29
python312Packages.sse-starlette: init at 2.0.0
...
Server Sent Events for Starlette and FastAPI
https://github.com/sysid/sse-starlette
2024-03-28 20:24:14 +01:00
Fabian Affolter
e9fc5be0c7
python312Packages.asgi-lifespan: init at 2.1.0
...
Programmatic startup/shutdown of ASGI apps
https://github.com/florimondmanca/asgi-lifespan
2024-03-28 20:24:13 +01:00
Fabian Affolter
4efe48318b
python312Packages.llama-index-llms-openai-like: init at 0.1.3
2024-03-28 20:24:13 +01:00
Fabian Affolter
d622e6abcb
python312Packages.llama-index-llms-ollama: init at 0.1.2
2024-03-28 20:24:13 +01:00
Fabian Affolter
67fccb8c48
python312Packages.llama-index-embeddings-huggingface: init at 0.2.0
2024-03-28 20:24:13 +01:00
Fabian Affolter
c0456dddc9
python312Packages.sentence-transformers: 2.5.1 -> 2.6.1
...
Diff: https://github.com/UKPLab/sentence-transformers/compare/refs/tags/v2.5.1...v2.6.1
Changelog: https://github.com/UKPLab/sentence-transformers/releases/tag/2.6.1
2024-03-28 20:24:13 +01:00
Fabian Affolter
900b45b96a
python312Packages.sentence-transformers: refactor
2024-03-28 20:24:13 +01:00
Fabian Affolter
0c0a1ee5f0
python312Packages.llama-index-embeddings-ollama: init at 0.1.2
2024-03-28 20:24:13 +01:00
Nick Cao
c6f7498158
Merge pull request #298999 from NickCao/assimp
...
assimp: drop outdated "-Wno-error=free-nonheap-object" for riscv
2024-03-28 15:21:28 -04:00
Fabian Affolter
5bbc950add
Merge pull request #299793 from fabaff/langchain-bump
...
python312Packages.langchain: 0.1.11 -> 0.1.13, python312Packages.langsmith: 0.1.33 -> 0.1.36, python312Packages.langchain-community: 0.0.27 -> 0.0.29
2024-03-28 20:21:15 +01:00
Emily
4745ee6641
Merge pull request #299806 from networkException/ungoogled-chromium
...
ungoogled-chromium: 123.0.6312.58-1 -> 123.0.6312.86-1
2024-03-28 20:19:41 +01:00
emilylange
9fb68677e4
forgejo: fix applying of our STATIC_ROOT_PATH
patch
...
This fixes an issue where running the forgejo package standalone,
without the use of our nixos/forgejo module, would try to use a
directory named `@data@` for its `STATIC_ROOT_PATH` assets.
This went unnoticed until now, because most users use the nixos/forgejo
module in which we explicitly set this option/setting/path to
`cfg.package.data` by default (`pkgs.forgejo.data`).
Also, this commit hard-copies the patch in question from gitea to our
nixpkgs derivation directory.
We decided a long time ago to part ways, and forgejo inheriting the
patch from gitea's drv directory puts strain on gitea.
So we don't do that anymore and instead maintain that patch ourselves
from now on.
Unfortunately, `substituteInPlace --subst-var` does not error, when the
substitution fails.
This would have prevented this issue from going unnoticed.
2024-03-28 20:10:53 +01:00
Robert Schütz
7cdbfcbbd2
Merge pull request #278981 from dotlambda/mollysocket-init
...
mollysocket: init at 1.3.0, nixos/mollysocket: init
2024-03-28 18:51:07 +00:00
rucadi
aeae82eb6b
Revert "nodejs_18: 18.19.1 -> 18.20.0"
...
This reverts commit b5e930a583
.
2024-03-28 19:41:21 +01:00
Robert Hensing
b40caf8c8a
Merge pull request #273769 from Izorkin/update-peertube
...
peertube: 5.2.1 -> 6.0.3
2024-03-28 19:40:42 +01:00
Pol Dellaiera
8a74441fc0
lmstudio: init at 0.2.18
2024-03-28 19:30:20 +01:00
Thiago Kenji Okada
48f9437cd1
Merge pull request #263360 from duament/nixos-rebuild-pipe
...
nixos-rebuild: use --pipe instead of --pty in systemd-run
2024-03-28 18:25:08 +00:00
Fabian Affolter
bc061915ac
Merge pull request #299741 from fabaff/mypy-boto3-bump
...
python311Packages.mypy-boto3-*: updates
2024-03-28 19:05:34 +01:00
Fabian Affolter
49d399d793
Merge pull request #299737 from fabaff/fjaraskupan-bump
...
python311Packages.fjaraskupan: 2.2.0 -> 2.3.0
2024-03-28 19:05:22 +01:00
R. Ryantm
8ec91d2a1c
python311Packages.transformers: 4.39.1 -> 4.39.2
2024-03-28 18:01:35 +00:00
Fabian Affolter
b0dc996a60
Merge pull request #299722 from fabaff/rtfde-fix
...
python312Packages.extract-msg: 0.48.3 -> 0.48.4, python312Packages.rtfde: relax lark
2024-03-28 19:00:52 +01:00
Fabian Affolter
a2cecca47b
Merge pull request #299735 from fabaff/pyunifiprotect-bump
...
python311Packages.pyunifiprotect: 5.0.2 -> 5.1.1
2024-03-28 19:00:32 +01:00
networkException
c70699a11b
ungoogled-chromium: 123.0.6312.58-1 -> 123.0.6312.86-1
...
https://chromereleases.googleblog.com/2024/03/stable-channel-update-for-desktop_26.html
This update includes 7 security fixes.
CVEs:
CVE-2024-2883 CVE-2024-2885 CVE-2024-2886 CVE-2024-2887
2024-03-28 18:40:10 +01:00
Martin Weinelt
e3eda836ea
Merge pull request #299791 from NixOS/revert-299290-auto-update/python311Packages.pathlib-abc
...
Revert "python311Packages.pathlib-abc: 0.1.1 -> 0.2.0"
2024-03-28 18:18:51 +01:00
Martin Weinelt
c7faa543a3
python312Packages.pathtools: disable
2024-03-28 18:16:55 +01:00
Nick Cao
8a9bde6989
Merge pull request #299765 from r-ryantm/auto-update/k0sctl
...
k0sctl: 0.17.4 -> 0.17.5
2024-03-28 13:16:12 -04:00
Silvan Mosberger
1f7ac8f58b
Merge pull request #296384 from pennae/remove-docbook-docs-support
...
nixos/docs: remove docbook support machinery
2024-03-28 18:03:31 +01:00
PedroHLC
d546502c7c
elmPackages: move adjusts from cabal2nix-generated files to overrides
2024-03-28 13:57:08 -03:00
Robert Schütz
078994248a
nixos/mollysocket: init
2024-03-28 09:55:10 -07:00
Martin Weinelt
03a76c271e
python311Packages.spacy: relax smart-open constraint
2024-03-28 17:45:55 +01:00
PedroHLC
13b12a9281
elm: include all cabal2nix in update script
2024-03-28 13:39:28 -03:00
Weijia Wang
b2245daba6
Merge pull request #298958 from Moraxyc/fix-wslay
...
wslay: fix package
2024-03-28 17:39:23 +01:00
Moraxyc
9b795711fa
wslay: fix package
2024-03-28 17:35:18 +01:00
Christian Kögler
2f4ba842f9
Merge pull request #298112 from ck3d/localai-tts
...
local-ai: Build go modules as separate package and fix tts
2024-03-28 17:25:32 +01:00