Anthony and GitHub
80a18658b8
proton-vpn-cli: 0.1.4 -> 0.1.5 ( #485085 )
2026-01-29 20:13:24 +00:00
Pol Dellaiera and GitHub
cd998b255d
magic-vlsi: Fix hash ( #485008 )
2026-01-29 20:12:20 +00:00
Thiago Kenji Okada and GitHub
5be56669f3
libretro.opera: 0-unstable-2025-12-26 -> 0-unstable-2026-01-27 ( #485028 )
2026-01-29 19:58:51 +00:00
Anders Kaseorg
ab95d7204d
or-tools: 9.14 → 9.15
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu >
2026-01-29 11:54:21 -08:00
Fabian Affolter
8acfa0cc23
rdpgw: init at 2.2.0
...
Remote Desktop Gateway
https://github.com/bolkedebruin/rdpgw
2026-01-29 20:52:35 +01:00
Marcin Serwin
d6678d806e
ci: pin @actions/artifact to 5.0.3
...
Signed-off-by: Marcin Serwin <marcin@serwin.dev >
2026-01-29 20:25:06 +01:00
Anders Kaseorg
30f287c28a
protobuf-matchers: init at 0.1.1
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu >
2026-01-29 11:22:45 -08:00
qzylinra and GitHub
9dcd0b21b8
flutter338: 3.38.8 -> 3.38.9
2026-01-30 03:20:15 +08:00
qzylinra and GitHub
e5d349cfd3
flutter341: 3.41.0-0.1.pre -> 3.41.0-0.2.pre
2026-01-30 03:14:00 +08:00
Weijia Wang and GitHub
ec80ea750a
wechat: 4.1.7.30-34346 -> 4.1.7.31-34366 for darwin ( #485048 )
2026-01-29 19:01:27 +00:00
Weijia Wang and GitHub
61c6a27f37
fcast-client: enable Darwin platform ( #474186 )
2026-01-29 18:58:02 +00:00
Adam C. Stephens and GitHub
c942ad0dd2
kanidm: remove unversioned alias and old versions ( #485066 )
2026-01-29 18:52:58 +00:00
Sandro and GitHub
a7b1f1349a
pythonPackages.camelot: fix missing ghostscript library; 0.11.0 -> 1.0.0 ( #391671 )
2026-01-29 18:49:37 +00:00
R. Ryantm
0bb8ca9af3
azurehound: 2.8.3 -> 2.9.0
2026-01-29 18:48:00 +00:00
R. Ryantm
3fca497f3c
astartectl: 24.5.2 -> 24.5.3
2026-01-29 18:43:23 +00:00
Sandro and GitHub
1ae5f319f6
nextcloud32Packages.apps.memories: 7.8.1 -> 7.8.2 ( #484651 )
2026-01-29 18:36:44 +00:00
R. Ryantm
c71bd10163
bearer: 1.51.1 -> 2.0.0
2026-01-29 18:17:05 +00:00
R. Ryantm
380ecbb318
buildkit: 0.27.0 -> 0.27.1
2026-01-29 18:15:38 +00:00
LIN, Jian and GitHub
36c406bd1b
aliyunpan: init at 0.3.7 ( #483949 )
2026-01-29 18:14:42 +00:00
nixpkgs-ci[bot] and GitHub
6eaca03e79
Merge master into staging-nixos
2026-01-29 18:14:06 +00:00
R. Ryantm
f82b0f960d
tombi: 0.7.12 -> 0.7.25
2026-01-29 18:12:54 +00:00
Nikolay Korotkiy and GitHub
6887ee29da
gpxsee: 15.8 -> 15.10 ( #484910 )
2026-01-29 18:11:17 +00:00
Jo and GitHub
db7998a54d
certbot-full: set pname and version ( #483925 )
2026-01-29 18:02:45 +00:00
74cc2f9669
aliyunpan: init at 0.3.7
...
Co-authored-by: LIN, Jian <me@linj.tech >
2026-01-30 02:01:48 +08:00
Bjørn Forsman
dfd0be8cd2
buildFHSEnv: don't overwrite env vars to /usr prefix
...
Overwriting needlessly breaks using buildFHSEnv programs inside other
derivations / build envs. Fix it by prepending the FHS paths instead.
(I think the FHS paths should have the lowest priority, by suffixing
them, but prefixing is a less disruptive change, so do that for now.)
Test setup:
$ NIXPKGS_ALLOW_UNFREE=1 nix-build -A quartus-prime-lite
Before:
$ NIX_CFLAGS_COMPILE="-I /path" NIX_CFLAGS_LINK="-L /path" NIX_LDFLAGS="-L /path" PKG_CONFIG_PATH=/path ACLOCAL_PATH=/path ./result/bin/quartus-prime-lite bash -c 'printf "NIX_CFLAGS_COMPILE=$NIX_CFLAGS_COMPILE\nNIX_CFLAGS_LINK=$NIX_CFLAGS_LINK\nNIX_LDFLAGS=$NIX_LDFLAGS\nPKG_CONFIG_PATH=$PKG_CONFIG_PATH\nACLOCAL_PATH=$ACLOCAL_PATH\n"'
NIX_CFLAGS_COMPILE=-idirafter /usr/include
NIX_CFLAGS_LINK=-L/usr/lib -L/usr/lib32
NIX_LDFLAGS=-L/usr/lib -L/usr/lib32
PKG_CONFIG_PATH=/usr/lib/pkgconfig
ACLOCAL_PATH=/usr/share/aclocal
After:
$ NIX_CFLAGS_COMPILE="-I /path" NIX_CFLAGS_LINK="-L /path" NIX_LDFLAGS="-L /path" PKG_CONFIG_PATH=/path ACLOCAL_PATH=/path ./result/bin/quartus-prime-lite bash -c 'printf "NIX_CFLAGS_COMPILE=$NIX_CFLAGS_COMPILE\nNIX_CFLAGS_LINK=$NIX_CFLAGS_LINK\nNIX_LDFLAGS=$NIX_LDFLAGS\nPKG_CONFIG_PATH=$PKG_CONFIG_PATH\nACLOCAL_PATH=$ACLOCAL_PATH\n"'
NIX_CFLAGS_COMPILE=-idirafter /usr/include -I /path
NIX_CFLAGS_LINK=-L/usr/lib -L/usr/lib32 -L /path
NIX_LDFLAGS=-L/usr/lib -L/usr/lib32 -L /path
PKG_CONFIG_PATH=/usr/lib/pkgconfig:/path
ACLOCAL_PATH=/usr/share/aclocal:/path
(I also included GST_PLUGIN_SYSTEM_PATH_1_0, although it's not a "build"
oriented variable.)
2026-01-29 18:55:01 +01:00
Sandro and GitHub
29d6c423c5
pypy3Packages.matplotlib: fix failing dependencies ( #481375 )
2026-01-29 17:53:23 +00:00
Sandro and GitHub
70cd18d925
wezterm: 0-unstable-2026-01-09 -> 0-unstable-2026-01-17 ( #483718 )
2026-01-29 17:31:16 +00:00
R. Ryantm
e72bce99bf
fly: 8.0.0 -> 8.0.1
2026-01-29 17:30:23 +00:00
Thomas Gerbet and GitHub
b0ec9c5eb6
gitsign: 0.13.0 -> 0.14.0 ( #484869 )
2026-01-29 17:29:09 +00:00
Redhawk18 and Sandro Jäckel
fecb61db25
opencolorio: disable ffp-contract due to failing tests on march builds
2026-01-29 18:27:11 +01:00
R. Ryantm and Sandro Jäckel
6dae489d08
wezterm: 0-unstable-2026-01-09 -> 0-nstable-2026-01-17
2026-01-29 18:25:52 +01:00
R. Ryantm
84b2a99681
qgis-ltr: 3.40.14 -> 3.40.15
2026-01-29 17:22:24 +00:00
Jo and GitHub
ebbb2660d8
xf86-video-amdgpu: fix 'undefined symbol: glamor_egl_init_textured_pixmap' ( #484928 )
2026-01-29 16:56:26 +00:00
Martin Weinelt and GitHub
2de14c3f91
home-assistant-custom-components.moonraker: 1.13.0 -> 1.13.1 ( #485039 )
2026-01-29 16:32:27 +00:00
R. Ryantm
c823d5eeda
prmers: 4.15.77-alpha -> 4.15.78-alpha
2026-01-29 16:24:08 +00:00
Yohann Boniface and GitHub
ea15176b32
bolt-launcher: fix meta.mainProgram ( #484235 )
2026-01-29 16:21:41 +00:00
R. Ryantm
973da32f44
proton-vpn-cli: 0.1.4 -> 0.1.5
2026-01-29 16:19:49 +00:00
Andrew Marshall
a172634651
stable-diffusion-cpp: Split outputs
...
Avoids conflict in output files with stable-diffusion-cpp. Ideally they
would probably both consume ggml instead of vendoring.
2026-01-29 11:08:41 -05:00
Andrew Marshall
2e3a1cb6b0
llama-cpp: Split outputs
...
Avoids conflict in output files with stable-diffusion-cpp. Ideally they
would probably both consume ggml instead of vendoring.
2026-01-29 11:08:40 -05:00
VuiMuich
2c0617ed82
nushell: move frome pkgs/shells/nushell to pkgs/by-name/nu/nushell
2026-01-29 17:06:43 +01:00
R. Ryantm
71b8356afa
python3Packages.mistralai: 1.10.1 -> 1.11.1
2026-01-29 16:04:12 +00:00
R. Ryantm
14b69af68a
ed-odyssey-materials-helper: 3.1.10 -> 3.1.12
2026-01-29 16:01:20 +00:00
R. Ryantm
5f1c71f85d
mirrord: 3.182.0 -> 3.184.0
2026-01-29 15:55:59 +00:00
quantenzitrone
8ea5a11d55
xf86-video-amdgpu: fix 'undefined symbol: glamor_egl_init_textured_pixmap' ( #483585 )
2026-01-29 16:54:50 +01:00
R. Ryantm
080a67411f
sdl_gamecontrollerdb: 0-unstable-2026-01-19 -> 0-unstable-2026-01-28
2026-01-29 15:31:03 +00:00
Samuel Ainsworth and GitHub
960c0cddaf
python3Packages.ariadne: 0.27.0 -> 0.27.1 ( #485026 )
2026-01-29 15:28:34 +00:00
R. Ryantm
0fac4e8c47
vscode-extensions.gitlab.gitlab-workflow: 6.64.1 -> 6.67.5
2026-01-29 15:22:37 +00:00
Adam C. Stephens and GitHub
3cea0043ff
forgejo: 14.0.1 -> 14.0.2 ( #485005 )
2026-01-29 15:22:15 +00:00
Bobby Rong and GitHub
0871709dcf
pantheon.elementary-settings-daemon: 8.4.0 -> 8.5.0 ( #484934 )
2026-01-29 15:20:21 +00:00
Bobby Rong and GitHub
ecc97890ec
pantheon-tweaks: 2.5.0 -> 2.5.1 ( #484936 )
2026-01-29 15:18:19 +00:00