Commit Graph

685183 Commits

Author SHA1 Message Date
Gaetan Lepage
ac35e3b0e0 forecast: init at 0-unstable-2024-09-23 2024-09-24 21:45:38 +02:00
Sandro
2450bc7d10
python312Packages.llama-index-core: use nltk-data from nix package (#337347) 2024-09-24 21:33:23 +02:00
Fabian Affolter
b7643ddc3b
python312Packages.weatherflow4py: 1.0.6 -> 1.2.0 (#343559) 2024-09-24 21:13:43 +02:00
Fabian Affolter
0510986cb4
python312Packages.python-motionmount: 2.1.0 -> 2.2.0 (#344031) 2024-09-24 21:13:25 +02:00
Markus Kowalewski
e5b911fd4f
wxmacmolplt: add wrapGAppsHook for non GTK desktops (#344175) 2024-09-24 21:05:28 +02:00
Masum Reza
01ce84709d
zed-editor: rename zed binary to zeditor, change pname to zed-editor (#344193) 2024-09-25 00:17:03 +05:30
Robert Schütz
bd3e8f8feb
python312Packages.msgraph-core: 1.1.3 -> 1.1.4 (#344261) 2024-09-24 11:42:59 -07:00
Fabian Affolter
c7b07f6133
octoscan: 0-unstable-2024-08-25 -> 0.1.0 (#342386) 2024-09-24 20:25:17 +02:00
Lin Jian
6978cd6424
emacs28-gtk2: remove (#343355) 2024-09-25 02:22:37 +08:00
Robert Schütz
d3e7f568fb
esptool: 4.7.0 -> 4.8.0 (#342885) 2024-09-24 11:19:13 -07:00
Fabian Affolter
1ea8316d32
python312Packages.asyncinotify: 4.0.9 -> 4.1.0 (#344245) 2024-09-24 20:17:30 +02:00
Robert Schütz
ef103a6e55
python312Packages.pyside2: use python.pkgs.distutils (#342948) 2024-09-24 11:17:08 -07:00
Fabian Affolter
9b5adc3802
python312Packages.bloodyad: 2.0.6 -> 2.0.7 (#344249) 2024-09-24 20:16:41 +02:00
Julien Malka
a630e6e946
rtz: 0.7.0 → 0.7.1 (#343066) 2024-09-24 20:08:18 +02:00
R. Ryantm
a33a7c7e86 python312Packages.msgraph-core: 1.1.3 -> 1.1.4 2024-09-24 17:57:52 +00:00
Sandro
ae8a436bc7
python312Packages.cohere: 5.9.2 -> 5.9.4 (#344203) 2024-09-24 19:40:53 +02:00
Sandro
4eebb85c8b
spyder: 6.0.0 -> 6.0.1 (#344133) 2024-09-24 19:28:12 +02:00
nixpkgs-merge-bot[bot]
5d43fd6170
aiken: 1.1.2 -> 1.1.3 (#344214) 2024-09-24 17:20:57 +00:00
Robert Schütz
eb28b94bd1
nixos/iptsd: Touch was renamed to Touchscreen in v3 (#344036) 2024-09-24 09:59:14 -07:00
nixpkgs-merge-bot[bot]
58d1db7dbd
renode-dts2repl: 0-unstable-2024-09-05 -> 0-unstable-2024-09-20 (#343473) 2024-09-24 16:57:39 +00:00
R. Ryantm
1c2b86c22e python312Packages.bloodyad: 2.0.6 -> 2.0.7 2024-09-24 16:44:24 +00:00
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