Philip Taron and GitHub
c506fe3331
applyPatches: to extendMkDerivation, fix meta.position [v2] ( #489874 )
2026-02-16 15:22:58 +00:00
Samuel Varga
9b25b940cb
vimPlugins.nvim-next: init at 0-unstable-2024-10-09
...
https://github.com/ghostbuster91/nvim-next
2026-02-16 10:18:07 -05:00
vdemeester and teutat3s
9c4e44673e
docker: add update script
...
Co-authored-by: teutat3s <10206665+teutat3s@users.noreply.github.com >
2026-02-16 12:09:17 -03:00
Sandro and GitHub
5ed22f27ad
gitlab-art: init at 0.5.0 ( #488441 )
2026-02-16 15:09:00 +00:00
Sandro and GitHub
6296defece
dbmail: init at 3.5.5 ( #489477 )
2026-02-16 15:08:23 +00:00
Sandro and GitHub
808db6f739
Unset meta.platforms ( #485945 )
2026-02-16 15:07:19 +00:00
Ryan Hendrickson and GitHub
64dd504e49
wavelib: init at 0-unstable-2025-12-12 ( #444811 )
2026-02-16 15:06:49 +00:00
Philip Taron
d845e9274c
applyPatches: fix meta parenthesization and preserve name semantics
...
Fix misparenthesized `meta` line that would crash when `src` has no
`meta` attribute (e.g. when `src` is a plain path): `{} [ "position" ]`
attempts to call an attrset as a function.
Restore the original `src.name + "-patched"` naming to avoid a semantic
change where `parseDrvName` would reorder the version suffix.
Co-authored-by: Philip Taron <philip.taron@gmail.com >
2026-02-16 07:00:48 -08:00
Hadi Chokr and Jo
0b8ac84783
myman: init at 0.7.0
...
Signed-off-by: Hadi Chokr <hadichokr@icloud.com >
Co-authored-by: Jo <jopejoe1@missing.ninja >
2026-02-16 15:59:51 +01:00
Hadi Chokr
d257e2f796
maintainers: add silverhadch
...
Signed-off-by: Hadi Chokr <hadichokr@icloud.com >
2026-02-16 15:59:50 +01:00
R. Ryantm
ed210f64b8
velocity: 3.5.0-unstable-2026-01-31 -> 3.5.0-unstable-2026-02-11
2026-02-16 14:57:32 +00:00
nixpkgs-ci[bot] and GitHub
571eec8d35
vulkan-cts: 1.4.5.0 -> 1.4.5.1 ( #488858 )
2026-02-16 14:56:59 +00:00
Jo and GitHub
ddba1f18ad
discord: quote client mods on darwin ( #487505 )
2026-02-16 14:56:58 +00:00
Matthias Beyer
61c41db96e
llmfit: init at 0.1.9
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de >
2026-02-16 15:54:02 +01:00
Philip Taron
bdd4fb5000
sbclPackages.cl-ana: fix type error in fixed-mem-cache for SBCL 2.6.0
...
In cl-ana.makeres, the fixed-mem-cache function uses
(setf (cdr (last cache)) (list id)) where cache can be nil (initial
state or after popping all elements). (last nil) returns nil, making
(setf (cdr nil) ...) undefined. SBCL 2.6.0's stricter type inference
catches this as a type conflict, causing COMPILE-FILE-ERROR.
Replace with nconc which handles the nil case correctly.
2026-02-16 06:51:22 -08:00
Sandro and GitHub
64eab581dd
python313Packages.libusb-package: add platform darwin ( #483361 )
2026-02-16 14:46:19 +00:00
Yureka and GitHub
093f7189fa
youtrack: 2025.1.86199 -> 2025.3.116116 ( #480506 )
2026-02-16 14:41:02 +00:00
R. Ryantm
280357551b
open-webui: 0.8.1 -> 0.8.2
2026-02-16 14:37:14 +00:00
R. Ryantm
ca1b6e9679
docfd: 12.2.0 -> 12.3.0
2026-02-16 14:36:23 +00:00
Darren Rambaud
88f74d2349
llama-cpp: 8054 -> 8069
...
* diff: https://github.com/ggml-org/llama.cpp/compare/b8054...b8069
* changelog: https://github.com/ggml-org/llama.cpp/releases/tag/b8069
Resolves : NixOS/nixpkgs#491058
2026-02-16 08:35:42 -06:00
Leona Maroni and GitHub
f59140cb02
cinny-unwrapped: 4.10.2 -> 4.10.3 ( #491027 )
2026-02-16 14:34:42 +00:00
Philip Taron
ddcc48c352
sbclPackages.antik-base, etc: remove broken documentation.pdf symlink
...
The antik source archive contains a documentation.pdf symlink pointing
to documentation/build/latex/Antik.pdf which doesn't exist, causing
the noBrokenSymlinks check to fail. Remove it in all five packages
built from this archive: antik, antik-base, foreign-array,
physical-dimension, and science-data.
2026-02-16 06:32:02 -08:00
Philip Taron
76d77908d6
sbclPackages.named-readtables: fix build with SBCL 2.6.0
...
SBCL commit 00eabf5 changed the readtable's base-char-macro-array to
store 0 instead of NIL for non-macro characters. Since (if 0 ...) is
truthy in Common Lisp, the named-readtables readtable iterator
incorrectly yields all characters, causing assertion failures in
check-reader-macro-conflict when packages like cl-interpol,
pythonic-string-reader, and antik-base merge readtables.
Apply upstream fix from melisgl/named-readtables@6eea566 .
2026-02-16 06:31:29 -08:00
Sandro Jäckel
342e1fcd61
searxng: 0-unstable-2026-02-06 -> 0-unstable-2026-02-16
2026-02-16 15:26:05 +01:00
Thiago Kenji Okada and GitHub
2be2a3734b
nixos-rebuild-ng: add missing FLAKE_FLAGS in nix eval calls ( #489864 )
2026-02-16 14:21:54 +00:00
Nikolay Korotkiy and GitHub
b3a755582a
qmapshack: 1.19.0 -> 1.20.0 ( #491034 )
2026-02-16 14:20:39 +00:00
Silvan Mosberger
35b5ba5570
maintainers: Fix duplicate values
...
@patricksjackson -> @arcuru was done in
https://github.com/NixOS/nixpkgs/pull/263460 , but
https://github.com/NixOS/nixpkgs/pull/240329 accidentally undid it
@DomesticMoth -> @asciimoth was done in
https://github.com/NixOS/nixpkgs/pull/203290 , but the old entry wasn't
dropped
The nix@pdtpartners.com email is used by three users. According to
@mupdt, `nix+<github hadle>@pdtpartners.com` should work instead: https://github.com/NixOS/nixpkgs/pull/488851#issuecomment-3884975021
2026-02-16 15:14:35 +01:00
Philip Taron and GitHub
d250dab75f
build(deps): bump korthout/backport-action from 4.0.1 to 4.1.0 ( #491018 )
2026-02-16 14:13:18 +00:00
nixpkgs-ci[bot] and GitHub
f511b1eb7d
krep: 1.5.0 -> 2.0.0 ( #490561 )
2026-02-16 14:09:58 +00:00
David McFarland and GitHub
75b4ecee86
knossosnet: fix intermittent build failure ( #491045 )
2026-02-16 14:09:16 +00:00
David McFarland and GitHub
3a6c712957
discordchatexporter-cli: fix build on aarch64-darwin ( #491044 )
2026-02-16 14:08:10 +00:00
R. Ryantm
ebe381ea57
geteduroam: 0.13 -> 0.14
2026-02-16 14:07:53 +00:00
David McFarland
a420d399e5
sbom-tool: fix build on x86_64-darwin
2026-02-16 10:03:17 -04:00
David McFarland
39aafcb22f
msbuild-structured-log-viewer: fix darwin build
2026-02-16 10:01:27 -04:00
nikstur and GitHub
6716ba07bd
cyclonedx-cli: 0.27.2 -> 0.30.0 ( #491040 )
2026-02-16 14:00:06 +00:00
R. Ryantm
c79be56e30
python3Packages.asdf-astropy: 0.9.0 -> 0.10.0
2026-02-16 14:00:03 +00:00
nikstur and GitHub
d8ba96cdd8
rshim-user-space: 2.5.7 -> 2.6.6 ( #491030 )
2026-02-16 13:59:17 +00:00
R. Ryantm
e3008c6d18
albert: 34.0.5 -> 34.0.10
2026-02-16 13:58:47 +00:00
David McFarland
709dff16c9
libation: fix darwin build
2026-02-16 09:58:05 -04:00
David McFarland
a1ea8ad5e4
knossosnet: fix intermittent build failure
2026-02-16 09:56:56 -04:00
David McFarland
63ea1c68f3
discordchatexporter-cli: fix build on aarch64-darwin
2026-02-16 09:55:18 -04:00
Markus Theil
62cb7c977e
cyclonedx-cli: 0.27.2 -> 0.30.0
...
Signed-off-by: Markus Theil <theil.markus@gmail.com >
2026-02-16 14:48:07 +01:00
R. Ryantm
7556b05a37
mongodb-ce: 8.2.3 -> 8.2.5
2026-02-16 13:41:21 +00:00
nixpkgs-ci[bot] and GitHub
fe8c935d2f
codeberg-cli: 0.5.4 -> 0.5.5 ( #490893 )
2026-02-16 13:37:53 +00:00
nixpkgs-ci[bot] and GitHub
cf6536bcad
asmjit: 0-unstable-2026-01-03 -> 0-unstable-2026-02-10 ( #490245 )
2026-02-16 13:37:51 +00:00
Sandro Jäckel
31b8e44966
python313Packages.osc-lib: convert hack to patch
2026-02-16 14:37:44 +01:00
R. Ryantm
2d6853567c
inori: 0.2.5 -> 0.2.6
2026-02-16 13:36:27 +00:00
R. Ryantm
c5f4bda192
nuclei-templates: 10.3.8 -> 10.3.9
2026-02-16 13:30:42 +00:00
Luke Granger-Brown and GitHub
8b598154e5
envoy: fix deps fetch by disabling bzlmod in empty-workspace sync ( #490539 )
2026-02-16 13:30:23 +00:00
R. Ryantm
c67f1524ef
qmapshack: 1.19.0 -> 1.20.0
2026-02-16 13:23:09 +00:00