Pol Dellaiera and GitHub
8fba93d37d
vscode-extensions.hashicorp.terraform: 2.34.3 -> 2.34.4 ( #415691 )
2025-06-13 11:57:31 +02:00
Aleksana and GitHub
e8d35cd305
mpv-handler: init at 0.3.16 ( #414920 )
2025-06-13 17:53:06 +08:00
Aleksana and GitHub
95221f1fcd
telegram-desktop: fix darwin build ( #415823 )
2025-06-13 17:50:46 +08:00
07adc1b1ca
protols: 0.12.5 -> 0.12.7 ( #416342 )
...
Co-authored-by: nartsisss <nartsiss@proton.me >
2025-06-13 09:41:43 +00:00
Aleksana and GitHub
ee60342484
quickshell: init at 0.1.0 ( #416311 )
2025-06-13 17:39:44 +08:00
jopejoe1 and GitHub
320a6dfd44
tart: 2.24.0 -> 2.27.2 ( #412406 )
2025-06-13 11:38:24 +02:00
Jörg Thalheim and GitHub
088a69e0f4
workflows/build: build all the basics in a single workflow ( #416368 )
2025-06-13 11:33:29 +02:00
Jörg Thalheim and GitHub
dbcae2bbb0
workflows/check: run "checks" in one workflow ( #416369 )
2025-06-13 11:31:57 +02:00
Jörg Thalheim and GitHub
adbd018060
workflows/lint: run all the static lints in same workflow ( #416365 )
2025-06-13 11:31:08 +02:00
K900 and GitHub
9d33ef88ef
ryubing: 1.3.1 -> 1.3.2 ( #416375 )
2025-06-13 12:29:08 +03:00
jopejoe1 and GitHub
841af68da3
ciscoPacketTracer8: fix some theming issues ( #416174 )
2025-06-13 11:13:59 +02:00
Leona Maroni and GitHub
f18669295b
docker_28: 28.1.1 -> 28.2.2 ( #414521 )
2025-06-13 11:12:48 +02:00
Florian Klink and GitHub
e10499c14d
netron: 8.3.5 -> 8.3.8 ( #415296 )
2025-06-13 12:05:15 +03:00
Aleksana and GitHub
c3d807369d
swww: 0.10.2 -> 0.10.3 ( #416382 )
2025-06-13 16:55:19 +08:00
e6afcdc63c
ueberzugpp: 2.9.6 -> 2.9.7 ( #416028 )
...
Co-authored-by: wegank <wegank@users.noreply.github.com >
2025-06-13 08:47:05 +00:00
Lin Xianyi
240da8fd85
swww: 0.10.2 -> 0.10.3
...
Changelog: https://github.com/LGFae/swww/releases/tag/v0.10.3
Diff: https://github.com/LGFae/swww/compare/refs/tags/v0.10.2...refs/tags/v0.10.3
2025-06-13 16:46:18 +08:00
isabel and GitHub
71daca0a50
nil: 2024-08-06 -> 2025-06-13 ( #416362 )
2025-06-13 09:40:26 +01:00
jopejoe1
1eec8c13c1
ciscoPacketTracer8: fix some theming issues
2025-06-13 10:27:14 +02:00
Gaétan Lepage and GitHub
7f1d34513e
vimPlugins.avante-nvim: 0.0.24-unstable-2025-06-05 -> 0.0.24-unstable-2025-06-12 ( #416280 )
2025-06-13 10:26:04 +02:00
Florian Klink and GitHub
2aeefd591f
grafana-alloy: 1.8.3 -> 1.9.1 ( #415756 )
2025-06-13 11:09:16 +03:00
K900
d07529e7cb
ryubing: 1.3.1 -> 1.3.2
...
Diff: https://git.ryujinx.app/Ryubing/Ryujinx/-/compare/refs/tags/1.3.1...1.3.2
Changelog: https://git.ryujinx.app/ryubing/ryujinx/-/wikis/changelog
2025-06-13 11:03:50 +03:00
Florian Klink and GitHub
2453340662
python3Packages.authlib: 1.5.2 -> 1.6.0 ( #414443 )
2025-06-13 11:01:14 +03:00
K900 and GitHub
0b971dea5e
path-of-building.data: 2.52.3 -> 2.53.0 ( #416350 )
2025-06-13 10:54:27 +03:00
e321713a74
uxplay: 1.72 -> 1.72.1 ( #416209 )
...
Co-authored-by: azuwis <azuwis@users.noreply.github.com >
2025-06-13 07:44:27 +00:00
Wolfgang Walther and GitHub
00c3c174f2
postgresqlPackages.timescaledb: fix passthru tests ( #416120 )
2025-06-13 07:41:06 +00:00
K900 and GitHub
bbece03aee
grafana: 12.0.0+security-01 -> 12.0.1+security-01, fix CVE-2025-3415 ( #416357 )
2025-06-13 10:39:09 +03:00
Wolfgang Walther
f11b58a7a0
workflows/check: run "checks" in one workflow
...
This introduces "check" as another category of jobs suitable for the
"Require status checks to pass" feature.
Checks as a category would include everything that is done before even
looking at the code: Right branch? Commit messages? Cherry-picked
correctly?
(commit messages are not checked, yet)
2025-06-13 09:20:14 +02:00
Wolfgang Walther
cd82aa54f5
workflows/build: build all the basics in a single workflow
...
This new workflow builds both manuals, the shell and the lib tests all
in a matrix of four jobs. This allows re-using the shared checkout and
the pinned nixpkgs download and saves time in the most likely cache: No
changes, just download from cache. Each step checks the cancelled
condition, which causes it to run even if the previous steps failed.
This way we get a full picture even if the first step fails immediately.
This could later be optimized to build more in parallel as well, but
we'll first need to clear the conditions on building the manuals on the
master branch only.
This reduces the number of jobs from up to 8 to 4 for this part.
2025-06-13 09:19:17 +02:00
Wolfgang Walther
540fd4e30f
workflows: run without condition on changed paths
...
To enable *required status checks / workflows* in the future, we'd like
to run all workflows unconditionally. Since those workflows are already
using cachix, the additional runs will be very cheap. Yes, we'll run
additional jobs, but that will be temporary only, see next commits.
The immediate upside is, that we're not going to accidentally miss some
of the paths that would cause rebuilds as we did in the past.
2025-06-13 09:18:54 +02:00
Wolfgang Walther
7de0345556
workflows/lint: run all the static lints in same workflow
...
They still run in separate jobs, but they give us a nice consistent
appearance in the check list: All of them are starting with "Lint /
...".
2025-06-13 09:18:11 +02:00
c7d85b506e
lkl: fix loongarch64-linux build ( #415486 )
...
Co-authored-by: timschumi <timschumi@users.noreply.github.com >
2025-06-13 07:03:18 +00:00
oxalica
f2824f81fd
nil: 2024-08-06 -> 2025-06-13
2025-06-13 03:02:25 -04:00
6f0eef4889
git-cliff: 2.9.0 -> 2.9.1 ( #416281 )
...
Co-authored-by: matthiasbeyer <mail@beyermatthias.de >
2025-06-13 06:55:14 +00:00
4bd8d0b6d5
cargo-careful: 0.4.6 -> 0.4.7 ( #416250 )
...
Co-authored-by: matthiasbeyer <mail@beyermatthias.de >
2025-06-13 06:55:07 +00:00
Maximilian Bosch
0017049a37
grafana: 12.0.0+security-01 -> 12.0.1+security-01
...
ChangeLog:
* https://github.com/grafana/grafana/releases/tag/v12.0.1%2Bsecurity-01
* https://github.com/grafana/grafana/releases/tag/v12.0.1
Fix CVE-2025-3415
2025-06-13 08:51:57 +02:00
emaryn and Masum Reza
07d9f0bcd7
cromite: drop
2025-06-13 12:20:33 +05:30
Pyrox and GitHub
32b89cb9cb
olympus{,-unwrapped}: init at 25.04.20.01 ( #309327 )
2025-06-13 02:50:12 -04:00
52bcfa422b
snipaste: 2.10.7 -> 2.10.8 ( #416257 )
...
Co-authored-by: L-Trump <L-Trump@users.noreply.github.com >
2025-06-13 06:45:51 +00:00
033ae699da
bikeshed: 5.2.0 -> 5.2.1 ( #416288 )
...
Co-authored-by: TheNeikos <neikos@neikos.email >
2025-06-13 06:40:08 +00:00
9f9acae71c
firezone-headless-client: 1.4.8 -> 1.5.0 ( #415736 )
...
Co-authored-by: oddlama <oddlama@oddlama.org >
2025-06-13 06:32:23 +00:00
K900
8c1bc204d9
path-of-building.data: 2.52.3 -> 2.53.0
...
Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.52.3...v2.53.0
2025-06-13 09:23:36 +03:00
K900 and GitHub
5b1ddd6d5f
gamescope: 3.16.11 -> 3.16.12 ( #416270 )
2025-06-13 09:20:50 +03:00
K900 and GitHub
33c01f4b53
linuxHeaders: add linux-kernel team to teams ( #416205 )
2025-06-13 09:20:42 +03:00
Vladimír Čunát
ee930f9755
nixosTests.sway: skip nagbar test on aarch64-linux for now ( #416317 )
2025-06-13 08:09:42 +02:00
Bjørn Forsman
a1ec5c891c
stopmotion: 0.8.7 -> 0.9.0
...
Changelog:
https://invent.kde.org/multimedia/stopmotion/-/blob/master/CHANGELOG.md#090-2025-05-25
Fixes: https://github.com/NixOS/nixpkgs/issues/416134 ("Update Request: stopmotion 0.8.7 → 0.9.0")
2025-06-13 08:00:03 +02:00
Ulrik Strid and GitHub
c8a2b5b847
ocamlPackages.sedlex: 3.4 → 3.6 ( #415489 )
2025-06-13 07:58:01 +02:00
Ulrik Strid and GitHub
3c12d02b76
ocamlPackages.bap: update to janestreet 0.17 ( #415751 )
2025-06-13 07:57:29 +02:00
a8ca90551a
nextcloud-talk-desktop: 1.1.9 -> 1.2.3 ( #416122 )
...
Co-authored-by: kashw2 <kashw2@users.noreply.github.com >
2025-06-13 05:56:04 +00:00
9a84c0b4f2
blackfire: 2.28.24 -> 2.28.26 ( #416202 )
...
Co-authored-by: shyim <github@shyim.de >
2025-06-13 05:45:08 +00:00
Pol Dellaiera and GitHub
f4b84fe431
ly: 1.0.3 -> 1.1.0 ( #414490 )
2025-06-13 07:24:32 +02:00