Commit Graph

685764 Commits

Author SHA1 Message Date
K900
b964291466
{buildFHSEnvBubblewrap,buildFHSEnvChroot}: add nativeBuildInputs (#344516) 2024-09-26 08:38:07 +03:00
Masum Reza
0eed89c88e
linuxPackages.rtl8188eus-aircrack: support kernels 6.8-6.11 (#340622) 2024-09-26 11:03:17 +05:30
Yt
29bedb6f7d
python312Packages.transformers: 4.44.2 -> 4.45.0 (#344540) 2024-09-26 01:21:30 -04:00
K900
26afe129f5
nixos/graphics: fix typo (#344551) 2024-09-26 08:18:28 +03:00
Bjørn Forsman
732d36522f nixos/influxdb2: wait until service is ready
Factor out part of the provisioning script into a
wait-until-service-is-ready script, and put it unconditionally in
front of ExecStartPost=, so that services that depend on influxdb2 are
not started until influxdb2 responds to requests.

Fixes https://github.com/NixOS/nixpkgs/issues/317017 ("Scrutiny tries to start before influxdb has started")
2024-09-26 06:54:54 +02:00
R. Ryantm
6311f6f358 python312Packages.google-cloud-firestore: 2.18.0 -> 2.19.0 2024-09-26 04:40:43 +00:00
R. Ryantm
545aadd2f2 rainfrog: 0.2.4 -> 0.2.5 2024-09-26 03:57:23 +00:00
R. Ryantm
335e278894 home-assistant-custom-lovelace-modules.hourly-weather: 6.1.0 -> 6.2.0 2024-09-26 03:36:02 +00:00
R. Ryantm
45791789e7 python312Packages.aiohttp-session: 2.12.0 -> 2.12.1 2024-09-26 03:34:26 +00:00
Will Fancher
ea2838e1ce
nixos/qemu-vm: Ensure 9pnet_virtio module is loaded for shared dirs (#343574) 2024-09-25 23:11:08 -04:00
Will Fancher
c4594ed779
CODEOWNERS: Add ElvishJerricco to ISO image. (#344537) 2024-09-25 23:10:48 -04:00
José Romildo Malaquias
50362223b1
latexminted: 0.1.0b16 -> 0.1.0 (#344074) 2024-09-26 00:10:08 -03:00
Artturin
d9eb52b026
fetchurl: fixup typo on a comment (#344330) 2024-09-26 05:56:56 +03:00
Franz Pletz
b7085bde2e
linuxPackages.nvidiaPackages.production: 550.107.02 -> 550.120 (#344524) 2024-09-26 04:29:07 +02:00
Lin Jian
11f1d318f6
nixos/graphics: fix typo
Searching hardware.*.extraPackages on search.nixos.org[1] shows there
is only hardware.graphics.extraPackages.

[1]: https://search.nixos.org/options?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=hardware.*.extraPackages
2024-09-26 09:08:43 +08:00
Peder Bergebakken Sundt
8a7b35c6ef
wakapi: 2.11.2 -> 2.12.0; modernize (#340779) 2024-09-26 02:49:27 +02:00
nixpkgs-merge-bot[bot]
769ffb7986
dezoomify-rs: 2.12.5 -> 2.13.0 (#344430) 2024-09-26 00:44:45 +00:00
Peder Bergebakken Sundt
78d126e932
gh-eco: 0.1.3 -> 0.1.5 (#339318) 2024-09-26 02:26:42 +02:00
R. Ryantm
c0467c6864 eigenlayer: 0.10.3 -> 0.10.4 2024-09-25 22:59:31 +00:00
Sandro
7f7842a099
resticprofile: use buildGo123Module (#344453) 2024-09-26 00:59:22 +02:00
Sandro
ece848e144
siyuan: use buildGo123Module (#344509) 2024-09-26 00:58:20 +02:00
Connor Baker
47eb919436
opencv: misc cleanups; fix CUDA build (#339619) 2024-09-25 15:52:41 -07:00
Gaetan Lepage
f28f4bd3c0 python312Packages.transformers: 4.44.2 -> 4.45.0
Diff: https://github.com/huggingface/transformers/compare/refs/tags/v4.44.2...v4.45.0

Changelog: https://github.com/huggingface/transformers/releases/tag/v4.45.0
2024-09-26 00:24:49 +02:00
Gaetan Lepage
499be5024e python312Packages.tokenizers: add GaetanLepage as maintainer 2024-09-26 00:24:49 +02:00
Gaetan Lepage
2ff0b23453 python312Packages.tokenizers: 0.19.1 -> 0.20.0
Diff: https://github.com/huggingface/tokenizers/compare/refs/tags/v0.19.1...v0.20.0
2024-09-26 00:24:49 +02:00
Will Fancher
1908a62e49 CODEOWNERS: Add ElvishJerricco to ISO image. 2024-09-25 18:12:12 -04:00
Dmitry Kalinkin
2af19cfb6a
blender: 4.2.1 -> 4.2.2 (#344451) 2024-09-25 18:05:23 -04:00
R. Ryantm
66f1354c91 python312Packages.snakemake-storage-plugin-xrootd: 0.1.3 -> 0.1.4 2024-09-25 18:04:30 -04:00
Will Fancher
4e54d10912 nixos/qemu-vm: Ensure 9pnet_virtio module is loaded for shared dirs
When `diskImage = null`, the root fs is a tmpfs instead of
`/dev/vda`. Thus, it doesn't have to wait for virtio modules to load
before being mounted. The root fs is a dependency of shared
directories by nature of being their parent directory. Without
depending on `/dev/vda`, these shared directories may attempt to mount
without virtio modules being loaded.
2024-09-25 17:37:34 -04:00
Yt
27cf93c040
surrealdb: 2.0.1 -> 2.0.2 (#344504) 2024-09-25 17:24:37 -04:00
Will Fancher
1f34534920
Systemd tpm fixes (#343307) 2024-09-25 17:17:57 -04:00
Thomas Gerbet
68324b7d54 zoneminder: 1.36.33 -> 1.36.34
Fixes CVE-2024-43360, CVE-2023-41884, CVE-2024-43359 and CVE-2024-43358.

Changes:
https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.34
2024-09-25 22:58:27 +02:00
Kiskae
4aa2d486e1 linuxPackages.nvidiaPackages.production: 550.107.02 -> 550.120 2024-09-25 22:40:56 +02:00
Austin Horstman
fe866c653c luaPackages.neotest: disable checks on darwin 2024-09-25 22:32:29 +02:00
Austin Horstman
bca8954e14 vimPlugins.nvim-treesitter: update grammars 2024-09-25 22:32:29 +02:00
Austin Horstman
574aa35e28 vimPlugins: update on 2024-09-24 2024-09-25 22:32:29 +02:00
Austin Horstman
c25250c471 luaPackages: update on 2024-09-24 2024-09-25 22:32:29 +02:00
Austin Horstman
c7412922a1 deno: mark x86 darwin broken
Aligned_alloc error that can't be fixed until SDK refactor work is done
to allow overriding SDK in rust toolchain.
2024-09-25 22:05:11 +02:00
Austin Horstman
dfb72de3db deno: 1.46.2 -> 1.46.3 2024-09-25 22:05:11 +02:00
Austin Horstman
cadf53ea4d deno: move to by-name 2024-09-25 22:05:11 +02:00
Austin Horstman
8a7af3824a deno: format 2024-09-25 22:05:11 +02:00
Robert Schütz
2e5923b8a7
python312Packages.stookwijzer: 1.4.9 -> 1.4.10 (#344463) 2024-09-25 13:01:31 -07:00
Artturin
4cb379f4d7 treewide: use nativeBuildInputs in appimage builder derivations 2024-09-25 23:01:28 +03:00
Émile Fugulin
9ae5068b42 caido: 0.40 -> 0.41 2024-09-25 15:57:18 -04:00
Artturin
f7ef27a982 {buildFHSEnvBubblewrap,buildFHSEnvChroot}: add nativeBuildInputs
`makeWrapper` is often used in these with `source "${makeWrapper}/nix-support/setup-hook"`
which causes `error: makeWrapper/makeShellWrapper must be in nativeBuildInputs` on cross.
2024-09-25 22:43:00 +03:00
Pol Dellaiera
07111496e5
open-webui: 0.3.28 -> 0.3.29 (#344445) 2024-09-25 21:30:44 +02:00
a-kenji
a4d8aa61ee cosmic-osd: inline repo pname 2024-09-25 21:20:04 +02:00
TomaSajt
5fcd8ed7e6
siyuan: use buildGo123Module 2024-09-25 21:19:05 +02:00
Johannes Jöns
f9e2eb32da
cosmic-screenshot: 1.0.0-alpha.1 -> 1.0.0-alpha.2 (#344497) 2024-09-25 19:16:56 +00:00
a-kenji
a032655423 cosmic-notifications: substituteInPlace prefer --replace-fail 2024-09-25 21:09:58 +02:00