R. Ryantm and Jonathan Ringer
9940847ce7
chezmoi: 2.40.4 -> 2.41.0
2023-11-23 12:03:46 -08:00
R. Ryantm and Jonathan Ringer
e7ca2d5623
riemann: 0.3.9 -> 0.3.10
2023-11-23 12:03:29 -08:00
R. Ryantm and Jonathan Ringer
2f10bac416
chkrootkit: 0.55 -> 0.58b
2023-11-23 12:03:14 -08:00
R. Ryantm and Jonathan Ringer
a6779efbbc
javacc: 7.0.12 -> 7.0.13
2023-11-23 12:02:32 -08:00
Eduardo Quiros and Bjørn Forsman
d8daf1cb1b
signal-desktop: 6.39.0 -> 6.39.1, 6.40.0-beta.1 -> 6.40.0-beta.2
2023-11-23 20:58:14 +01:00
R. Ryantm
e33a645587
zuo: unstable-2023-11-10 -> unstable-2023-11-23
2023-11-23 19:56:07 +00:00
Dmitry Ivankov
746e394638
bazel_4: fix CLang 16 Werror-s on darwin
...
Fixing `bazel_4` after #234710
Error example
https://hydra.nixos.org/build/241174862/nixlog/1
```
Execution platform: //:default_host_platform
third_party/zlib/gzwrite.c:89:20: error: call to undeclared function 'write'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
writ = write(state->fd, strm->next_in, put);
^
```
Similar to #269481 and #269297
2023-11-23 20:39:38 +01:00
Pol Dellaiera and GitHub
4e71e160fb
Merge pull request #269393 from drupol/php-8-3-0
...
php: November bumps: (8.1.26, 8.2.13, 8.3.0)
2023-11-23 20:28:12 +01:00
Dmitry Ivankov
781538c5ed
bazel_5: fix CLang 16 Werror-s on darwin
...
Fixing `bazel_5` after #234710
Error example
https://hydra.nixos.org/build/241240612/nixlog/1
```
external/com_google_absl/absl/meta/type_traits.h:560:8: error: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Werror,-Wdeprecated-builtins]
(__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
```
Similar to #269297 , and remaining `bazel_4` is WIP for another PR
2023-11-23 20:23:50 +01:00
R. Ryantm and Yt
61c87b12fe
mimir: 2.10.3 -> 2.10.4
2023-11-23 19:13:28 +00:00
Artturi and GitHub
1ea40b20f1
Merge pull request #268812 from Artturin/llvmdedup3
2023-11-23 21:00:27 +02:00
Artturi and GitHub
5be8fd9f99
Merge pull request #269270 from Artturin/fixeval4
2023-11-23 20:58:07 +02:00
R. Ryantm
3cf18074db
kodiPackages.radioparadise: 1.0.5 -> 2.0.0
2023-11-23 18:41:27 +00:00
Lily Foster and GitHub
1a9dc0c41a
Merge pull request #269406 from chvp/upd/teams-for-linux
...
teams-for-linux: 1.3.19 -> 1.3.22
2023-11-23 12:47:08 -05:00
Valentin Gagarin and GitHub
570757826e
Merge pull request #263056 from DanielSidhion/kernel-docs
...
doc: consolidate info on manual linux kernel configs
2023-11-23 18:21:10 +01:00
annalee and Emery Hemingway
359d577687
figlet: ignore implicit-function-declaration; fix build
...
figlet.c uses getopt from getopt.c with no function declaration.
2023-11-23 19:00:42 +02:00
Felix Bühler and GitHub
631766b842
gitlab: migrate to prefetch-yarn-deps ( #269307 )
2023-11-23 17:52:44 +01:00
DS
1d7ee9ff09
doc: consolidate info on manual linux kernel configs
...
The Nixpkgs documentation on the linux kernel builders focused on
using and extending kernels that were already packaged, but never
mentioned that it's possible to also build a kernel almost "from
scratch".
The NixOS documentation went a bit deeper on manual linux kernel
configs, but that information wasn't particularly NixOS-specific.
This commit consolidates the information related to building the
kernel on Nixpkgs's documentation, while keeping any additional
NixOS-specific information on NixOS's documentation.
An additional README.md was created for contributor-facing
documentation.
2023-11-23 08:50:16 -08:00
Maciej Krüger
afa5ac226a
ubus: unstable-2023-06-05 -> unstable-2023-11-14
2023-11-23 17:47:41 +01:00
Maciej Krüger
1a73ff52d3
libubox: unstable-2023-05-23 -> unstable-2023-11-03
2023-11-23 17:47:40 +01:00
Robert Schütz and GitHub
d77bda728d
Merge pull request #268740 from dotlambda/mousai-0.7.6
...
mousai: 0.7.5 -> 0.7.6
2023-11-23 08:35:44 -08:00
Robert Hensing and GitHub
779e50580c
Merge pull request #224611 from srhb/kafka-settings-module
...
Kafka: Settings and KRaft support
2023-11-23 17:35:29 +01:00
Randy Eckenrode
b6d4be13d0
postgresqlPackages.postgis: fix build on clang 12+
...
Work around https://github.com/NixOS/nixpkgs/issues/166205
2023-11-23 11:30:24 -05:00
Thiago Kenji Okada and GitHub
f765ca264a
Merge pull request #269430 from jcf/clj-kondo-graalvm-references
...
clj-kondo: Remove references to GraalVM derivation
2023-11-23 16:25:04 +00:00
Jonas Heinrich and GitHub
d4f2426c5d
Merge pull request #269323 from Stunkymonkey/muzika-migrate-prefetch-yarn-deps
...
muzika: migrate to prefetch-yarn-deps
2023-11-23 17:16:24 +01:00
R. Ryantm
8c24931339
mautrix-discord: 0.6.3 -> 0.6.4
2023-11-23 16:15:28 +00:00
Maciej Krüger and GitHub
e8b0430bc4
Merge pull request #266505 from nbraud/mpvScripts/simple-mpv-webui
2023-11-23 17:10:41 +01:00
Ryan Lahfa and GitHub
d783b6040d
Merge pull request #269381 from YellowOnion/bcachefs
2023-11-23 16:53:22 +01:00
Anderson Torres
7b6ec1bc82
wio: init at unstable-2023-05-28
...
A resurrection.
2023-11-23 12:40:23 -03:00
K900 and GitHub
eead97a9b2
Merge pull request #269410 from K900/container-test-cleanup
...
nixos/tests/containers-ip: don't include channel sources
2023-11-23 18:26:28 +03:00
Yang, Bo and GitHub
932441c86d
nixos/nvidia: load nvidia-uvm kernel module via softdep ( #267335 )
2023-11-23 16:19:27 +01:00
OTABI Tomoya and GitHub
232c34b9cb
Merge pull request #267545 from traxys/fix_fit-trackee
...
fit-trackee: pin flask-sqlalchemy to 3.0.5
2023-11-24 00:13:51 +09:00
Lily Foster and GitHub
610f760ba0
Merge pull request #269395 from Janik-Haag/alicelg
...
alice-lg: add passthru.tests
2023-11-23 10:05:36 -05:00
Nick Cao and GitHub
a68bc4feaf
Merge pull request #266296 from yayayayaka/element-1.11.48
...
element-{web,desktop}: 1.11.47 -> 1.11.50
2023-11-23 09:27:14 -05:00
Nick Cao and GitHub
dfb9303e00
Merge pull request #265958 from malob/add-inshellisense
...
inshellisense: init at 0.0.1-rc.4
2023-11-23 09:16:17 -05:00
Nick Cao and GitHub
c8962ab82f
Merge pull request #269315 from Stunkymonkey/schildichat-desktop-migrate-prefetch-yarn-deps
...
schildichat-desktop: migrate to prefetch-yarn-deps
2023-11-23 09:15:53 -05:00
Nick Cao and GitHub
7ce659856e
Merge pull request #269314 from Stunkymonkey/schildichat-web-migrate-prefetch-yarn-deps
...
schildichat-web: migrate to prefetch-yarn-deps
2023-11-23 09:15:37 -05:00
Nick Cao and GitHub
b65959f83c
Merge pull request #269317 from Stunkymonkey/element-web-migrate-prefetch-yarn-deps
...
element-web: migrate to prefetch-yarn-deps
2023-11-23 09:15:13 -05:00
Nick Cao and GitHub
1ac37b49ea
Merge pull request #269318 from Stunkymonkey/element-desktop-migrate-prefetch-yarn-deps
...
element-desktop: migrate to prefetch-yarn-deps
2023-11-23 09:14:54 -05:00
Uri Baghin and GitHub
f2910d39dd
Merge pull request #269297 from boltzmannrain/bazel_6_clang16
...
bazel_6: fix CLang 16 Werror-s on darwin
2023-11-23 22:02:02 +08:00
OTABI Tomoya and GitHub
8b40cd457e
Merge pull request #269054 from r-ryantm/auto-update/xdg-desktop-portal-hyprland
...
xdg-desktop-portal-hyprland: 1.2.4 -> 1.2.5
2023-11-23 22:54:26 +09:00
Nikolay Korotkiy and GitHub
09bb40adb0
Merge pull request #269391 from r-ryantm/auto-update/paho-mqtt-cpp
...
paho-mqtt-cpp: 1.2.0 -> 1.3.0
2023-11-23 17:51:43 +04:00
Jacek Galowicz and GitHub
7301329494
Merge pull request #269249 from blitz/git-machete-unbreak
...
git-machete: 3.17.9 -> 3.20.0
2023-11-23 14:21:34 +01:00
Bobby Rong and GitHub
fe69c517e1
Merge pull request #269073 from bobby285271/upd/cinnamon
...
cinnamon.cinnamon-screensaver: Fix broken theming with pygobject 3.46
2023-11-23 21:18:50 +08:00
Rebecca Turner and Anderson Torres
f4e8ce5877
nix-your-shell: 1.3.0 -> 1.4.0
2023-11-23 10:13:47 -03:00
Charlotte Van Petegem
dc2ac086bb
teams-for-linux: 1.3.19 -> 1.3.22
...
https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v1.3.20
https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v1.3.21
https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v1.3.22
2023-11-23 14:00:44 +01:00
Janik and GitHub
6b46f22fdb
Merge pull request #269312 from Stunkymonkey/teams-for-linux-migrate-prefetch-yarn-deps
2023-11-23 13:56:52 +01:00
Janik and GitHub
8e2c9abca8
Merge pull request #243458 from lilyinstarlight/fix/prefetch-npm-deps-error-when-no-cached-deps
2023-11-23 13:55:03 +01:00
James Conroy-Finn
8fcfb1d95c
clj-kondo: Remove references to GraalVM derivation
...
https://github.com/NixOS/nixpkgs/issues/269029
2023-11-23 12:40:14 +00:00
Martin Weinelt
0818809eae
python313: 3.13.0a1 -> 3.13.0a2
...
https://www.python.org/downloads/release/python-3130a2/
2023-11-23 13:27:19 +01:00