Fabian Affolter and GitHub
519848ae20
cnspec: 12.1.0 -> 12.2.1 ( #446094 )
2025-09-25 22:36:17 +00:00
Fabian Affolter and GitHub
645579aa4e
vuls: 0.34.0 -> 0.35.0 ( #446095 )
2025-09-25 22:36:11 +00:00
R. Ryantm
9424922921
python3Packages.psd-tools: 1.10.9 -> 1.10.12
2025-09-25 22:33:34 +00:00
R. Ryantm
61280906f3
libretro.flycast: 0-unstable-2025-09-12 -> 0-unstable-2025-09-19
2025-09-25 22:11:23 +00:00
Brian Lee
bc9f4ff73e
albyhub: 1.19.2 -> 1.20.0
2025-09-25 15:09:48 -07:00
Rishab Garg
5fc1c2265a
doomrunner: fix postInstall on darwin
2025-09-26 00:07:16 +02:00
R. Ryantm
b9cc362095
python3Packages.manifestoo: 1.0 -> 1.1
2025-09-25 21:49:18 +00:00
Leona Maroni
80b43ad878
gitlab: 18.4.0 -> 18.4.1
...
https://about.gitlab.com/releases/2025/09/25/patch-release-gitlab-18-4-1-released/
2025-09-25 23:43:10 +02:00
R. Ryantm
25ce54bba8
python3Packages.llm-gemini: 0.25 -> 0.26
2025-09-25 21:37:03 +00:00
Emily and GitHub
e8831cfd00
temurin-bin-25: init at 25.0.0 ( #443894 )
2025-09-25 21:35:59 +00:00
Martin Weinelt and GitHub
469e577d6c
espeak-ng: Fix cross-compiled issues ( #445958 )
2025-09-25 21:35:52 +00:00
Gaétan Lepage and GitHub
cc8bfd6512
maintainers: update HeitorAugustoLN ( #446162 )
2025-09-25 21:31:37 +00:00
Heitor Augusto and GitHub
c9991cad44
maintainers: update HeitorAugustoLN
2025-09-25 18:26:52 -03:00
Gaetan Lepage
6b7fa4accc
python3Packages.tree-sitter: 0.25.1 -> 0.25.2
...
Changelog: https://github.com/tree-sitter/py-tree-sitter/releases/tag/v0.25.2
2025-09-25 21:24:16 +00:00
Rafael Ieda
6c07eeefb0
microsoft-edge: 140.0.3485.81 -> 140.0.3485.94
2025-09-25 18:09:40 -03:00
R. Ryantm
f8022ce68e
cargo-pgrx: 0.16.0 -> 0.16.1
2025-09-25 20:46:03 +00:00
Heitor Augusto
ef354bbc2e
xdg-desktop-portal-cosmic: 1.0.0-beta.1 -> 1.0.0-beta.1.1
...
Diff: https://github.com/pop-os/xdg-desktop-portal-cosmic/compare/epoch-1.0.0-beta.1...epoch-1.0.0-beta.1.1
2025-09-25 17:44:11 -03:00
Wolfgang Walther and GitHub
60f7ec82cd
CONTRIBUTING: discourage style reviews not based on written rules ( #445898 )
2025-09-25 20:44:11 +00:00
Sean Gilligan
08459e12e0
temurin-bin-25: add '25' to feature_versions
2025-09-25 13:43:47 -07:00
ghpzin
a336da9b6c
libodfgen: fix build with gcc15
...
- add patch that adds `#include <cstdint>` to `OdfGenerator.cxx`,
based on upstream commit that is not included in tagged versions:
https://sourceforge.net/p/libwpd/libodfgen/ci/4da0b148def5b40ee60d4cd79762c0f158d64cc7/
Fixes build failure with gcc15:
```
OdfGenerator.cxx:53:9: error: 'uint8_t' was not declared in this scope
53 | uint8_t first;
| ^~~~~~~
OdfGenerator.cxx:45:1: note: 'uint8_t' is defined in header '<cstdint>';
this is probably fixable by adding '#include <cstdint>'
44 | #include "GraphicFunctions.hxx"
+++ |+#include <cstdint>
45 | #include "InternalHandler.hxx"
OdfGenerator.cxx:57:17: error: 'first' was not declared in this scope
57 | first = 0;
| ^~~~~
```
2025-09-25 23:41:19 +03:00
R. Ryantm
ade43af4fa
directx-headers: 1.616.0 -> 1.618.1
2025-09-25 20:36:43 +00:00
Martin Weinelt and GitHub
08daa34e95
nixos/wyoming/piper: remove piper package option ( #446149 )
2025-09-25 20:35:57 +00:00
André Silva and GitHub
5750212933
codex: 0.40.0 -> 0.41.0 ( #445889 )
2025-09-25 20:32:31 +00:00
Martin Weinelt
0b6585086d
nixos/wyoming/piper: remove piper package option
...
This is not customizable via the wyoming-piper cli anymore.
2025-09-25 22:26:06 +02:00
R. Ryantm
aab5000e7d
python3Packages.resend: 2.13.1 -> 2.14.0
2025-09-25 20:20:02 +00:00
Maximilian Bosch and GitHub
f90d1371e4
matrix-synapse: 1.138.0 -> 1.138.2 ( #445885 )
2025-09-25 20:18:35 +00:00
Maximilian Bosch and GitHub
a131970b81
meshcentral: 1.1.50 -> 1.1.51 ( #445896 )
2025-09-25 20:18:15 +00:00
Brian McGillion
5172231339
espeak-ng: fix cross compiling issue
...
Fixes : #445853
Fix the cross compilation issues that came from intonations being built
by the native version of espeak-ng
Signed-off-by: Brian McGillion <bmg.avoin@gmail.com >
2025-09-26 00:13:36 +04:00
Brian McGillion
b7c2758651
espeak-ng: 1.52.0 -> 1.52.0.1-unstable-2025-09-09
...
Update to the latest version, as it has the flags to guard and enable
cross-compiled versions of Intonations.
Signed-off-by: Brian McGillion <bmg.avoin@gmail.com >
2025-09-26 00:13:31 +04:00
Heitor Augusto
55040b6e71
pop-launcher: rev -> tag
2025-09-25 17:09:48 -03:00
Heitor Augusto
9f62aa538e
pop-launcher: migrate to finalAttrs
2025-09-25 17:09:19 -03:00
Heitor Augusto
351b95519b
pop-launcher: remove with lib from meta
2025-09-25 17:07:15 -03:00
Heitor Augusto
997975b237
pop-launcher: adopt by NixOS/cosmic
2025-09-25 17:05:56 -03:00
Heitor Augusto
84bbbd1475
pop-launcher: 1.2.4 -> 1.2.6
...
Diff: https://github.com/pop-os/launcher/compare/1.2.4...1.2.6
2025-09-25 17:04:29 -03:00
Vincent Laporte and GitHub
a96787cf89
ocamlPackages.xtmpl: 0.19.0 → 1.1.0 ( #444213 )
2025-09-25 20:03:16 +00:00
Felix Singer
b93160990d
nixosTests.redmine: Drop 3rdparty plugins and themes
...
The tests are supposed to test Redmine and not if specific 3rdparty
plugins and themes work. These can be tested too, but then they should
be separated out and not be included in the main test. However, just
remove them as these weren't updated since quite a while.
Signed-off-by: Felix Singer <felixsinger@posteo.net >
2025-09-25 21:52:38 +02:00
R. Ryantm
b2b9e225e1
kubevpn: 2.9.7 -> 2.9.8
2025-09-25 19:50:53 +00:00
nixpkgs-merge-bot[bot] and GitHub
3f0532b030
tigerbeetle: 0.16.57 -> 0.16.59 ( #445961 )
2025-09-25 19:50:13 +00:00
R. Ryantm
7b330e6ac7
python3Packages.pbs-installer: 2025.09.02 -> 2025.09.18
2025-09-25 19:43:32 +00:00
Pol Dellaiera
e553bec2b8
git-recent: add missing phase hooks, use install command
2025-09-25 21:37:40 +02:00
Pol Dellaiera
46f1a2ab75
git-recent: use gitMinimal and util-linuxMinimal
2025-09-25 21:37:40 +02:00
R. Ryantm
45fde8f484
libretro.bsnes: 0-unstable-2025-07-18 -> 0-unstable-2025-09-19
2025-09-25 19:34:47 +00:00
Pol Dellaiera
88e82b7cda
git-recent: replace buildPhase with dontBuild
2025-09-25 21:33:01 +02:00
Pol Dellaiera
21e3d56b27
git-recent: replace makeWrapper with makeBinaryWrapper
2025-09-25 21:32:31 +02:00
Pol Dellaiera
f31e7282f8
git-recent: remove with lib; from meta
2025-09-25 21:31:41 +02:00
Pol Dellaiera
1021d87848
git-recent: replace sha256 with hash
2025-09-25 21:30:58 +02:00
Pol Dellaiera
0de48fc9ed
git-recent: replace rev with tag
2025-09-25 21:30:30 +02:00
Pol Dellaiera
daae5c3bba
git-recent: use finalAttrs pattern
2025-09-25 21:30:03 +02:00
Gaétan Lepage and GitHub
166abfedb4
vimPlugins.sonarlint-nvim: 0-unstable-2025-08-02 -> 0-unstable-2025-09-18 ( #446037 )
2025-09-25 19:29:24 +00:00
Robert Schütz
f357d9f453
onnxruntime: fix build with gcc15
2025-09-25 12:26:48 -07:00