Rafael Ieda
38115fa2c5
stepmania: upgrade to gtk3
2025-10-27 20:57:17 -03:00
R. Ryantm
5aaf0c87f1
ni: 27.0.0 -> 27.0.1
2025-10-27 23:56:20 +00:00
Yohann Boniface and GitHub
7231e23e22
tellico: 4.1.3 -> 4.1.4 ( #456186 )
2025-10-27 23:49:52 +00:00
Yohann Boniface and GitHub
5672434000
python3Packages.llm-perplexity: 2025.6.0 -> 2025.10.0 ( #456238 )
2025-10-27 23:49:25 +00:00
Mauricio Collares and GitHub
5d6d0d5831
gap: 4.14.0 -> 4.15.1 ( #447048 )
2025-10-27 23:40:32 +00:00
R. Ryantm
cbb87e4f6e
alfis-nogui: 0.8.5 -> 0.8.7
2025-10-27 23:33:24 +00:00
Gaetan Lepage
31a5d5ccb9
python3Packages.keras: 3.11.3 -> 3.12.0
...
Diff: https://github.com/keras-team/keras/compare/v3.11.3...v3.12.0
Changelog: https://github.com/keras-team/keras/releases/tag/v3.12.0
2025-10-27 23:32:52 +00:00
Silvan Mosberger and GitHub
2c2e4bc6a7
lib.teams: Sync from GitHub (members/shortName/scope) ( #450864 )
2025-10-27 23:31:25 +00:00
R. Ryantm
60a4eeb5fd
cargo-outdated: 0.17.0 -> 0.18.0
2025-10-27 23:30:17 +00:00
Philip Taron and GitHub
d0b2c6c641
nixVersions.nix_2_32: 2.32.1 -> 2.32.2 ( #456306 )
...
I'm bypassing the rules due to a persistent GitHub diff-creation error.
2025-10-27 16:26:29 -07:00
Gaetan Lepage
273bfd7726
python3Packages.torch-bin: 2.8.0 -> 2.9.0
...
Diff: https://github.com/pytorch/pytorch/compare/v2.8.0...v2.9.0
Changelog: https://github.com/pytorch/pytorch/releases/tag/v2.9.0
2025-10-27 23:26:04 +00:00
R. Ryantm
736a28ea82
bngblaster: 0.9.25 -> 0.9.26
2025-10-27 23:23:49 +00:00
Thiago Kenji Okada and GitHub
16f4d2f480
nixos-rebuild-ng: do not set log level in services ( #456303 )
2025-10-27 23:17:40 +00:00
Yohann Boniface and GitHub
ee76447d3c
fix build with cmake 4 for rang and d-seams ( #454187 )
2025-10-27 23:17:35 +00:00
Yohann Boniface and GitHub
5dd39b5971
kcp: fix build with cmake4 ( #454250 )
2025-10-27 23:17:01 +00:00
Mauricio Collares
98ff369a99
sage: import GAP update patch
2025-10-27 20:16:04 -03:00
R. Ryantm
59e9fb0250
credhub-cli: 2.9.50 -> 2.9.51
2025-10-27 23:15:26 +00:00
Yohann Boniface and GitHub
45decf86b2
mirtk: fix build with cmake4 ( #455650 )
2025-10-27 23:12:38 +00:00
Yohann Boniface and GitHub
9096a6de66
python3Packages.pytapo: 3.3.49 -> 3.3.51 ( #455912 )
2025-10-27 23:12:25 +00:00
Silvan Mosberger
7636389851
lib.teams: Add githubId from associated github teams
...
This will allow the code for https://github.com/NixOS/nixpkgs/issues/447514
to make sure that the right team is requested for review,
even if it has been renamed in the meantime.
While the matching is currently based on the teams slug/name and not the
id, renames won't cause problems with `lib.teams`, because CI would
error if there's no match. Changing this can be future work.
2025-10-28 00:01:51 +01:00
R. Ryantm
e630c9e239
clever-tools: 4.2.0 -> 4.3.0
2025-10-27 23:01:11 +00:00
Thomas Tuegel and GitHub
7eef49b53a
emacs/wrapper.nix: link included executables by their resolved paths ( #395705 )
2025-10-27 17:54:34 -05:00
R. Ryantm
159e5acf07
slade-unstable: 3.2.8-unstable-2025-10-21 -> 3.2.8-unstable-2025-10-25
2025-10-27 22:52:22 +00:00
Nick Cao and GitHub
c4deabee76
slepc: use slepcPackages scope ( #455718 )
2025-10-27 22:48:37 +00:00
Thomas Tuegel and GitHub
8929c5ea8f
libsForQt5.kdiagram: fix build with cmake 4 ( #455240 )
2025-10-27 17:44:27 -05:00
Nick Cao
981c7d9cb0
nixos/strongswan-swanctl: update options for strongswan 6.0.3
2025-10-27 18:43:33 -04:00
Yueh-Shun Li
1ec0227cc0
fetchurl: don't treat empty-string name special
2025-10-28 06:43:13 +08:00
Yueh-Shun Li
f5b2fcd100
.git-blame-ignore-revs: ignore fetchurl, fetchzip, fetchgit extendMkDerivation reformatting
2025-10-28 06:43:11 +08:00
Yueh-Shun Li
aeddd850c6
fetchurl, fetchzip, fetchgit: format Nix expression after lib.extendMkDerivation
2025-10-28 06:41:42 +08:00
Yueh-Shun Li
ae5b3bdb05
fetchgit: restructure with lib.extendMkDerivation (not formatted)
2025-10-28 06:38:46 +08:00
Yueh-Shun Li
d4299caae9
fetchzip: restructure with lib.extendMkDerivation (not formatted)
2025-10-28 06:38:46 +08:00
Yueh-Shun Li
0a7fa9fe0a
fetchzip: move extraPostFetch warning down where it is referenced
2025-10-28 06:38:46 +08:00
Yueh-Shun Li
bf3e7097f3
fetchurl: restructure with lib.extendMkDerivation (not formatted)
2025-10-28 06:38:45 +08:00
Yueh-Shun Li
089fab12e3
fetchurl: move curlOpts warnings down to its value
2025-10-28 06:38:45 +08:00
Yohann Boniface and GitHub
70aec1670f
mpw: drop ( #456001 )
2025-10-27 22:38:37 +00:00
Yueh-Shun Li and GitHub
cf468dffe8
fetchFromGitHub: take passthru and avoid arbitrary arguments overwriting ( #456219 )
2025-10-27 22:25:26 +00:00
Gaétan Lepage and GitHub
c516055199
beammp-launcher: init at 2.7.0 ( #439559 )
2025-10-27 22:21:31 +00:00
Robert Schütz
6942d8e4ef
ntfy: 2.7.0 -> 2.7.1
...
Diff: https://github.com/dschep/ntfy/compare/v2.7.0...v2.7.1
Changelog: https://github.com/dschep/ntfy/releases/tag/v2.7.1
2025-10-27 15:20:56 -07:00
dish and GitHub
1f085c5f38
python3Packages.pyipv8: 3.0.2197-unstable-2025-07-29 -> 3.1; tribler: 8.2.3 -> 8.2.3-unstable-2025-10-14 ( #444792 )
2025-10-27 22:16:03 +00:00
Pol Dellaiera
44ce066213
eid-mw: replace src.rev with src.tag
2025-10-27 23:08:39 +01:00
Pol Dellaiera
863d537b04
eid-mw: remove meta with lib;
2025-10-27 23:08:39 +01:00
Pol Dellaiera
0adfb6bff3
eid-mw: use makeBinaryWrapper
2025-10-27 23:08:39 +01:00
Philip Taron
b85e840753
nixVersions.nix_2_32: 2.32.1 -> 2.32.2
...
Diff: https://github.com/NixOS/nix/compare/2.32.1...2.32.2
2025-10-27 15:04:38 -07:00
Thiago Kenji Okada
0ac2bccd70
nixos-rebuild-ng: fix linter errors
2025-10-27 21:51:08 +00:00
Nick Cao and GitHub
8865b77677
python3Packages.publicsuffixlist: 1.0.2.20251025 -> 1.0.2.20251027 ( #456084 )
2025-10-27 21:46:25 +00:00
Nick Cao and GitHub
0e0d9f021f
all-the-package-names: 2.0.2241 -> 2.0.2247 ( #456079 )
2025-10-27 21:46:02 +00:00
Thiago Kenji Okada
0cbfaa93ec
nixos-rebuild-ng: do not set log level in services
...
This is already set in __init__.py, so this was overwriting the log
level.
2025-10-27 21:45:46 +00:00
Nick Cao and GitHub
21e8942001
qtalarm: 3.0.0 -> 3.0.1 ( #456070 )
2025-10-27 21:45:44 +00:00
Nick Cao and GitHub
eafc53a839
fn-cli: 0.6.43 -> 0.6.44 ( #456158 )
2025-10-27 21:45:10 +00:00
Gaetan Lepage
5e6d48156f
hyperscan: fix build with withStatic enabled
2025-10-27 21:44:55 +00:00