Wolfgang Walther and GitHub
47db24fe2d
release.nix: don't use special treatment for more package sets ( #405039 )
2025-08-08 13:26:00 +00:00
Adam C. Stephens and GitHub
943334bf11
kanidm: use finalAttrs everywhere, nixos/tests/kanidm: restore eval when calling nixosTests.kanidm directly ( #431869 )
2025-08-08 09:24:51 -04:00
Gaétan Lepage and GitHub
a0832edc5d
vimPlugins.augment-vim: from 0.25.1 to 0.34.0 & change the followed branch from master to prerelease ( #432005 )
2025-08-08 15:18:38 +02:00
Austin Horstman and GitHub
6d84bc2401
waybar: 0.13.0 -> 0.14.0 ( #431950 )
2025-08-08 08:18:02 -05:00
"Étienne Lafarge" and Étienne Lafarge
f1da5ab5da
vimPlugins: update on 2025-08-08
2025-08-08 15:01:03 +02:00
Étienne Lafarge
c214b7fc2c
vimPlugins(augment.vim): change main branch to prerelease
...
The augment team has seemingly switched their development branch from
master to prerelease.
They haven't been merging anything on master and yet, they've been
releasing new tags from the prerelease branch on a regular basis.
This commit changes the tracked branch for this vim plugin from `master`
to `prerelease` so that we get all of Augment's recent good stuff :)
2025-08-08 15:01:03 +02:00
bf2c362f56
vault-bin: 1.20.0 -> 1.20.1 ( #431093 )
...
Co-authored-by: techknowlogick <hello@techknowlogick.com >
2025-08-08 12:56:39 +00:00
Pol Dellaiera and GitHub
25de98e56e
phpPackages.phan: 5.5.0 -> 5.5.1 ( #431992 )
2025-08-08 14:49:57 +02:00
emilylange
01c15b8752
nixos/tests/kanidm: restore eval when calling nixosTests.kanidm directly
...
instead of `kanidm.passthru.tests` by leveraging `runTest { }.extend`
and `_module.args.<name> = lib.mkDefault <thing>`.
2025-08-08 14:42:08 +02:00
emilylange
ce6168bd6d
kanidm: use finalAttrs everywhere
...
This makes the resulting derivation when using `overrideAttrs` more
accurate and also fixes a discrepancy in `kanidmWithSecretProvisioning`.
One would expect this change to be a no-op, but it isn't. Not because
there is some unwanted change, but rather because unlike
`kanidm_1_x.withSecretProvisioning`, `kanidmWithSecretProvisioning_1_x`
used `kanidm` as a basis when it should have used `kanidm_1_x`.
~~~
# before
nix-repl> kanidmWithSecretProvisioning_1_5.patches
[
./pkgs/by-name/ka/kanidm/provision-patches/1_6/oauth2-basic-secret-modify.patch
./pkgs/by-name/ka/kanidm/provision-patches/1_6/recover-account.patch
]
# after
nix-repl> kanidmWithSecretProvisioning_1_5.patches
[
./pkgs/by-name/ka/kanidm/provision-patches/1_5/oauth2-basic-secret-modify.patch
./pkgs/by-name/ka/kanidm/provision-patches/1_5/recover-account.patch
]
~~~
The change itself is written in a way that minimizes formatting changes
enforced by `nixfmt`. For example, it would have been nice to access
`finalAttrs.version` in `versionUnderscored` without having to make it a
function, but that would have required to move the `let in` into
`finalAttrs: {`, causing the entire attrset to reformat. Similarly,
offloading this into `passthru` would have caused other bits to reformat
because of the variable name length differences.
2025-08-08 14:42:07 +02:00
K900 and GitHub
8818a48eca
breakpad: 2023.06.01 -> 2024.02.16 ( #431947 )
2025-08-08 15:40:40 +03:00
K900 and GitHub
04d778ad66
linux-firmware: 20250708 -> 20250808 ( #431994 )
2025-08-08 15:40:20 +03:00
Matteo Pacini and GitHub
9c229ca56a
brave: 1.80.125 -> 1.81.131 ( #431618 )
2025-08-08 13:21:53 +01:00
Wolfgang Walther and GitHub
d103089eb1
postgresqlPackages.omnigres: 0-unstable-2025-07-17 -> 0-unstable-2025-08-06 ( #431827 )
2025-08-08 12:19:38 +00:00
K900
1273efa67f
linux-firmware: 20250708 -> 20250808
...
Diff: https://gitlab.com/kernel-firmware/linux-firmware/-/compare/20250708...20250808
2025-08-08 15:18:20 +03:00
Sewer56 and Masum Reza
c37168656b
vscode: add FHS dependencies for extensions with embedded headless browsers
...
Adds libraries needed for extensions that require running a standalone headless browser within vscode. For example, plugins that use the Puppeteer library for automation such as Roo Code.
Includes X11, graphics, and audio libraries required for headless browser functionality.
Minimal set of dependencies was determined via trial and error with `nix run github:nix-community/nix-index-database`
2025-08-08 17:43:18 +05:30
R. Ryantm
a459d6e261
phpPackages.phan: 5.5.0 -> 5.5.1
2025-08-08 11:45:37 +00:00
jopejoe1
a282257e0a
release.nix: don't use special treatment for more package sets
2025-08-08 13:37:31 +02:00
taku0 and GitHub
250481b939
windsurf: 1.11.3 -> 1.11.5 ( #431863 )
2025-08-08 20:29:24 +09:00
Markus Kowalewski and GitHub
ac2153e11e
ucc: 1.4.4 -> 1.5.0 ( #431866 )
2025-08-08 13:24:47 +02:00
Vladimír Čunát
b069b7c1e2
poppler: 25.05.0 -> 25.07.0 ( #424609 )
2025-08-08 13:17:04 +02:00
4235a5d07e
dunst: 1.12.2 -> 1.13.0 ( #431965 )
...
Co-authored-by: gepbird <gutyina.gergo.2@gmail.com >
2025-08-08 11:09:21 +00:00
bb0b7d4e00
openlist: 4.0.9 -> 4.1.0 ( #431730 )
...
Co-authored-by: Moraxyc <Moraxyc@users.noreply.github.com >
2025-08-08 11:00:17 +00:00
4fb2cc76b6
matrix-tuwunel: 1.2.0 -> 1.3.0 ( #431889 )
...
Co-authored-by: scvalex <github@abstractbinary.org >
2025-08-08 10:36:45 +00:00
Cosima Neidahl and GitHub
d593b747cd
nixos/lomiri: Replace NIX_GSETTINGS_OVERRIDES_DIR with Dconf database ( #430212 )
2025-08-08 12:25:03 +02:00
Wolfgang Walther and GitHub
253c2c145e
postgresqlPackages: fix update scripts with PG versioning scheme ( #422133 )
2025-08-08 10:19:36 +00:00
Vladimír Čunát
93c67e406c
mysql80: 8.0.42 -> 8.0.43, mysql84: 8.4.5 -> 8.4.6 ( #428270 )
2025-08-08 12:18:30 +02:00
Gaétan Lepage and GitHub
bc1043071f
vimPlugins.nvim-unception: fix on darwin ( #431568 )
2025-08-08 11:59:47 +02:00
58f6a2cd88
djview: 4.12 -> 4.12.3 ( #431309 )
...
Co-authored-by: bryango <bryango@users.noreply.github.com >
2025-08-08 09:57:03 +00:00
2a373b35bf
scala-cli: 1.8.4 -> 1.8.5 ( #431920 )
...
Co-authored-by: agilesteel <agilesteel@gmail.com >
2025-08-08 09:46:14 +00:00
Gaétan Lepage and GitHub
75fd172892
python3Packages.nvidia-ml-py: 12.575.51 -> 13.580.65 ( #431894 )
2025-08-08 11:43:17 +02:00
Pol Dellaiera and GitHub
3bba8dc474
nixos/netbird: fix routing feature names + brand adjustment ( #431960 )
2025-08-08 11:31:31 +02:00
Gaétan Lepage and GitHub
b21b0edb4a
python3Packages.treescope: 0.1.9 -> 0.1.10 ( #431952 )
2025-08-08 11:30:20 +02:00
324c207d38
pulsar: 1.128.0 -> 1.129.0 ( #431759 )
...
Co-authored-by: bryango <bryango@users.noreply.github.com >
2025-08-08 09:24:42 +00:00
a2c7e703d6
gauge-unwrapped: 1.6.19 -> 1.6.20 ( #431763 )
...
Co-authored-by: NyCodeGHG <me@nycode.dev >
2025-08-08 09:23:18 +00:00
R. Ryantm
2304954b8c
dunst: 1.12.2 -> 1.13.0
2025-08-08 09:14:25 +00:00
Krzysztof Nazarewski (kdn) and GitHub
c55a801cfe
nixos/netbird: clarify routing features & brand adjustments
2025-08-08 11:13:41 +02:00
isabel and GitHub
024c9aa846
biome: 2.1.3 -> 2.1.4 ( #431922 )
2025-08-08 09:47:35 +01:00
Gaetan Lepage
d20b9913fc
python3Packages.pynvml: relax nvidia-ml-py dependency
2025-08-08 10:43:51 +02:00
Paul Meyer and GitHub
573e402f33
github-release: 0.10.1-unstable-2024-06-25 -> 0.11.0 ( #427519 )
2025-08-08 10:32:05 +02:00
Paul Meyer and GitHub
dbd2ed78f2
azure-cli-extensions: update docs on adding extension ( #427654 )
2025-08-08 10:31:10 +02:00
Paul Meyer and GitHub
c76d8a11ec
dnf5: 5.2.15.0 -> 5.2.16.0 ( #431936 )
2025-08-08 10:30:34 +02:00
Seth Flynn and GitHub
0c6e77208a
recordbox: 0.9.3 -> 0.10.3 ( #425279 )
2025-08-08 04:28:15 -04:00
Pol Dellaiera and GitHub
7587a3c7a1
nixos/netbird: add useRoutingFeatures option ( #431681 )
2025-08-08 10:21:45 +02:00
Gaetan Lepage
cc76d175ad
waybar: 0.13.0 -> 0.14.0
...
Diff: https://github.com/Alexays/Waybar/compare/0.13.0...0.14.0
Changelog: https://github.com/alexays/waybar/releases/tag/0.14.0
2025-08-08 10:21:04 +02:00
Gaetan Lepage
662c3de678
python3Packages.treescope: 0.1.9 -> 0.1.10
...
Diff: https://github.com/google-deepmind/treescope/compare/v0.1.9...v0.1.10
Changelog: https://github.com/google-deepmind/treescope/releases/tag/v0.1.10
2025-08-08 10:06:49 +02:00
K900 and GitHub
a3f3e3f2c9
opencloud: 3.2.0 -> 3.2.1 ( #431828 )
2025-08-08 11:05:48 +03:00
Gaétan Lepage and GitHub
faf3a97922
zed-editor: 0.198.2 -> 0.198.3 ( #431905 )
2025-08-08 10:03:42 +02:00
Pol Dellaiera and GitHub
ce0a8cb7b9
models-dev: 0-unstable-2025-08-01 -> 0-unstable-2025-08-07 ( #431939 )
2025-08-08 10:02:13 +02:00
Wolfgang Walther
adaab0a3f9
postgresqlPackages.plr: 8.4.7 -> 8.4.8
...
Changelog:
https://github.com/postgres-plr/plr/blob/master/changelog.md#848---2025-05-17
2025-08-08 09:52:27 +02:00