rewine and GitHub
6815a66cfe
clerk: fix reference to wrapped binary in wrapper ( #367117 )
2024-12-23 09:38:31 +08:00
Calum MacRae and GitHub
24f0fd5a2a
mangojuice: fix GTK4 paths ( #366578 )
...
Fixes issues finding GTK4 dependencies, e.g:
GLib-GIO-ERROR **: 15:02:46.139: No GSettings schemas are installed on the system
GLib-GIO-ERROR **: 15:05:00.514: Settings schema 'org.gtk.gtk4.Settings.ColorChooser' is not installed
2024-12-22 20:34:02 -05:00
R. RyanTM and GitHub
3ba44f2124
sarif-fmt: 0.6.6 -> 0.7.0 ( #367192 )
2024-12-22 20:33:34 -05:00
nixpkgs-merge-bot[bot] and GitHub
d90c190941
flyctl: 0.3.49 -> 0.3.53 ( #367427 )
2024-12-23 01:31:13 +00:00
Martin Weinelt and GitHub
8203c39e4f
python312Packages.django-js-asset: 2.2 -> 3.0.1 ( #367509 )
2024-12-23 02:29:08 +01:00
Martin Weinelt and GitHub
b9fe024184
python312Packages.django-tables2: 2.7.0 -> 2.7.1 ( #367505 )
2024-12-23 02:28:53 +01:00
Martin Weinelt
688ed600ec
python312Packages.django-js-asset: 2.2 -> 3.0.1
...
https://github.com/matthiask/django-js-asset/compare/refs/tags/2.2...3.0.1
2024-12-23 01:59:15 +01:00
nixpkgs-merge-bot[bot] and GitHub
afcc0db199
sqlitestudio: 3.4.9 -> 3.4.10 ( #366789 )
2024-12-23 00:53:31 +00:00
lassulus and GitHub
f8eb3d78a6
acpica-tools: 20240827 -> R09_27_24 ( #359277 )
2024-12-23 01:53:23 +01:00
lassulus and GitHub
be61fed3ca
redmine: 5.1.4 -> 5.1.5 ( #365684 )
2024-12-23 01:52:58 +01:00
Martin Weinelt
93cba7acf8
python312Packages.django-tables2: 2.7.0 -> 2.7.1
...
https://github.com/jieter/django-tables2/blob/v2.7.1/CHANGELOG.md
2024-12-23 01:42:27 +01:00
Martin Weinelt and GitHub
2dbd092acb
python312Packages.async-upnp-client: 0.41.0 -> 0.42.0 ( #367488 )
2024-12-23 01:27:40 +01:00
David McFarland and GitHub
18b2439284
dotnet/update.sh: fix error when output path contains spaces ( #367425 )
2024-12-22 20:15:07 -04:00
nixpkgs-merge-bot[bot] and GitHub
6f50feb417
rosa: 1.2.48 -> 1.2.49 ( #367338 )
2024-12-23 00:11:47 +00:00
Adam C. Stephens and GitHub
eaa55af0dc
lxc: 6.0.2 -> 6.0.3 ( #367431 )
2024-12-22 19:00:35 -05:00
Sandro and GitHub
9fe47b75ff
protoc-gen-go-grpc: adopt ( #365488 )
2024-12-23 00:56:26 +01:00
Sandro and GitHub
31413dbe10
nixos-containers: add networkNamespace option ( #359352 )
2024-12-23 00:56:13 +01:00
David McFarland
9ddace0b09
dotnet/update.sh: fix error when output path contains spaces
...
Fixes : #367413
2024-12-22 19:49:07 -04:00
Marcus Ramberg and GitHub
350c45d51a
k3s_1_31: 1.31.2+k3s1 -> 1.31.4+k3s1 ( #365873 )
2024-12-23 00:44:00 +01:00
Luke Granger-Brown and GitHub
6273950434
maintainers: Remove adisbladis as maintainer from some packages ( #367484 )
2024-12-22 23:37:09 +00:00
Martin Weinelt
7e9f8dc18e
python312Packages.async-upnp-client: 0.41.0 -> 0.42.0
...
https://github.com/StevenLooman/async_upnp_client/blob/0.42.0/CHANGES.rst
2024-12-23 00:28:00 +01:00
Sandro and GitHub
29d9fdec8f
gatekeeper: 3.18.0 -> 3.18.1 ( #367481 )
2024-12-23 00:26:03 +01:00
Jörg Thalheim and GitHub
e2680ee340
Unbreak tts ( #366756 )
2024-12-23 00:20:52 +01:00
Nico Felbinger
5e4c8f1007
nixosTests.containers-restart_networking: ensure eth1 has no ip addresses
2024-12-23 00:18:27 +01:00
Nico Felbinger
e65d6fba75
nixos-containers: add networkNamespace option
2024-12-23 00:18:02 +01:00
adisbladis
6f1318ca29
ibus-cangjie: remove adisbladis as maintainer
2024-12-23 12:04:02 +13:00
adisbladis
97258c2cc1
rkdeveloptool-pine64: remove adisbladis as maintainer
2024-12-23 12:04:02 +13:00
adisbladis
4a35f2b7eb
paperlike-go: remove adisbladis as maintainer
2024-12-23 11:55:04 +13:00
R. Ryantm
a3b99dc537
gatekeeper: 3.18.0 -> 3.18.1
2024-12-22 22:39:24 +00:00
Stefan Frijters and Austin Seipp
31942f20f4
nixos/ntpd: fix permissions error when creating drift file
...
This fixes "frequency file /var/lib/ntp/ntp.drift.TEMP: Permission denied".
Creating a directory via StateDirectory makes that directory /var/lib/ntp owned by root:root.
However, when running ntpd we change to user ntp (see ntpFlags), so the process cannot
actually use that directory.
Actually creating a home directory for the user at that location solves that problem.
2024-12-22 16:20:31 -06:00
Donovan Glover and GitHub
6055456974
anki-bin: add missing dependency on libxshmfence ( #367407 )
2024-12-22 22:12:18 +00:00
Sandro and GitHub
bc26911947
nixos/nginx-sso: allow using file-based secrets ( #325838 )
2024-12-22 22:50:05 +01:00
Martin Weinelt and GitHub
a3e92c3178
home-assistant-custom-components.daikin_onecta: init at 4.2.2 ( #367349 )
2024-12-22 22:41:18 +01:00
Sandro and GitHub
3871b19f2c
python312Packages.pytensor: 2.26.3 -> 2.26.4 ( #361595 )
2024-12-22 22:41:00 +01:00
Sandro and GitHub
cd9d1ea010
simple-live-app: init at 1.7.5 ( #360620 )
2024-12-22 22:40:36 +01:00
Donovan Glover and GitHub
484c483d61
pingvin-share: 1.6.1 -> 1.7.0 ( #366607 )
2024-12-22 21:40:18 +00:00
Sandro and GitHub
838a518546
gopeed: init at 1.6.4 ( #364367 )
2024-12-22 22:40:00 +01:00
Sandro and GitHub
1262ba2631
gomobile: 2022-05-18 -> 0-unstable-2024-12-13 ( #359914 )
2024-12-22 22:38:52 +01:00
Adam C. Stephens and GitHub
4a8cf2edac
vikunja: 0.24.5 -> 0.24.6 ( #367467 )
2024-12-22 16:38:33 -05:00
Donovan Glover and GitHub
7ff4b7cdbb
svelte-language-server: 0.17.7 -> 0.17.8 ( #366727 )
2024-12-22 21:34:12 +00:00
Donovan Glover and GitHub
584c9d5a44
quast: 5.0.2 -> 5.3.0 ( #367008 )
2024-12-22 21:33:07 +00:00
Donovan Glover and GitHub
465efc9e20
easytier: 2.0.3 -> 2.1.0 ( #367097 )
2024-12-22 21:31:27 +00:00
Donovan Glover and GitHub
23a016caf0
exegol: 4.3.8 -> 4.3.9 ( #367213 )
2024-12-22 21:29:51 +00:00
Sandro and GitHub
cfd789de5a
harmony-music: init at 1.10.31 ( #360298 )
2024-12-22 22:29:36 +01:00
Leona Maroni
4b6fc85c85
vikunja: 0.24.5 -> 0.24.6
...
https://vikunja.io/changelog/vikunja-v0.24.6-was-released
2024-12-22 22:28:05 +01:00
Arne Keller and GitHub
fb13bab718
nixos/test/fcitx5: add assertion message ( #351646 )
2024-12-22 22:17:17 +01:00
Sandro and GitHub
6ccb20a6a6
arpack: add ISO C binding and top arpack-mpi attribute ( #357259 )
2024-12-22 22:16:15 +01:00
Sandro and GitHub
6c96a50b60
libvlcpp: init 0.1.0-unstable-2024-02-04 ( #348562 )
2024-12-22 22:14:43 +01:00
Sefa Eyeoglu and GitHub
29b57eacc2
Update NixOS Module evremap ( #362661 )
2024-12-22 22:04:59 +01:00
Sefa Eyeoglu and GitHub
c620be1207
openboard: 1.7.1 -> 1.7.3 ( #366878 )
2024-12-22 22:03:09 +01:00