Commit Graph

685162 Commits

Author SHA1 Message Date
nixpkgs-merge-bot[bot]
7c9634c324
lms: 3.57.0 -> 3.58.0 (#344191) 2024-09-24 16:35:49 +00:00
Philip Taron
7c3cbf40b4
llama-cpp: 3672 -> 3772 (#342470) 2024-09-24 09:26:59 -07:00
Michele Guerini Rocco
12c8f1b937
redlib: 0.35.1 -> 0.35.1-unstable-2024-09-22 (#343649) 2024-09-24 18:15:47 +02:00
R. Ryantm
4df9848937 python312Packages.asyncinotify: 4.0.9 -> 4.1.0 2024-09-24 16:13:37 +00:00
Philip Taron
48d6e1118b
nixos/services.snapserver: fix regression introduced in #339099 by renaming local function 2024-09-24 09:08:43 -07:00
nixpkgs-merge-bot[bot]
3f2126dae7
uxn: 1.0-unstable-2024-08-29 -> 1.0-unstable-2024-09-20 (#344091) 2024-09-24 15:50:10 +00:00
Adam Stephens
194b237e42
ollama: fix rocm build
upstream added this extra cp, but it fails because it has already copied over the required symlinks. since we provide our own runtime anyway, i'm not sure what value this has regardless.

+ for dep in $(ldd "${BUILD_DIR}/bin/ollama_llama_server" | grep "=>" | cut -f2 -d= | cut -f2 -d' ' | grep -v "${GOARCH}/rocm${ROCM_VARIANT}" | grep -e rocm -e amdgpu -e libtinfo -e libnuma -e libelf)
+ cp -a /nix/store/d7wl4hnydqbqc2j1qg29sybpc614wkz8-rocm-path/lib/libhipblas.so.2 /nix/store/d7wl4hnydqbqc2j1qg29sybpc614wkz8-rocm-path/lib/libhipblas.so.2.0 ../../dist/linux-amd64//../linux-amd64-rocm/lib/ollama
++ readlink -f /nix/store/d7wl4hnydqbqc2j1qg29sybpc614wkz8-rocm-path/lib/libhipblas.so.2
+ '[' /nix/store/2c04lrnax0x0jcdrdins3wykm1lb1360-hipblas-6.0.2/lib/libhipblas.so.2.0 '!=' /nix/store/d7wl4hnydqbqc2j1qg29sybpc614wkz8-rocm-path/lib/libhipblas.so.2 ']'
++ readlink -f /nix/store/d7wl4hnydqbqc2j1qg29sybpc614wkz8-rocm-path/lib/libhipblas.so.2
+ cp /nix/store/2c04lrnax0x0jcdrdins3wykm1lb1360-hipblas-6.0.2/lib/libhipblas.so.2.0 ../../dist/linux-amd64//../linux-amd64-rocm/lib/ollama
cp: '/nix/store/2c04lrnax0x0jcdrdins3wykm1lb1360-hipblas-6.0.2/lib/libhipblas.so.2.0' and '../../dist/linux-amd64//../linux-amd64-rocm/lib/ollama/libhipblas.so.2.0' are the same file
2024-09-24 11:43:54 -04:00
Gaetan Lepage
5620491106 python312Packages.dask-jobqueue: 0.8.5 -> 0.9.0
Diff: https://github.com/dask/dask-jobqueue/compare/refs/tags/0.8.5...0.9.0
2024-09-24 17:10:58 +02:00
Gaetan Lepage
44c3a8b26a python312Packages.dask-histogram: 2024.3.0 -> 2024.9.1
Diff: https://github.com/dask-contrib/dask-histogram/compare/refs/tags/2024.3.0...2024.9.1

Changelog: https://github.com/dask-contrib/dask-histogram/releases/tag/2024.9.1
2024-09-24 17:10:58 +02:00
Gaetan Lepage
41f9b746e8 python312Packages.dask-awkward: 2024.7.0 -> 2024.9.0
Diff: https://github.com/dask-contrib/dask-awkward/compare/refs/tags/2024.7.0...2024.9.0

Changelog: https://github.com/dask-contrib/dask-awkward/releases/tag/2024.9.0
2024-09-24 17:10:58 +02:00
Gaetan Lepage
c79d04d726 python312Packages.dask-expr: 1.1.11 -> 1.1.14
Diff:
https://github.com/dask/dask-expr/compare/refs/tags/v1.1.11...1.1.14
2024-09-24 17:10:58 +02:00
Gaetan Lepage
5ac4df73d9 python312Packages.dask: 2024.8.1 -> 2024.9.0
Diff: https://github.com/dask/dask/compare/refs/tags/2024.8.1...2024.9.0

Changelog: https://docs.dask.org/en/latest/changelog.html
2024-09-24 17:10:58 +02:00
Gaetan Lepage
68e10d1549 python312Packages.distributed: 2024.8.1 -> 2024.9.0
Diff:
https://github.com/dask/distributed/compare/refs/tags/2024.8.1...2024.9.0

Changelog: https://github.com/dask/distributed/releases/tag/2024.9.0
2024-09-24 17:10:58 +02:00
Sandro
d6d9755640
level-zero: 1.17.28 -> 1.17.42 (#338528) 2024-09-24 16:52:41 +02:00
Martin Weinelt
a684a1d764
knot-dns: add support for dnstap (#344150) 2024-09-24 16:50:00 +02:00
Sandro
493864d69c
gepetto-viewer: init at 5.1.0 (#324018) 2024-09-24 16:46:12 +02:00
Philip Taron
51296fce6f
writeTextFile,doc/build-helpers: assert destination without a leading slash (#343595) 2024-09-24 07:39:11 -07:00
Jakub Kozłowski
33e735b40e
bloop: 2.0.0 -> 2.0.2 and aarch64-apple-darwin support (#342644) 2024-09-24 16:37:52 +02:00
Sandro
9b1f4b3261
python27Packages.more-itertools: use unittestCheckHook (#343822) 2024-09-24 16:32:46 +02:00
Fabián Heredia Montiel
9b19ba7d5c
linux_xanmod, linux_xanmod_latest: 2024-09-18 (#343115) 2024-09-24 08:28:32 -06:00
Aleksana
71b0f86870
alive2: init at 0-unstable-2024-09-23 (#341643) 2024-09-24 22:04:14 +08:00
nixpkgs-merge-bot[bot]
67d7f3e002
wlx-overlay-s: 0.4.4 -> 0.5.0 (#344085) 2024-09-24 14:02:33 +00:00
Phillip Seeber
4f973917c7 wxmacmolplt: add wrapGAppsHook for non GTK desktops 2024-09-24 15:33:48 +02:00
Peder Bergebakken Sundt
dcfdb36666
python312Packages.ale-py: fix hash (#344169) 2024-09-24 15:22:29 +02:00
R. Ryantm
04acbe17fa aiken: 1.1.2 -> 1.1.3 2024-09-24 13:15:13 +00:00
Emily
3348f9ccdf
xen: patch with XSA-462 (#343753) 2024-09-24 14:08:52 +01:00
Martin Weinelt
b02a84ef82
home-assistant: 2024.9.2 -> 2024.9.3 (#344176) 2024-09-24 14:59:27 +02:00
Fabian Affolter
e463fde234
python312Packages.minio: 7.2.8 -> 7.2.9 (#344125) 2024-09-24 14:58:42 +02:00
Fernando Rodrigues
b59d78a9bc xen: patch with XSA-462 2024-09-24 13:54:41 +01:00
nixpkgs-merge-bot[bot]
2cfef8ba88
nerdfetch: 8.2.1 -> 8.3.0 (#344187) 2024-09-24 12:52:14 +00:00
Fabian Affolter
324dd84586
python312Packages.tencentcloud-sdk-python: 3.0.1237 -> 3.0.1238 (#344140) 2024-09-24 14:50:42 +02:00
Fabian Affolter
151ae51c00
python312Packages.pynmeagps: 1.0.41 -> 1.0.42 (#344142) 2024-09-24 14:50:26 +02:00
Gaetan Lepage
ee19fa9300 python312Packages.cohere: 5.9.2 -> 5.9.4
Diff: https://github.com/cohere-ai/cohere-python/compare/refs/tags/5.9.2...5.9.4

Changelog: https://github.com/cohere-ai/cohere-python/releases/tag/5.9.4
2024-09-24 14:40:03 +02:00
K900
9423bdbb85
lib.teams.linux-kernel.members: add k900 (#344037) 2024-09-24 15:03:56 +03:00
Martin Weinelt
3db77abec1
traefik: 3.1.2 -> 3.1.4 (#344149) 2024-09-24 13:58:53 +02:00
R. Ryantm
c6ecc28531 nwg-panel: 0.9.38 -> 0.9.39 2024-09-24 11:55:38 +00:00
Konrad Malik
14c922afe0 openapi-python-client: init at 0.21.5 2024-09-24 13:46:23 +02:00
Masum Reza
7e8303600d
gnugrep: fix eval on windows (#344164) 2024-09-24 17:14:03 +05:30
John Titor
a28f1df81f
zed-editor: rename zed binary to zeditor
At least three packages provide a "zed" binary including `zfs`, `spicedb-zed`, and `zed` binary which can lead to conflicts.

Renaming the `cli` binary to `zeditor` is even recommmeded in zed-editor official packaging instructions.

https://github.com/zed-industries/zed/blob/main/docs/src/development/linux.md#other-things-to-note
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2024-09-24 17:09:17 +05:30
K900
4e854488ec
linuxPackages.nvidia_x11: install libraries with correct sonames (#343706) 2024-09-24 14:32:51 +03:00
kirillrdy
d52c8e7ca0
bazarr: Add missing dependency for PostgreSQL DB (#340369) 2024-09-24 21:24:41 +10:00
Robert Schütz
d6fce1c6c1
electron: 30.4.0 -> 30.5.1, 31.4.0 -> 31.6.0, 32.1.1 -> 32.1.2 (#341531) 2024-09-24 04:21:38 -07:00
K900
a7c2814289
nixos/doc: add release note for DT matching changes (#344192) 2024-09-24 14:21:08 +03:00
K900
17e1a5cf5d nixos/doc: add release note for DT matching changes
See #341883.
2024-09-24 14:19:54 +03:00
R. Ryantm
569d16da80 lms: 3.57.0 -> 3.58.0 2024-09-24 11:12:57 +00:00
Martin Weinelt
94721c1f73
python312Packages.homeassistant-stubs: 2024.9.2 -> 2024.9.3
https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.9.3
2024-09-24 12:59:01 +02:00
Sh0g0-1758
f0961222c9
alive2: init at 0-unstable-2024-09-23 2024-09-24 16:27:19 +05:30
R. Ryantm
273ffdbc34 nerdfetch: 8.2.1 -> 8.3.0 2024-09-24 10:43:31 +00:00
Guilhem Saurel
e4b87b0a60 gepetto-viewer-corba: init at 5.8.0 2024-09-24 12:38:07 +02:00
Guilhem Saurel
7f83e6f787 gepetto-viewer: init at 5.1.0 2024-09-24 12:38:06 +02:00