Anderson Torres
|
fef3cb986c
|
tinyalsa: migrate to by-name
|
2023-11-14 20:20:57 -03:00 |
|
Anderson Torres
|
058b34d2e9
|
alsa-project: migrate to by-name
|
2023-11-14 20:20:57 -03:00 |
|
 Martin WeineltandGitHub
|
3ecd815c23
|
Merge pull request #267465 from mweinelt/home-assistant-fixes
home-assistant: update disabled tests
|
2023-11-15 00:06:59 +01:00 |
|
 Martin WeineltandGitHub
|
07adfe6112
|
Merge pull request #267446 from mweinelt/frigate-opencv-relax
frigate: drop opencv pin
|
2023-11-15 00:06:06 +01:00 |
|
 R. Ryantmandzowoq
|
7a6a55e499
|
terraform-providers.azurerm: 3.77.0 -> 3.80.0
|
2023-11-15 09:04:51 +10:00 |
|
 R. Ryantmandzowoq
|
447eaf1209
|
terraform-providers.azuread: 2.43.0 -> 2.45.0
|
2023-11-15 09:04:38 +10:00 |
|
 R. Ryantmandzowoq
|
7256e24260
|
terraform-providers.aws: 5.22.0 -> 5.25.0
|
2023-11-15 09:04:25 +10:00 |
|
 R. Ryantmandzowoq
|
b6176d634f
|
terraform-providers.aviatrix: 3.1.2 -> 3.1.3
|
2023-11-15 09:04:10 +10:00 |
|
 R. Ryantmandzowoq
|
77827cd669
|
terraform-providers.avi: 22.1.4 -> 22.1.5
|
2023-11-15 09:03:46 +10:00 |
|
 R. Ryantmandzowoq
|
9b71dfbe28
|
terraform-providers.auth0: 0.50.0 -> 1.0.0
|
2023-11-15 09:03:23 +10:00 |
|
 R. Ryantmandzowoq
|
4c7e418549
|
terraform-providers.artifactory: 9.7.2 -> 9.8.0
|
2023-11-15 09:03:05 +10:00 |
|
 R. Ryantmandzowoq
|
ac9f3d0a39
|
terraform-providers.alicloud: 1.211.1 -> 1.212.0
|
2023-11-15 09:02:48 +10:00 |
|
 R. Ryantmandzowoq
|
54e7da4279
|
terraform-providers.akamai: 5.3.0 -> 5.4.0
|
2023-11-15 09:02:18 +10:00 |
|
 R. Ryantmandzowoq
|
4e03adbdd8
|
terraform-providers.aci: 2.10.1 -> 2.11.1
|
2023-11-15 09:02:08 +10:00 |
|
 R. Ryantmandzowoq
|
d7e162f6a8
|
terraform-providers.aiven: 4.8.2 -> 4.9.3
|
2023-11-15 09:02:01 +10:00 |
|
 markuskowaandGitHub
|
3298a05309
|
Merge pull request #267308 from r-ryantm/auto-update/sile
sile: 0.14.12 -> 0.14.13
|
2023-11-14 22:49:56 +01:00 |
|
 ArtturiandGitHub
|
ec3540a4cc
|
Merge pull request #267373 from uninsane/pr-cross-libgnome-games-support
|
2023-11-14 23:38:56 +02:00 |
|
 ArtturiandGitHub
|
85b3fae171
|
Merge pull request #267526 from zzywysm/autofs4-autofs-fix
|
2023-11-14 23:25:09 +02:00 |
|
 Nick CaoandGitHub
|
0369e58dfa
|
Merge pull request #265982 from NickCao/fcitx5-gtk
fcitx5-gtk: add dev output
|
2023-11-14 16:18:30 -05:00 |
|
 Nick CaoandGitHub
|
d51a27794e
|
Merge pull request #267506 from fabaff/python-smarttub-bump
python311Packages.python-smarttub: 0.0.35 -> 0.0.36
|
2023-11-14 16:16:42 -05:00 |
|
 Fabián Heredia MontielandGitHub
