dotlambda
0b59eab01f
python3Packages.buildPythonPackage: default to __structuredAttrs = true ( #543976 )
2026-08-18 12:24:00 -07:00
Robert Schütz
9d99444486
python3Packages.buildPythonPackage: default to __structuredAttrs = true
2026-08-18 12:06:07 -07:00
Michael Daniels
62cb024522
Merge branch 'staging-next' into staging
2026-08-17 17:15:08 -04:00
Fernando Rodrigues
ebd896ab95
xen: 4.20.4 -> 4.22.0 ( #471250 )
2026-08-17 12:45:31 +00:00
Doron Behar
30c43efc77
makeSetupHook: use explicit substitution and enable structuredAttrs ( #552708 )
2026-08-17 10:00:45 +00:00
Stefan Frijters
c82ff0ab02
makeSetupHook: use explicit substitution and enable structuredAttrs
2026-08-16 14:51:12 +02:00
Chris Moultrie
cdb300c9a3
nixos.homebox: handle new AUTH_API_KEY_PEPPER configuration
...
Assisted-By: GitHub Copilot:gpt-5.4
2026-08-11 10:18:27 -04:00
Chris Moultrie
9f6ba542ca
homebox: 0.25.0 -> 0.26.2
...
changelog: https://github.com/sysadminsmedia/homebox/releases/tag/v0.26.2
2026-08-11 10:17:55 -04:00
Martin Weinelt
20e5e91633
fwts: 25.09.00 -> 26.07.00, remove kernel module, remove pcre ( #505060 )
2026-08-09 14:46:06 +00:00
Peder Bergebakken Sundt
db9a2b086c
appimageTools: warn on deprecated type-specific aliases ( #546396 )
2026-08-08 21:18:59 +00:00
Marc Jakobi
e02ec40d90
luaPackages.lrexlib-pcre: drop ( #548558 )
2026-08-04 13:53:05 +00:00
git@71rd.net
4b1dc6b9ba
luaPackages.lrexlib-pcre: drop
...
Drop `luaPackages.lrexlib-pcre` as part of #356387 , removing use of
the end-of-life PCRE library
2026-08-04 13:22:42 +00:00
Fernando Rodrigues
dc0602827c
doc/release-notes: mention oxenstored split
...
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net >
2026-08-04 16:49:29 +10:00
Maximilian Bosch
55b531a2c4
tengine: drop ( #548850 )
2026-08-04 05:45:51 +00:00
Tom Herbers
238c598440
tengine: drop
...
Drop due to seriously delayed responses to security vulnerabilities.
2026-08-03 16:58:38 +02:00
Doron Behar
eb960bbb94
various: remove gtk2 support where it is off by default ( #544746 )
2026-08-03 07:37:14 +00:00
Martin Weinelt
8e0d206c8c
leafnode: drop ( #548068 )
2026-08-02 22:56:30 +00:00
Sizhe Zhao
5ebe7da9ff
doc/rl-2611: add sing-box naive outbound
2026-08-02 10:37:50 +08:00
git@71rd.net
7d75e7e596
leafnode: drop
...
Drop leafnode package as part of #356387,migrating from the end-of-life
PCRE to PCRE2.
`leafnode` uses an 2014 alpha version of leafnode 2, which does not appear
to have been developed further since then.
Leafnode 1 still receives updates and available through the `leafnode1`
package providing a possible alternative.
2026-08-01 12:00:38 +00:00
bitbloxhub
c831bab4ac
appimageTools: warn on deprecated type-specific aliases
...
Also migrates away from them with these commands, using ast-grep 0.43.0
with these commands in bash (assisted by ChatGPT):
```bash
for old in extractType1 extractType2; do
ast-grep \
--lang nix \
--pattern "\$TOOLS.$old" \
--rewrite '$TOOLS.extract' \
--update-all \
pkgs
done
ast-grep \
--lang nix \
--pattern '$TOOLS.wrapType1' \
--rewrite '$TOOLS.wrapType2' \
--update-all \
pkgs
```
Assisted-by: GPT-5.6-Sol Medium via ChatGPT
2026-07-30 00:21:21 +00:00
Arne Keller
37ebe0bd84
moon: 2.3.2 -> 2.4.6 ( #512794 )
2026-07-29 17:32:50 +00:00
Luper Rouch
30ee585c02
moon: 2.3.2 -> 2.4.6
2026-07-29 19:25:21 +02:00
Peder Bergebakken Sundt
1ee84934a3
himalaya: 1.2.0 -> 2.0.0 ( #545940 )
2026-07-29 17:11:02 +00:00
Sam Pointon
282a7d66b6
doc: mention wasi -> wasip1 rename in release notes
2026-07-28 19:52:27 +01:00
Michael Daniels
96b936ff0c
bosun: drop ( #542416 )
2026-07-27 23:45:45 +00:00
Sigmanificient
d444c5f0df
bosun: drop
2026-07-27 02:21:40 +02:00
Anish Pallati
05b2a58d0e
keycloak.plugins.scim-keycloak-user-storage-spi: drop
...
Signed-off-by: Anish Pallati <i@anish.land >
2026-07-26 12:01:15 -04:00
Anish Pallati
060f9ad231
keycloak.plugins.scim-for-keycloak: drop
...
Signed-off-by: Anish Pallati <i@anish.land >
2026-07-26 12:01:15 -04:00
Clément DOUIN
8bf62cf4a7
himalaya: 1.2.0 -> 2.0.0
2026-07-26 14:43:44 +02:00
uku
2e8c34b71a
appimageTools: support finalAttrs
...
Replaces function invocation with lib.extendMkDerivation.
Warning: wrapAppImage now takes a `contents` argument instead of `src`,
to avoid shadowing the original AppImage file (eg. when using wrapType2)
The extracted archive can be accessed in derivations via `finalAttrs.contents`
2026-07-25 23:06:41 +02:00
Marc Bornand
fb93b8e495
fwts: remove efi_runtime module
...
See https://bugs.launchpad.net/fwts/+bug/2138473
2026-07-24 14:36:00 +02:00
whispers
930f6c5339
davmail: remove gtk 2 support
...
gtk 2 is unmaintained upstream and is being removed from Nixpkgs where
possible. gtk 3 is already the default, so there's little reason to keep
the support around.
2026-07-23 11:16:34 -04:00
nixpkgs-ci[bot]
6ceeb3d4ea
Merge master into staging-next
2026-07-19 00:32:07 +00:00
Masum Reza
fa271e35fc
remove jmtpfs: Not receiving upstream updates ( #526418 )
2026-07-18 23:25:06 +00:00
Michael Daniels
6004f6596a
Merge branch 'master' into staging-next
2026-07-17 22:18:32 -04:00
dotlambda
423e709b6f
fittrackee: 0.11.2 -> 1.3.3 ( #444673 )
2026-07-17 22:01:03 +00:00
Chris Moultrie
a16d05931d
fittrackee: 0.11.2 -> 1.3.3
2026-07-17 17:32:03 -04:00
nixpkgs-ci[bot]
f43268fdd6
Merge master into staging-next
2026-07-15 12:30:08 +00:00
ash
96e26140e6
fflogs: drop
2026-07-15 08:17:15 +01:00
nixpkgs-ci[bot]
eea0997336
Merge master into staging-next
2026-07-15 00:26:44 +00:00
Nick Cao
d79d516df8
keycloak.plugins.keycloak-metrics-spi: drop ( #541722 )
2026-07-14 19:24:24 +00:00
dotlambda
42ca1260bf
keycloak: 26.6.4 -> 26.7.0 ( #540099 )
2026-07-14 19:19:25 +00:00
Anish Pallati
edddd2ed02
keycloak.plugins.keycloak-metrics-spi: drop
...
Signed-off-by: Anish Pallati <i@anish.land >
2026-07-14 12:47:59 -04:00
nixpkgs-ci[bot]
0edbb73c37
Merge staging-next into staging
2026-07-14 00:29:43 +00:00
Peder Bergebakken Sundt
a78974e44f
domoticz: 2024.7 ->2026.2-unstable-2026-07-09 + add lenny as maintainer ( #539060 )
2026-07-13 23:55:58 +00:00
nixpkgs-ci[bot]
83a0bb7cea
Merge staging-next into staging
2026-07-13 18:16:40 +00:00
Peder Bergebakken Sundt
c837398238
mcphost: drop ( #539541 )
2026-07-13 16:20:40 +00:00
nixpkgs-ci[bot]
c45ba81144
Merge staging-next into staging
2026-07-13 12:50:29 +00:00
Andreas Rammhold
00ec5f0eaf
doc/release-notes: Add changelog entry for the now deprecated allowBrokenPredicate setting
...
Since 48422decc4 the old behaviour is
emitting a warning based on the latest supported release version. This
documents it.
2026-07-13 13:39:20 +02:00
lenny
46b1cdbb83
domoticz: Add release note about breaking changes since 2024.7
2026-07-11 19:00:00 +02:00