Antoine du Hamel
f76b1dc87a
rqbit: use nodejs_24
2026-01-16 00:04:54 +01:00
Fabian Affolter and GitHub
643609412f
python3Packages.tuya-device-sharing-sdk: 0.2.8 -> 0.2.9 ( #480451 )
2026-01-15 23:04:42 +00:00
Michael Daniels and GitHub
b8dfb35d87
python3Packages.langfuse: 3.11.0 -> 3.11.2; disable on python 3.14 ( #478238 )
2026-01-15 23:04:18 +00:00
Fabian Affolter and GitHub
63e5477e61
python313Packages.homematicip: migrate to finalAttrs
2026-01-16 00:03:51 +01:00
Gaetan Lepage
f4f95fbb0f
python3Packages.sigstore: 4.0.0 -> 4.1.0
...
Diff: https://github.com/sigstore/sigstore-python/compare/v4.0.0...v4.1.0
Changelog: https://github.com/sigstore/sigstore-python/blob/4.1.0/CHANGELOG.md
2026-01-15 23:03:11 +00:00
Sigmanificient
9da22d8884
logdy: use finalAttrs
2026-01-15 23:59:04 +01:00
Fabian Affolter
85ca14e72e
python313Packages.boto3-stubs: 1.42.28 -> 1.42.29
2026-01-15 23:57:33 +01:00
Fabian Affolter
85d38be48d
python313Packages.botocore-stubs: 1.42.28 -> 1.42.29
2026-01-15 23:57:28 +01:00
Fabian Affolter
057a77ab4b
python312Packages.mypy-boto3-opensearchserverless: 1.42.3 -> 1.42.29
2026-01-15 23:56:56 +01:00
Fabian Affolter
bbb82b9bf6
python312Packages.mypy-boto3-lakeformation: 1.42.3 -> 1.42.29
2026-01-15 23:56:43 +01:00
nixpkgs-ci[bot] and GitHub
bd0b8a4b19
lunar-client: 3.5.16 -> 3.5.17 ( #480351 )
2026-01-15 22:56:39 +00:00
Fabian Affolter
ad013aeafb
python312Packages.mypy-boto3-ecs: 1.42.13 -> 1.42.29
2026-01-15 23:56:24 +01:00
Fabian Affolter
98d9f53c56
python312Packages.mypy-boto3-ec2: 1.42.15 -> 1.42.29
2026-01-15 23:56:22 +01:00
Fabian Affolter
d03aba355e
python312Packages.mypy-boto3-cleanrooms: 1.42.20 -> 1.42.29
2026-01-15 23:56:06 +01:00
nixpkgs-ci[bot] and GitHub
549fa304c9
jazz2: 3.4.0 -> 3.5.0 ( #478294 )
2026-01-15 22:55:57 +00:00
R. Ryantm
01dfba1e3b
kompose: 1.37.0 -> 1.38.0
2026-01-15 22:53:07 +00:00
Aaron Andersen and GitHub
89ef5f63f9
kodiPackages.jellycon: 0.8.3 -> 0.9.1 ( #476472 )
2026-01-15 22:48:38 +00:00
R. Ryantm
2bb445fd57
wlc: 1.16.1 -> 1.17.1
2026-01-15 22:44:54 +00:00
Michael Daniels and GitHub
d65e4bf21d
pgformatter: 5.6 -> 5.9 ( #474167 )
2026-01-15 22:43:02 +00:00
Nick Cao and GitHub
c9548e9c59
pagmo2: modernize; drop use of gold ( #478360 )
2026-01-15 22:42:01 +00:00
Connor Baker
37f7291c1b
cudaPackages.cuda-samples: add libcudla when available to build cuDLA samples
...
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com >
2026-01-15 22:40:45 +00:00
R. Ryantm
3ddc79bb91
turtle: 0.13.3 -> 0.14
2026-01-15 22:40:05 +00:00
R. Ryantm
7eeeefa73d
mdbook-kroki-preprocessor: 0.2.1 -> 0.3.0
2026-01-15 22:38:16 +00:00
zowoq and GitHub
ae6fb7b27c
terraform-providers.ns1-terraform_ns1: 2.7.3 -> 2.8.0 ( #480496 )
2026-01-15 22:38:08 +00:00
4JX
33f04ffa84
ckb-next: Switch to Qt6
...
Move to by-name, and temporarily switch to pinning from a commit to solve the build issue.
2026-01-15 23:35:12 +01:00
kirillrdy and GitHub
1517637a03
python3Packages.nvdlfw-inspect: init at 0.2.2 ( #480368 )
2026-01-15 22:33:01 +00:00
Yt and GitHub
971f420be4
meilisearch: 1.32.1 -> 1.32.2 ( #480486 )
2026-01-15 22:32:31 +00:00
Adam C. Stephens and GitHub
9209a7ad90
forgejo: 13.0.4 -> 14.0.0 ( #480404 )
2026-01-15 22:32:09 +00:00
Marcin Serwin
5a345b66cc
maintainers: drop tbwanderer
...
Signed-off-by: Marcin Serwin <marcin@serwin.dev >
2026-01-15 23:31:43 +01:00
Marcin Serwin
927905c60a
cwe-client-cli: drop
...
The project has no clear licensing information.
Signed-off-by: Marcin Serwin <marcin@serwin.dev >
2026-01-15 23:31:43 +01:00
Sergei Trofimovich
792a60c3f1
stag: fix gcc-15 build (drom -Werror)
...
Without the change `stag` build fails on `master` as:
$ nix build --no-link -f. -L stag
stag> view.c:55:26: error: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (10 chars into 9 available) [-Werror=unterminated-string-initialization]
stag> 55 | char unitprefixes[9] = " KMGTPEZY";
stag> | ^~~~~~~~~~~
stag> cc1: all warnings being treated as errors
stag> make: *** [Makefile:12: stag] Error 1
Blanket `-Werror` is usually prone to failure on new
compiler versions. Let's drom `-Werror`.
2026-01-15 22:30:20 +00:00
zowoq
27938b8570
go_1_26: 1.26rc1 -> 1.26rc2
...
Changelog: https://go.dev/doc/devel/release#go1.26
2026-01-16 08:29:52 +10:00
Michael Daniels and GitHub
3245ab4b7e
python313Packages.pytest-postgresql: 6.0.0 -> 7.0.2 ( #464037 )
2026-01-15 22:29:34 +00:00
zowoq
f7bde566a2
go_1_24: 1.24.11 -> 1.24.12
...
Changelog: https://go.dev/doc/devel/release#go1.24
2026-01-16 08:29:01 +10:00
R. Ryantm
714e7697cb
clickhouse: 25.12.2.54-stable -> 25.12.3.21-stable
2026-01-15 22:25:31 +00:00
R. Ryantm
e287e6ff48
terraform-providers.ns1-terraform_ns1: 2.7.3 -> 2.8.0
2026-01-15 22:25:05 +00:00
Yohann Boniface and GitHub
5bb61e35c7
maintainers: drop coloquinte ( #478394 )
2026-01-15 22:23:56 +00:00
Jared Baur and GitHub
c08a956b02
OPTEE-OS improvements/updates ( #428461 )
2026-01-15 22:20:49 +00:00
nicknb
a16b54a4ca
ruff: 0.14.11 -> 0.14.13
2026-01-15 23:18:29 +01:00
Nick Cao and GitHub
2f746fd6c8
witr: 0.2.0 -> 0.2.4 ( #480082 )
2026-01-15 22:16:49 +00:00
Philip Taron
959699cac3
nixVersions.nix_2_33: init at 2.33.1
2026-01-15 14:15:57 -08:00
Jared Baur
efbf0650f6
optee-client: 4.6.0 -> 4.7.0
2026-01-15 14:15:27 -08:00
Jared Baur
3d55f1fc13
optee-os: 4.6.0 -> 4.7.0
2026-01-15 14:15:25 -08:00
Jared Baur
b3387422fe
optee-os: remove with statement in meta
2026-01-15 14:15:19 -08:00
Jared Baur
c9aed15eaa
optee-os: remove references to other nix outputs from optee binaries
...
These are standalone binaries that don't run on Linux, so any references
to other nix output paths are invalid and won't work, hence it is safe
to remove them.
2026-01-15 14:13:19 -08:00
Jared Baur
f4d29d01cd
optee-os: ensure multi-output setup hook does not misplace TA_DEV_KIT_DIR
2026-01-15 14:13:18 -08:00
Jared Baur
13d4da95b0
nixosTests.optee: switch to runTestOn
2026-01-15 14:13:16 -08:00
dish and GitHub
65c8b37687
caddyfile-language-server: init at 0.4.0 ( #480114 )
2026-01-15 22:09:43 +00:00
Michele Guerini Rocco and GitHub
3b68917c9f
nixos/network-interfaces: allow setting virtualOwner to null ( #479944 )
2026-01-15 22:07:44 +00:00
Anthony ROUSSEL
51dbb7b79a
markdownlint-cli2: add anthonyroussel to maintainers
2026-01-15 22:54:04 +01:00