|
5158ac52bc
|
Merge pull request #267318 from bbenno/update/whatsapp-chat-exporter
whatsapp-chat-exporter: 0.9.1 -> 0.9.7
|
2023-11-14 15:05:45 -06:00 |
|
 Fabián Heredia MontielandGitHub
|
f029cfe041
|
Merge pull request #267325 from r-ryantm/auto-update/skaffold
skaffold: 2.8.0 -> 2.9.0
|
2023-11-14 14:57:24 -06:00 |
|
 Fabián Heredia MontielandGitHub
|
08f5a8bb30
|
Merge pull request #267332 from r-ryantm/auto-update/slint-lsp
slint-lsp: 1.2.2 -> 1.3.0
|
2023-11-14 14:56:48 -06:00 |
|
 0x4A6FandGitHub
|
4ba912e33d
|
Merge pull request #267174 from matthiasbeyer/update-zellij
zellij: 0.39.0 -> 0.39.1
|
2023-11-14 21:38:59 +01:00 |
|
zzywysm
|
3f4c802d26
|
initrd/autofs4: remove legacy references to autofs4 kernel module
Back in 2018, the kernel decided to remove the autofs4 module.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a2225d931f75ddd3c39f4d0d195fad99dfd68671
This caused immediate problems with systemd, so the kernel allowed autofs4 as a config option that would simply map back to autofs.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d02d21ea007b6b33cdaf15c2f84fb1fea996ecc2
Earlier this year, in July 2023, the kernel got tired of people not adapting to the autofs change, and forced the issue by fixing it within the kernel defconfigs, which NixOS uses as a starting point for their own kernel configs.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=1f2190d6b7112d22d3f8dfeca16a2f6a2f51444e
This commit reflects the post-2018 reality by changing the remaining autofs4 references to autofs. Since this change initially happened in kernel 4.18 and we no longer support 4.x kernels, we don't need any backwards-compatibility tweaks.
|
2023-11-14 15:37:50 -05:00 |
|
 Gaetan LepageandYt
|
fc3626d3d3
|
python311Packages.transformers: 4.35.0 -> 4.35.1
Changelog: https://github.com/huggingface/transformers/releases/tag/v4.35.1
|
2023-11-14 20:34:11 +00:00 |
|
 Nick CaoandGitHub
|
ab4a6dc639
|
Merge pull request #263225 from pks-t/pks-ccid-fix-missing-strip
ccid: strip shared object to reduce closure size
|
2023-11-14 15:23:59 -05:00 |
|
 Fabián Heredia MontielandGitHub
|
3a3571c3c3
|
Merge pull request #267355 from r-ryantm/auto-update/sssd
sssd: 2.9.2 -> 2.9.3
|
2023-11-14 14:18:20 -06:00 |
|
 Fabián Heredia MontielandGitHub
|
42d5c5b9a3
|
Merge pull request #267368 from r-ryantm/auto-update/structorizer
structorizer: 3.32-12 -> 3.32-14
|
2023-11-14 14:17:56 -06:00 |
|
 Fabián Heredia MontielandGitHub
|
37fa3e8d78
|
Merge pull request #267411 from claudiiii/feat/k9s-update
k9s: 0.28.0 -> 0.28.2
|
2023-11-14 14:17:24 -06:00 |
|
 Fabián Heredia MontielandGitHub
|
6d5dfc06fc
|
Merge pull request #267439 from r-ryantm/auto-update/tailwindcss
tailwindcss: 3.3.3 -> 3.3.5
|
2023-11-14 14:16:29 -06:00 |
|
 Fabián Heredia MontielandGitHub
|
3fed70b26a
|
Merge pull request #267483 from wjlroe/remove-wjlroe-maintainer
logstash: remove myself as a maintainer
|
2023-11-14 14:16:01 -06:00 |
|
 ArtturiandGitHub
