Yohann Boniface
7c114eebad
vsh: 0.13.0 -> 0.14.0 ( #434290 )
2025-08-17 01:17:13 +02:00
lassulus
c4142d912d
nixos/jitsi-meet: fix prosody configuration ( #434201 )
2025-08-17 01:07:41 +02:00
nixpkgs-merge-bot[bot]
bcc595e1dc
immich-public-proxy: 1.12.1 -> 1.13.0 ( #432158 )
...
Co-authored-by: Jaculabilis <Jaculabilis@users.noreply.github.com>
2025-08-16 22:51:26 +00:00
nixpkgs-merge-bot[bot]
5c71b40b1c
mdns-scanner: 0.22.3 -> 0.22.4 ( #434318 )
...
Co-authored-by: Cameo007 <Cameo007@users.noreply.github.com>
2025-08-16 22:35:43 +00:00
Aaron Jheng
675df2f532
okms-cli: 0.2.1 -> 0.3.5
2025-08-17 00:16:41 +02:00
Justin Bedő
a29f1e65e1
jasp-desktop: split up patches into multiple files ( #432595 )
2025-08-17 08:16:00 +10:00
Yt
f10c5d5a85
ockam: 0.138.0 -> 0.157.0 ( #434324 )
2025-08-16 18:15:41 -04:00
Emily
c2f81c1b2a
dmd: unpin GCC
...
Seems to build fine with the default GCC.
2025-08-16 23:07:33 +01:00
Doron Behar
4ffe55e3a1
gnuradio: fix cross compilation ( #434298 )
2025-08-17 01:04:23 +03:00
Franz Pletz
9e1616ffef
libvirt: 11.5.0 -> 11.6.0 ( #432946 )
2025-08-17 00:01:50 +02:00
nixpkgs-merge-bot[bot]
9c77c47b61
biome: 2.1.4 -> 2.2.0 ( #434319 )
...
Co-authored-by: wrbbz <wrbbz@users.noreply.github.com>
2025-08-16 22:01:34 +00:00
R. Ryantm
1d4a41f870
chocolate-doom: 3.1.0 -> 3.1.1
2025-08-16 21:38:36 +00:00
R. Ryantm
3850c98573
ockam: 0.138.0 -> 0.157.0
2025-08-16 21:36:10 +00:00
Nikolay Korotkiy
0f069bd733
paho-mqtt-c: 1.3.14 -> 1.3.15 ( #434315 )
2025-08-17 01:23:30 +04:00
eymeric
8e3491d2c3
netdata: 2.5.3 -> 2.6.2
...
Co-authored-by: Ryan Horiguchi <ryan.horiguchi@gmail.com>
2025-08-16 23:03:21 +02:00
Gaétan Lepage
2f78a0c17c
zed-editor: 0.199.6 -> 0.199.7 ( #434119 )
2025-08-16 23:02:46 +02:00
Gaetan Lepage
972b813d26
nvitop: 1.5.2 -> 1.5.3
...
Diff: https://github.com/XuehaiPan/nvitop/compare/v1.5.2...v1.5.3
Changelog: https://github.com/XuehaiPan/nvitop/releases/tag/v1.5.3
2025-08-16 22:59:05 +02:00
Gaétan Lepage
65e5908a97
models-dev: 0-unstable-2025-08-08 -> 0-unstable-2025-08-15 ( #434223 )
2025-08-16 22:55:58 +02:00
Emily
cd472f7a09
oauth2-proxy: 7.9.0 -> 7.11.0 ( #431331 )
2025-08-16 22:51:06 +02:00
R. Ryantm
cc3508dbb9
biome: 2.1.4 -> 2.2.0
2025-08-16 20:46:30 +00:00
R. Ryantm
373189491a
mdns-scanner: 0.22.3 -> 0.22.4
2025-08-16 20:45:15 +00:00
R. Ryantm
db1398c1aa
paho-mqtt-c: 1.3.14 -> 1.3.15
2025-08-16 20:20:31 +00:00
Gaétan Lepage
35f1742e4f
nix-search-tv: 2.1.7 -> 2.1.8 ( #434106 )
2025-08-16 22:18:01 +02:00
nixpkgs-merge-bot[bot]
301f36baa3
postman: 11.56.4 -> 11.58.4 ( #431883 )
...
Co-authored-by: Craftzman7 <Craftzman7@users.noreply.github.com>
2025-08-16 20:11:09 +00:00
R. Ryantm
51b8695167
roddhjav-apparmor-rules: 0-unstable-2025-08-04 -> 0-unstable-2025-08-15
2025-08-17 01:39:30 +05:30
Robbert Gurdeep Singh
4baeceb575
nextcloud31Packages.apps.memories: 7.5.2 -> 7.6.1 ( #434008 )
2025-08-16 21:59:56 +02:00
Joshua Zander
b756a8161c
oauth2-proxy: add versionCheckHook
2025-08-16 13:52:58 -06:00
Joshua Zander
232ee28724
oauth2-proxy: 7.9.0 -> 7.11.0
...
https://github.com/oauth2-proxy/oauth2-proxy/releases/tag/v7.10.0
https://github.com/oauth2-proxy/oauth2-proxy/releases/tag/v7.11.0
2025-08-16 13:52:17 -06:00
Matt Sturgeon
3a4db4b22d
jol: init at 0.17 ( #431582 )
2025-08-16 20:50:42 +01:00
Doron Behar
6874ffdf53
gnuradio.unwrapped: Add pythonRuntime deps only with python-support
...
Especially useful when cross compiling and when enabling gr-filter
feature, which has the following in upstream's CMakeLists.txt file:
```
gr_python_check_module_raw("pyqtgraph" "import pyqtgraph" PYQTGRAPH_FOUND)
gr_python_check_module_raw("scipy" "import scipy" SCIPY_FOUND)
if(NOT PYQTGRAPH_FOUND OR NOT SCIPY_FOUND)
message(WARNING "PyQtGraph and Scipy are required to run the filter design tool, "
"but are not detected! Please make sure they are installed on "
"the target system.")
endif(NOT PYQTGRAPH_FOUND OR NOT SCIPY_FOUND)
if(ENABLE_PYTHON)
add_subdirectory(python/filter)
add_subdirectory(python/filter/design)
add_subdirectory(python/filter/gui)
add_subdirectory(apps)
if(ENABLE_EXAMPLES)
add_subdirectory(examples)
endif(ENABLE_EXAMPLES)
endif(ENABLE_PYTHON)
if(ENABLE_GRC)
add_subdirectory(grc)
endif(ENABLE_GRC)
```
2025-08-16 22:40:37 +03:00
Doron Behar
f198a8a111
gnuradio: fix cross compilation
2025-08-16 22:40:36 +03:00
nixpkgs-merge-bot[bot]
1369df773d
timewarrior: 1.8.0 -> 1.9.0 ( #434294 )
...
Co-authored-by: matthiasbeyer <mail@beyermatthias.de>
2025-08-16 19:26:41 +00:00
Fabian Affolter
b8764813d8
python3Packages.aiocomelit: 1.0.0 -> 1.1.0 ( #434156 )
2025-08-16 21:23:26 +02:00
Fabian Affolter
507c2bc450
python3Packages.teslajsonpy: 3.13.1 -> 3.13.2 ( #434157 )
2025-08-16 21:23:00 +02:00
Fabian Affolter
310099d385
python3Packages.pyais: 2.12.0 -> 2.13.0 ( #434208 )
2025-08-16 21:22:16 +02:00
Fabian Affolter
f19cc2a76d
python313Packages.python-snoo: 0.7.0 -> 0.8.3 ( #433293 )
2025-08-16 21:19:22 +02:00
R. Ryantm
f44ec99aa2
postman: 11.56.4 -> 11.58.4
2025-08-16 19:10:12 +00:00
R. Ryantm
31bd086141
jetty_11: 11.0.25 -> 11.0.26
2025-08-16 21:09:51 +02:00
Sandro
1f5f5ac80b
flameshot: 12.1.0-unstable-2025-05-04 -> 13.0.1 ( #431307 )
2025-08-16 20:58:43 +02:00
R. Ryantm
57e3097e22
timewarrior: 1.8.0 -> 1.9.0
2025-08-16 18:57:51 +00:00
nixpkgs-merge-bot[bot]
a3a8510e74
gat: 0.24.1 -> 0.25.0 ( #434162 )
...
Co-authored-by: TheMaxMur <TheMaxMur@users.noreply.github.com>
2025-08-16 18:53:47 +00:00
Martin Weinelt
e2b334f6d7
python3Packages.pyW800rf32: init at 0.4 ( #434271 )
2025-08-16 20:53:11 +02:00
Martin Weinelt
d2b1651fa3
python3Packages.pilight: init at 0.1.1 ( #434151 )
2025-08-16 20:51:46 +02:00
Doron Behar
237e7a71ac
gnuradio.unwrapped: use lib.cmakeBool for feature flags
2025-08-16 21:50:35 +03:00
nixpkgs-merge-bot[bot]
69a722c529
gitlab-timelogs: 0.5.0 -> 0.6.0 ( #434245 )
...
Co-authored-by: phip1611 <phip1611@gmail.com>
2025-08-16 18:50:18 +00:00
Martin Weinelt
7a0206de19
python3Packages.python-gc100: init at 1.0.3a0 ( #434149 )
2025-08-16 20:49:14 +02:00
Martin Weinelt
ffd057944c
python3Packages.pysmarty2: init at 0.10.2 ( #434148 )
2025-08-16 20:47:57 +02:00
Martin Weinelt
f780998c04
python3Packages.neurio: init at 0.3.1 ( #434145 )
2025-08-16 20:46:32 +02:00
Martin Weinelt
35659687e2
python3Packages.russound: init at 0.1.8 ( #434143 )
2025-08-16 20:45:55 +02:00
R. Ryantm
17d44f8b39
vsh: 0.13.0 -> 0.14.0
2025-08-16 18:43:49 +00:00