Marc Jakobi and GitHub
4ba1f8b393
skim: 4.8.0 -> 5.0.0 ( #538799 )
2026-07-06 09:38:31 +00:00
R. Ryantm
8fba827ae6
kubevela: 1.10.8 -> 1.10.9
2026-07-06 09:37:36 +00:00
R. Ryantm and Weijia Wang
3602c01cc1
scalp: 0-unstable-2024-08-28 -> 0-unstable-2026-06-29
2026-07-06 11:36:03 +02:00
R. Ryantm
555b511f3e
rassumfrassum: 0.3.3 -> 0.3.4
2026-07-06 09:31:19 +00:00
Thiago Kenji Okada and GitHub
265d73e151
libretro.dolphin: 0-unstable-2026-06-26 -> 0-unstable-2026-06-28 ( #538885 )
2026-07-06 09:30:38 +00:00
nixpkgs-ci[bot] and GitHub
4b1c0358f9
scx-loader: 1.1.1 -> 1.1.2 ( #538906 )
2026-07-06 09:30:25 +00:00
nixpkgs-ci[bot] and GitHub
456c47d8e5
cedar: 4.11.0 -> 4.11.2 ( #538718 )
2026-07-06 09:30:13 +00:00
nixpkgs-ci[bot] and GitHub
2bb7adc58d
starlark: 0-unstable-2026-06-13 -> 0-unstable-2026-06-30 ( #538657 )
2026-07-06 09:30:01 +00:00
nixpkgs-ci[bot] and GitHub
40456b9630
cargo-tarpaulin: 0.35.5 -> 0.36.0 ( #538197 )
2026-07-06 09:29:51 +00:00
Cosima Neidahl and GitHub
8e97c18add
lomiri.hfd-service: 0.2.3 -> 0.2.4 ( #534047 )
2026-07-06 09:08:12 +00:00
R. Ryantm
2563e39399
conmon-rs: 0.8.0 -> 1.0.1
2026-07-06 09:05:59 +00:00
Bruno BELANYI and GitHub
f712fa3f48
python3Packages.fava-dashboards: 2.0.0 -> 2.0.1 ( #538863 )
2026-07-06 09:04:45 +00:00
Holiu
d85cc41c30
nuclei: 3.10.0 -> 3.11.0
2026-07-06 16:57:32 +08:00
R. Ryantm
eaf07c7450
sparkle: 1.26.5 -> 1.26.6
2026-07-06 08:50:30 +00:00
ulic-youthlic
784576b56b
factorio-experimental: 2.1.8 -> 2.1.9
2026-07-06 16:42:49 +08:00
Yohann Boniface and GitHub
0f92e354a5
maintainers: update email for pradyuman ( #538873 )
2026-07-06 08:22:19 +00:00
Arsenii Zorin
10f182ec4c
pulumi-bin: 3.247.0 -> 3.250.0
2026-07-06 11:18:57 +03:00
R. Ryantm
c3d1ce58f0
scx-loader: 1.1.1 -> 1.1.2
2026-07-06 08:09:32 +00:00
kirillrdy and GitHub
0f0e84dbd0
python3Packages.apache-beam: 2.73.0 -> 2.74.0 ( #538352 )
2026-07-06 07:59:41 +00:00
zowoq and GitHub
5546c03c53
linux_testing: 7.2-rc1 -> 7.2-rc2 ( #538902 )
2026-07-06 07:59:33 +00:00
nixpkgs-ci[bot] and GitHub
675771af91
onedrivegui: 1.3.1 -> 1.3.2 ( #538741 )
2026-07-06 07:58:13 +00:00
nixpkgs-ci[bot] and GitHub
e947cfde0e
fvs2: 0.1.5 -> 0.2.0 ( #537183 )
2026-07-06 07:57:39 +00:00
nixpkgs-ci[bot] and GitHub
b3d007373a
rsshub: 0-unstable-2026-06-09 -> 0-unstable-2026-07-05 ( #533307 )
2026-07-06 07:57:26 +00:00
Maximilian Bosch and GitHub
edc5c6329a
php84: 8.4.22 -> 8.4.23 ( #538416 )
2026-07-06 07:54:16 +00:00
Michele Guerini Rocco and GitHub
eca405fb7f
mutt: 2.4.0 -> 2.4.1 ( #538894 )
2026-07-06 07:53:48 +00:00
Yureka
197a1f1498
linux_testing: 7.2-rc1 -> 7.2-rc2
2026-07-06 09:47:11 +02:00
Yohann Boniface and GitHub
af8e90989a
dirsearch: fix changelog url ( #515003 )
2026-07-06 07:43:13 +00:00
Maximilian Bosch and GitHub
a7b0636ef3
php83: 8.3.31 -> 8.3.32 ( #538415 )
2026-07-06 07:37:00 +00:00
Maximilian Bosch and GitHub
06e9f9c665
php82: 8.2.31 -> 8.2.32 ( #538414 )
2026-07-06 07:36:52 +00:00
Kajus Naujokaitis
7492a9f55e
libcosmicAppHook: fix wrapping skipped when separateDebugInfo = true
...
With separateDebugInfo, fixupOutputHooks runs the hook for the debug
output first, which has no bin/libexec, then the old boolean guard
causes the real output to be skipped entirely.
Switch to a per-prefix guard so each output is processed independently,
while still preventing duplicate runs for the same prefix.
Also adds debug logging throughout the hook to make future diagnosis
easier.
Signed-off-by: Kajus Naujokaitis <kajusn@gmail.com >
2026-07-06 10:29:03 +03:00
Kajus Naujokaitis
bdc1db11dd
cosmic-app-library: fix naming to cosmic-app-library
...
Signed-off-by: Kajus Naujokaitis <kajusn@gmail.com >
2026-07-06 10:28:59 +03:00
Kajus Naujokaitis
fb85b928b3
cosmic: add missing VERGEN_GIT_SHA where possible
...
Signed-off-by: Kajus Naujokaitis <kajusn@gmail.com >
2026-07-06 10:28:56 +03:00
Kajus Naujokaitis
8bed1ba09d
cosmic: sort package attributes into consistent order
...
Refactored cosmic packages to follow a consistent attribute sorting order
Signed-off-by: Kajus Naujokaitis <kajusn@gmail.com >
2026-07-06 10:28:51 +03:00
Paul Meyer and GitHub
065606ff88
go_1_27: init at 1.27rc1 ( #533254 )
2026-07-06 07:28:18 +00:00
R. Ryantm
9366c9e423
python3Packages.vttlib: 0.12.0 -> 0.12.1
2026-07-06 07:25:58 +00:00
Fabian Affolter and GitHub
622ba6ab30
puredns: init at 2.1.1 ( #538356 )
2026-07-06 07:15:17 +00:00
Fabian Affolter and GitHub
aa21fee654
tldfinder: init at 0.0.2 ( #538360 )
2026-07-06 07:14:27 +00:00
R. Ryantm
c90c3c4554
mutt: 2.4.0 -> 2.4.1
2026-07-06 07:13:27 +00:00
Fabian Affolter and GitHub
72c3b38b9a
kingfisher: init at 1.102.0 ( #538380 )
2026-07-06 07:10:29 +00:00
Gaétan Lepage and GitHub
1d4ad31b2f
python3Packages.moyopy: 0.13.0 -> 0.14.0 ( #538859 )
2026-07-06 07:10:21 +00:00
Fabian Affolter and GitHub
a5656abd07
skewrun: init at 1.1.1 ( #538507 )
2026-07-06 07:08:22 +00:00
Fabian Affolter and GitHub
561ac49029
subcat: 1.4.0-unstable-2025-05-13 -> 1.6.0-unstable-2026-06-28 ( #538610 )
2026-07-06 07:08:08 +00:00
Fabian Affolter and GitHub
d4221fb6c9
whale: init at 0.1.62 ( #538611 )
2026-07-06 07:07:59 +00:00
Fabian Affolter and GitHub
0a9dbc7456
bomly: init at 0.16.0 ( #538643 )
2026-07-06 07:07:47 +00:00
Fabian Affolter
732f7535c9
python3Packages.iamdata: 0.1.202607051 -> 0.1.202607061
...
Diff: https://github.com/cloud-copilot/iam-data-python/compare/v0.1.202607051...v0.1.202607061
Changelog: https://github.com/cloud-copilot/iam-data-python/releases/tag/v0.1.202607061
2026-07-06 09:06:26 +02:00
Fabian Affolter
f2af968aa4
python3Packages.iamdata: 0.1.202607041 -> 0.1.202607051
...
Diff: https://github.com/cloud-copilot/iam-data-python/compare/v0.1.202607041...v0.1.202607051
Changelog: https://github.com/cloud-copilot/iam-data-python/releases/tag/v0.1.202607051
2026-07-06 09:06:20 +02:00
R. Ryantm
fad68472bc
resterm: 0.44.3 -> 0.44.6
2026-07-06 07:03:28 +00:00
Kenichi Kamiya
6af20830bc
podman-desktop: remove obsolete workaround
...
This was only needed before version 1.28.0.
2026-07-06 15:53:02 +09:00
Weijia Wang and GitHub
fe043099eb
windows: update some packages version ( #536408 )
2026-07-06 06:51:00 +00:00
Felix Schröter and GitHub
b63af52963
tk-safe: 26.1.1 -> 26.2.4 ( #538789 )
2026-07-06 06:38:27 +00:00