|
60f10be493
|
Merge pull request #267503 from Artturin/fixmistake
|
2023-11-14 22:05:03 +02:00 |
|
 R. RyantmandEric Bailey
|
1a83628436
|
kops: 1.28.0 -> 1.28.1
|
2023-11-14 13:58:59 -06:00 |
|
 0x4A6FandGitHub
|
39c1b48127
|
Merge pull request #267430 from helsinki-systems/fix/proxysql-build
proxysql: use vendored re2
|
2023-11-14 20:30:27 +01:00 |
|
 Léo GaspardandGitHub
|
b1c25de57b
|
nixos/acme: do not eat Let's Encrypt's request limits if misconfigured on first try (#266155)
|
2023-11-14 20:29:50 +01:00 |
|
 Nick CaoandGitHub
|
f7ac3fbf4e
|
Merge pull request #267468 from NickCao/tofu
opentofu: 1.6.0-alpha4 -> 1.6.0-alpha5
|
2023-11-14 14:23:44 -05:00 |
|
 Yang, BoandJörg Thalheim
|
a9b36a5fb3
|
nixos/doc: release notes for waagent provisioning
|
2023-11-14 19:47:27 +01:00 |
|
 Yang, BoandJörg Thalheim
|
bff548fef1
|
waagent: enable provisioning
|
2023-11-14 19:47:27 +01:00 |
|
Fabian Affolter
|
0bd4376d7f
|
python311Packages.python-smarttub: 0.0.35 -> 0.0.36
Diff: https://github.com/mdz/python-smarttub/compare/refs/tags/v0.0.35...v0.0.36
|
2023-11-14 19:45:29 +01:00 |
|
Artturin
|
a28d96f47e
|
libsForQt5: fix mistake
|
2023-11-14 20:39:17 +02:00 |
|
 Stephen HuanandBjørn Forsman
|
e1cb1dc257
|
backintime: fix backintime-qt_polkit
|
2023-11-14 19:34:44 +01:00 |
|
 Nathan HenrieandBjørn Forsman
|
6c69d3c9ca
|
nixos/navidrome: add openFirewall option
This adds an option to the navidrome module to open the configured TCP
port in the firewall.
|
2023-11-14 19:29:08 +01:00 |
|
 Ilan JoselevichandGitHub
|
cd014bdb85
|
Merge pull request #266490 from Kranzes/nodePackages-update
nodePackages: update
|
2023-11-14 17:46:30 +00:00 |
|
 Nick CaoandGitHub
|
bcc70105ef
|
Merge pull request #266214 from dawidd6/multipass-1.12
multipass: 1.12.1 -> 1.12.2
|
2023-11-14 12:07:36 -05:00 |
|
 Nick CaoandGitHub
|
6e199d8e01
|
Merge pull request #267427 from ne9z/texworks-wayland
texworks: add qtwayland as dependency
|
2023-11-14 11:43:34 -05:00 |
|
William Roe
|
85e5e28c65
|
logstash: remove myself as a maintainer
I haven't used Logstash for many years, so cannot maintain this package.
|
2023-11-14 16:43:22 +00:00 |
|
 Nick CaoandGitHub
|
0525dc3b76
|
Merge pull request #267453 from SuperSandro2000/act
act: 0.2.53 -> 0.2.54
|
2023-11-14 11:42:57 -05:00 |
|
 Pierre BourdonandGitHub
|
68367e66e1
|
Merge pull request #267037 from nbraud/nixos/sudo/assertion
nixos/sudo: Update `cfg.package` assertion
|
2023-11-14 17:26:08 +01:00 |
|
 Martin WeineltandGitHub
|
cd32d803c0
|
Merge pull request #267464 from Madouura/pr/rocmSupport-followup
treewide: use 'config.(cuda|rocm)Support'
|
2023-11-14 17:24:44 +01:00 |
|