Aleksana and GitHub
3fea61a839
zeal: fix build on darwin ( #458593 )
2025-11-15 02:04:23 +00:00
Aleksana and GitHub
02d85422fa
ax99100: 1.8.0 -> 2.3.0 ( #459500 )
2025-11-15 02:00:01 +00:00
Aleksana and GitHub
825bfc2364
hid-ite8291r3: add updateScript ( #461621 )
2025-11-15 01:58:47 +00:00
Aleksana and GitHub
739e7044e7
vis: add mainProgram ( #461557 )
2025-11-15 01:52:35 +00:00
Ben Siraphob and GitHub
5cd8c78bbf
vpkedit: fix QQuaternion incomplete type error ( #461757 )
2025-11-15 01:52:05 +00:00
Ben Siraphob and GitHub
91b54d538a
tetragon: fix BPF compilation with clang 19 ( #461758 )
2025-11-15 01:51:55 +00:00
Aleksana and GitHub
f0eabe38d4
gearlever: 3.4.5 -> 3.4.7 ( #458400 )
2025-11-15 01:44:05 +00:00
Aleksana and GitHub
6221bc0565
media-downloader: 5.4.3 -> 5.4.4 ( #460882 )
2025-11-15 01:38:55 +00:00
Aleksana and GitHub
ee094b81c6
python313Packages.gpy: remove at 1.13.2 ( #457904 )
2025-11-15 01:34:24 +00:00
Aleksana and GitHub
19e43b6902
rapidraw: 1.4.1 -> 1.4.4 ( #461315 )
2025-11-15 01:31:31 +00:00
Janne Heß and GitHub
a74c1f033e
flexoptix-app: 5.48.0-latest -> 5.54.0-latest ( #461309 )
2025-11-15 01:22:36 +00:00
Yt and GitHub
74a84cf032
erlang_27: 27.3.4.5 -> 27.3.4.6 ( #461586 )
2025-11-15 01:22:04 +00:00
Aleksana and GitHub
c7f30c000f
actiona: fix build for Qt 6.10 ( #461599 )
2025-11-15 01:10:10 +00:00
Aleksana and GitHub
13ad1bd373
{punes,punes-qt6}: Fix compat with FFmpeg 8 ( #461694 )
2025-11-15 01:08:35 +00:00
Aleksana and GitHub
a15609fb8b
textpieces: 4.2.0 -> 4.3.1 ( #461759 )
2025-11-15 01:08:10 +00:00
Sandro and GitHub
a3a79b6812
rustdesk-flutter: fix build by pinning to ffmpeg_7 ( #461661 )
2025-11-15 00:29:09 +00:00
Sandro and GitHub
20f91b6ba5
tmux: Don't install bash completions ( #461750 )
2025-11-15 00:13:54 +00:00
Pavol Rusnak and GitHub
e16fdc6488
tor: fix torify failing because torsocks not found in PATH ( #461669 )
2025-11-15 00:08:45 +00:00
isabel and GitHub
e181c1352a
bluesky-pds: 0.4.188 -> 0.4.193, nixos/bluesky-pds: increase blobsize ( #461753 )
2025-11-15 00:04:35 +00:00
Sefa Eyeoglu and GitHub
d3446ba03c
vencord: 1.13.5 -> 1.13.6 ( #461735 )
2025-11-15 00:00:46 +00:00
Fabian Affolter and GitHub
6172a8ab2c
python313Packages.pylamarzocco: 2.1.2 -> 2.1.3 ( #461714 )
2025-11-14 23:43:42 +00:00
Fabian Affolter and GitHub
d54ed984f3
python313Packages.pyleri: 1.4.3 -> 1.5.0 ( #461717 )
2025-11-14 23:43:36 +00:00
Fabian Affolter and GitHub
71753d91cd
python313Packages.pyvicare: 2.54.0 -> 2.55.0 ( #461721 )
2025-11-14 23:43:29 +00:00
Fabian Affolter and GitHub
78136404a9
python313Packages.slack-sdk: 3.37.0 -> 3.38.0 ( #461724 )
2025-11-14 23:43:10 +00:00
Fabian Affolter and GitHub
92a134da1f
python313Packages.tencentcloud-sdk-python: 3.0.1486 -> 3.0.1489 ( #461725 )
2025-11-14 23:43:00 +00:00
Fabian Affolter and GitHub
0d1df6d67c
python313Packages.types-aiobotocore-*: 2.24.3 -> 2.25.1 ( #460718 )
2025-11-14 23:42:49 +00:00
Tristan Ross and GitHub
1a847553f8
wayvr-dashboard: init at 0.3.5 ( #384514 )
2025-11-14 23:39:42 +00:00
Gaétan Lepage and GitHub
6ecb0b99d2
python313Packages.ydata-profiling: 4.16.1 -> 4.17.0 ( #457898 )
2025-11-14 23:39:11 +00:00
Gleb Smirnov
fee2daf5f3
textpieces: 4.2.0 -> 4.3.1
2025-11-15 02:37:27 +03:00
Gleb Smirnov
c3c8bc816a
maintainers: add liferooter
2025-11-15 02:37:26 +03:00
Fernando Rodrigues and GitHub
34fc45370d
nixos/ipa: add timeserver enable option ( #461739 )
2025-11-14 23:26:12 +00:00
isabel
de688da16b
bluesky-pdsadmin: update patch against latest pds
2025-11-14 23:23:35 +00:00
Ben Siraphob
46b8d9f3b9
tetragon: fix BPF compilation with clang 19
...
Add -Wno-default-const-init-var-unsafe flag to suppress errors about
uninitialized const variables in BPF code. This issue occurs with newer
versions of clang where BPF_CORE_READ macro expansion creates const
variables that trigger the default-const-init-var-unsafe warning.
2025-11-14 18:21:17 -05:00
Ben Siraphob
2ad4e718c3
vpkedit: fix QQuaternion incomplete type error
...
Add missing QQuaternion header include to fix compilation error with Qt 6.10.0.
The error occurred because QQuaternion was used as a field type without including
the necessary header.
2025-11-14 18:21:04 -05:00
Fernando Rodrigues and GitHub
e604d0c9a0
maintainers: drop penguwin ( #459806 )
2025-11-14 23:18:44 +00:00
isabel
bb26cfa294
nixos/bluesky-pds: increase PDS_BLOB_UPLOAD_LIMIT
...
copying upstream
https://github.com/bluesky-social/pds/commit/cdc46aae58ce04a2e64dc6487152d026f4b7b92f
2025-11-14 23:14:05 +00:00
Yt and GitHub
cd59b6d28b
elixir_1_19: 1.19.2 -> 1.19.3 ( #461587 )
2025-11-14 23:10:56 +00:00
Yt and GitHub
9b8e4fd6a5
cargo-tauri: 2.9.3 -> 2.9.4 ( #461683 )
2025-11-14 23:10:26 +00:00
isabel
b8d4a3c532
bluesky-pds: 0.4.188 -> 0.4.193
...
Diff: https://github.com/bluesky-social/pds/compare/v0.4.188...v0.4.193
2025-11-14 23:08:52 +00:00
Galen Huntington and GitHub
c7e6d5fe27
tmux: Don't install bash completions
2025-11-14 15:01:15 -08:00
Fernando Rodrigues and GitHub
b561eaca52
gradia: 1.9.0 -> 1.11.1 ( #461730 )
2025-11-14 22:57:18 +00:00
Yt and GitHub
d1266ab359
vector: 0.51.0 -> 0.51.1 ( #461591 )
2025-11-14 22:38:44 +00:00
Ben Darwin
c51b6785c9
python313Packages.ydata-profiling: 4.16.1 -> 4.17.0
2025-11-14 17:36:23 -05:00
Wolfgang Walther and GitHub
a4c5345233
pat: 0.17.0 -> 0.19.1 ( #460705 )
2025-11-14 22:31:34 +00:00
Wolfgang Walther and GitHub
c98cc091cd
phpExtensions.redis: 6.2.0 -> 6.3.0 ( #460602 )
2025-11-14 22:31:06 +00:00
Gliczy
a1a32839e4
vencord: 1.13.5 -> 1.13.6
2025-11-14 23:30:26 +01:00
Marcel
5ffe57b89f
nixos/ipa: add timeserver enable option
2025-11-14 23:29:40 +01:00
Wolfgang Walther and GitHub
00f1a98543
python3Packages.tree-sitter-zeek: 0.2.9 -> 0.2.11; zeekscript: 1.3.2-unstable-2025-09-29 -> 1.3.2-unstable-2025-11-10 ( #458965 )
2025-11-14 22:29:07 +00:00
Wolfgang Walther and GitHub
3995c9dac0
grafanaPlugins.grafana-oncall-app: 1.16.5 -> 1.16.6 ( #459955 )
2025-11-14 22:26:08 +00:00
Wolfgang Walther and GitHub
3f0ce1a5f1
wivrn: 25.9 -> 25.11.1 ( #459927 )
2025-11-14 22:25:44 +00:00