 AleksanaandGitHub
|
a71e07fbfe
|
ollama: fix build on darwin (#467197)
|
2025-12-03 02:40:17 +00:00 |
|
 Mathew PolzinandGitHub
|
3b3b6e0680
|
lf: 38 -> 39 (#467265)
|
2025-12-03 02:40:16 +00:00 |
|
 AleksanaandGitHub
|
6d6dd37965
|
vlc: 3.0.21 -> 3.0.22 (#444671)
|
2025-12-03 02:38:11 +00:00 |
|
 AleksanaandGitHub
|
a087c2e9c9
|
rclone-ui: 2.2.0 -> 2.8.1 (#467089)
|
2025-12-03 02:26:26 +00:00 |
|
 AleksanaandGitHub
|
a14ab349af
|
mupdf: fix build of vendored freeglut with gcc15 (#467317)
|
2025-12-03 02:25:41 +00:00 |
|
 Mathew PolzinandGitHub
|
c95fcfc6e1
|
dtrx: add myself as maintainer (#467330)
|
2025-12-03 02:21:34 +00:00 |
|
 AleksanaandGitHub
|
7d60564f34
|
pyjwkest: remove 'future' dependency to fix build (#466877)
|
2025-12-03 02:20:24 +00:00 |
|
 AleksanaandGitHub
|
76d2689a81
|
stalwart-mail: remove upstream systemd service (#460177)
|
2025-12-03 02:20:02 +00:00 |
|
 Mathew PolzinandGitHub
|
e14dc15bb4
|
ksmbd-tools: 3.5.5 -> 3.5.6 (#467343)
|
2025-12-03 02:12:32 +00:00 |
|
 SandroandGitHub
|
346e3838b4
|
nixos/mediawiki: allow adding programs for extended functionality via… (#362643)
|
2025-12-03 01:51:23 +00:00 |
|
Sandro Jäckel
|
13ccca1c20
|
nixos/mediawiki: add renameUser script
|
2025-12-03 02:46:23 +01:00 |
|
Sandro Jäckel
|
39cad70cfd
|
nixos/mediawiki: allow adding programs for extended functionality via option
|
2025-12-03 02:46:23 +01:00 |
|
 SandroandGitHub
|
d814f89201
|
unixtools.more: fix accessing version on darwin (#461422)
|
2025-12-03 01:45:47 +00:00 |
|
R. Ryantm
|
cf1f642d99
|
ksmbd-tools: 3.5.5 -> 3.5.6
|
2025-12-03 01:28:25 +00:00 |
|
 SandroandGitHub
|
af6e115058
|
python313Packages.clarifai-protocol: fix eval for unsupported python versions on darwin (#466838)
|
2025-12-03 01:23:01 +00:00 |
|
 SandroandGitHub
|
38e0b302f7
|
nixos/mediawiki: Add phpPackage option (#331887)
|
2025-12-03 01:21:19 +00:00 |
|
 SandroandGitHub
|
3c38eca043
|
nixos/chrony: do not require CAP_SYS_TIME when not controlling system clock (#443011)
|
2025-12-03 01:09:08 +00:00 |
|
Colin
|
a232987cca
|
dtrx: add myself as maintainer
- i use the package daily, for the last 2 years or so
- i've contributed upstream
- see: <https://github.com/dtrx-py/dtrx/pull/62>
- i've reviewed & merged r-ryantm bumps to this package
- see: <https://github.com/NixOS/nixpkgs/pull/459951>
|
2025-12-03 00:36:28 +00:00 |
|
 Janet CobbandSandro Jäckel
|
4051d5da8e
|
nixos/mediawiki: Add phpPackage option
Allow customizing the PHP package that is used for MediaWiki.
|
2025-12-03 01:34:46 +01:00 |
|
 ColinandGitHub
|
9980b44a48
|
dtrx: 8.5.3 -> 8.7.0 (#459951)
|
2025-12-03 00:32:00 +00:00 |
|
 OTABI TomoyaandGitHub
|
951a3078a7
|
python3Packages.langchain-huggingface: 1.0.1 -> 1.1.0 (#467233)
|
2025-12-03 00:26:08 +00:00 |
|
 dotlambdaandGitHub
|
cea20c3348
|
python3Packages.py-dactyl: 2.0.5 -> 2.0.7 (#467262)
|
2025-12-03 00:20:38 +00:00 |
|
 SandroandGitHub
|
7b6c3a1b0e
|
nixos/zammad: remove openPorts option, add options to configure nginx, add zammad wrapper, fix filesystem storage (#451208)
|
2025-12-03 00:20:08 +00:00 |
|
 dotlambdaandGitHub
|
984988a95c
|
python3Packages.letpot: 0.6.3 -> 0.6.4 (#467275)
|
2025-12-03 00:20:02 +00:00 |
|
 Martin WeineltandGitHub
|
803772c0c4
|
lasuite-docs{-frontend,-collaboration-server}: 3.6.0 -> 4.0.0, lasuite-docs: 3.9.0 -> 4.0.0 (#467305)
|
2025-12-03 00:14:58 +00:00 |
|
ghpzin
|
d933df8d01
|
mupdf: fix build of vendored freeglut with gcc15
- add patch from `freeglut` upstream to vendored fork version:
https://www.github.com/freeglut/freeglut/pull/187
Fixes build failure with gcc15:
```
/build/source/src/x11/fg_init_x11.c:348:6: error: conflicting types for
'fgPlatformDestroyContext'; have 'void(SFG_PlatformDisplay, struct __GLXcontextRec *)'
{aka 'void(struct tagSFG_PlatformDisplay, struct __GLXcontextRec *)'}
348 | void fgPlatformDestroyContext ( SFG_PlatformDisplay pDisplay, SFG_WindowContextType MContext )
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /build/source/src/x11/fg_init_x11.c:34:
/build/source/src/egl/fg_init_egl.h:31:13: note: previous declaration of
'fgPlatformDestroyContext' with type 'void(void)'
31 | extern void fgPlatformDestroyContext();
| ^~~~~~~~~~~~~~~~~~~~~~~~
```
|
2025-12-03 02:52:14 +03:00 |
|
 SandroandGitHub
|
d2b635a26f
|
go_1_24: 1.24.10 -> 1.24.11 (#467287)
|
2025-12-02 23:39:53 +00:00 |
|
networkException
|
ca49d25259
|
lasuite-docs-collaboration-server: 3.6.0 -> 4.0.0
https://github.com/suitenumerique/docs/releases/tag/v3.7.0
https://github.com/suitenumerique/docs/releases/tag/v3.8.0
https://github.com/suitenumerique/docs/releases/tag/v3.8.1
https://github.com/suitenumerique/docs/releases/tag/v3.8.2
https://github.com/suitenumerique/docs/releases/tag/v3.9.0
https://github.com/suitenumerique/docs/releases/tag/v4.0.0
|
2025-12-03 00:30:42 +01:00 |
|
networkException
|
25351f0992
|
lasuite-docs-frontend: 3.6.0 -> 4.0.0
https://github.com/suitenumerique/docs/releases/tag/v3.7.0
https://github.com/suitenumerique/docs/releases/tag/v3.8.0
https://github.com/suitenumerique/docs/releases/tag/v3.8.1
https://github.com/suitenumerique/docs/releases/tag/v3.8.2
https://github.com/suitenumerique/docs/releases/tag/v3.9.0
https://github.com/suitenumerique/docs/releases/tag/v4.0.0
|
2025-12-03 00:30:33 +01:00 |
|
networkException
|
4312b992c3
|
lasuite-docs: 3.9.0 -> 4.0.0
https://github.com/suitenumerique/docs/releases/tag/v4.0.0
|
2025-12-03 00:30:07 +01:00 |
|
 Adam C. StephensandGitHub
|
a5005924af
|
asdf-vm: 0.15.0 -> 0.18.0 (#439567)
|
2025-12-02 23:24:02 +00:00 |
|
 Martin WeineltandGitHub
|
54f0fc143c
|
home-assistant-custom-component.epex_spot: 3.0.0 -> 4.0.0 (#467272)
|
2025-12-03 00:23:00 +01:00 |
|
 YtandGitHub
|
3437b51aec
|
python3Packages.weaviate-client: 4.18.1 -> 4.18.2 (#467230)
|
2025-12-02 22:54:40 +00:00 |
|
 EmilyandGitHub
|
22f34034d1
|
chromium,chromedriver: 142.0.7444.175 -> 143.0.7499.40 (#467236)
|
2025-12-02 22:52:54 +00:00 |
|
 Yohann BonifaceandGitHub
|
3c7db53ddd
|
shellhub-agent: 0.20.1 -> 0.21.0 (#467080)
|
2025-12-02 22:41:55 +00:00 |
|
 Yohann BonifaceandGitHub
|
4d13d92c3d
|
claude-code-acp: 0.10.8 -> 0.10.9 (#467165)
|
2025-12-02 22:41:37 +00:00 |
|
 Adam C. StephensandGitHub
|
aee85ce69c
|
grafanaPlugins.victoriametrics-metrics-datasource: 0.19.5 -> 0.19.7 (#460125)
|
2025-12-02 22:34:46 +00:00 |
|
 nixpkgs-ci[bot]andGitHub
|
50f8576d56
|
sdl_gamecontrollerdb: 0-unstable-2025-11-17 -> 0-unstable-2025-11-28 (#467079)
|
2025-12-02 22:28:08 +00:00 |
|
 SandroandGitHub
|
cbe73ab965
|
nixos/ifstate: fix initrd tests (#466240)
|
2025-12-02 22:25:41 +00:00 |
|
 zowoqandGitHub
|
7ef56ab3f0
|
bat: 0.26.0 → 0.26.1, add versionCheckHook (#467285)
|
2025-12-02 22:20:44 +00:00 |
|
 zowoqandGitHub
|
831e9da63b
|
terraform-providers.metio_migadu: 2025.11.20 -> 2025.11.27 (#467212)
|
2025-12-02 22:08:51 +00:00 |
|
 zowoqandGitHub
|
b274ec3506
|
terraform-providers.rootlyhq_rootly: 4.3.8 -> 4.3.9 (#467173)
|
2025-12-02 22:08:48 +00:00 |
|
zowoq
|
658b348ba2
|
go_1_24: 1.24.10 -> 1.24.11
Changelog: https://go.dev/doc/devel/release#go1.24
|
2025-12-03 08:01:36 +10:00 |
|
 Martin WeineltandGitHub
|
5f88abb8a6
|
buildHomeAssistantComponent: run manifestRequirementsCheckHook independently of checkPhase (#467204)
|
2025-12-02 21:54:57 +00:00 |
|
Jonathan Davies
|
fad5cb39b7
|
bat: Add versionCheckHook
|
2025-12-02 21:51:35 +00:00 |
|
Jonathan Davies
|
c44aeaaaed
|
bat: Use finalAttrs
|
2025-12-02 21:51:33 +00:00 |
|
Jonathan Davies
|
c36ed8fed8
|
bat: 0.26.0 → 0.26.1
|
2025-12-02 21:51:24 +00:00 |
|
 Gaétan LepageandGitHub
|
0d3f292f02
|
zotero: 2.0.27 -> 2.0.30 (#465218)
|
2025-12-02 21:49:19 +00:00 |
|
 Martin WeineltandGitHub
|
008187938b
|
python3Packages.django_5: 5.2.8 -> 5.2.9 (#467187)
|
2025-12-02 21:46:50 +00:00 |
|
 Philip TaronandGitHub
|
771e8f4fe9
|
pkgs/impure-overlays.nix: must always yield a list (#466860)
|
2025-12-02 21:44:07 +00:00 |
|