Gaétan Lepage and GitHub
4781f6b6c1
python3Packages.sparse: 0.16.0 -> 0.17.0 ( #411093 )
2025-05-28 17:00:18 +02:00
Tsung-Ju Chiang
17501d776b
agda.withPackages: allow installing Agda without GHC using ghc = null;
2025-05-28 22:59:43 +08:00
R. Ryantm
0ae21fc32a
geminicommit: 0.3.1 -> 0.4.0
2025-05-28 14:58:14 +00:00
Pol Dellaiera and GitHub
690d5ffb29
nh: 4.0.3 -> 4.1.0 ( #411694 )
2025-05-28 14:54:10 +00:00
Bobby Rong and GitHub
606abdf74c
Xfce updates 2025-05-26 ( #411149 )
2025-05-28 22:51:46 +08:00
1bcbf9e0a8
amdgpu_top: 0.10.4 -> 0.10.5 ( #411605 )
...
Co-authored-by: geri1701 <geri@sdf.org >
2025-05-28 14:33:20 +00:00
Jörg Thalheim and GitHub
6b8aa7589f
nixVersions.nix_2_29: fix loongarch64-linux build ( #411717 )
2025-05-28 16:25:00 +02:00
taku0 and GitHub
a29970690b
thunderbird-latest-bin-unwrapped: 138.0.1 -> 139.0 ( #411686 )
2025-05-28 23:20:12 +09:00
Robert Hensing and GitHub
99db54d11c
nixosTests: fix eval ( #411634 )
2025-05-28 16:16:49 +02:00
Sandro and GitHub
f2e0bb7591
nixos/mediagoblin: fix gmg argument parsing and media reprocessing ( #362655 )
2025-05-28 16:14:10 +02:00
Michael Daniels
e49e03e828
eidolon: drop
...
Unmaintained upstream for 5 years, has dependencies with security issues
(e.g. GHSA-9hpw-r23r-xgm5, CVE-2020-26235, CVE-2021-32714).
2025-05-28 10:08:41 -04:00
Vladimír Čunát
44c8b608d4
tacacsplus: disable libwrap ( #409127 )
2025-05-28 16:00:57 +02:00
Sandro Jäckel
81d2a488e6
nixos/mediagoblin: fix initial media reprocessing with gmg
...
Running `mediagoblin-gmg reprocess initial` before would fail with
missing GST_PLUGIN_PATH and tools in PATH.
2025-05-28 16:00:20 +02:00
Sandro Jäckel
dd63ca898e
nixos/mediagoblin: fix gmg argument parsing
...
Before the argument to mediagoblin-gmg would be passed to the actual command
and the rest to sh which is obviously nonsense.
2025-05-28 16:00:15 +02:00
Sandro and GitHub
4733b8736a
rclone: 1.69.2 -> 1.69.3 ( #411726 )
2025-05-28 15:58:44 +02:00
Rafael Fernández López
1948ad4bb5
nixos/nvidia-container-toolkit: allow to provide CSV files
2025-05-28 15:57:21 +02:00
DarkOnion0
7e8127bd89
appflowy: 0.9.2 -> 0.9.3
...
https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.9.3
2025-05-28 15:57:12 +02:00
Jörg Thalheim and GitHub
425237e23b
ci/check-cherry-picks: fail without proper cherry-pick ( #411709 )
2025-05-28 15:55:16 +02:00
16d95f8250
sioyek: 2.0.0-unstable-2025-05-13 -> 2.0.0-unstable-2025-05-23 ( #410554 )
...
Co-authored-by: stephen-huan <slhuan@cs.cmu.edu >
2025-05-28 13:53:34 +00:00
Yueh-Shun Li and GitHub
3d576164da
edusong: 1.0 -> 4.0 ( #400759 )
2025-05-28 21:48:04 +08:00
R. Ryantm
1519fbf74b
ryzenadj: 0.16.0 -> 0.17.0
2025-05-28 13:43:50 +00:00
Adam C. Stephens and GitHub
86b1062029
edk2: 202411 -> 202505 ( #387349 )
2025-05-28 09:43:33 -04:00
Peder Bergebakken Sundt and GitHub
6711085bb0
python3Packages.jupyterlab-git: refactor ( #405805 )
2025-05-28 15:41:02 +02:00
1420070f6a
showmethekey: 1.18.1 -> 1.18.2 ( #411674 )
...
Co-authored-by: ocfox <i@ocfox.me >
2025-05-28 13:36:45 +00:00
Wolfgang Walther and GitHub
ea2ba8b5c1
ci/eval: don't evaluate packages marked as broken ( #409867 )
2025-05-28 13:36:19 +00:00
Peder Bergebakken Sundt and GitHub
e379babd9d
spicedb: add shell completion ( #404670 )
2025-05-28 15:31:52 +02:00
Florian Klink and GitHub
844a0eefe5
bird3: 3.1.1 -> 3.1.2 ( #411702 )
2025-05-28 16:31:36 +03:00
Wolfgang Walther
dfaefc0535
ci/check-cherry-picks: fail without proper cherry-pick
...
When cherry-picking without -x or not cherry-picking at all, the
check-cherry-picks job would usually remain green. This is annoying to
deal with for reviewers, because "all green" still needs attention -
have all commits been cherry-picked properly?
If a commit was not cherry-picked correctly, either without -x or not at
all, because it's a genuine commit to begin with, the reviewers
attention is required anyway. Thus we can also let the job fail in this
case.
2025-05-28 15:31:32 +02:00
Wolfgang Walther
a9b718b796
ci/check-cherry-picks: never check older stable branches
...
This makes the job significantly faster when the commit can't be found
on master or staging directly. Before this change, the script would have
had to iterate through 20+ release branches before finding the latest
one. With lazy fetching for git enabled, this would take a few minutes.
2025-05-28 15:31:31 +02:00
Wolfgang Walther
ea636d1728
ci/check-cherry-picks: allow cherry-picking from haskell-updates and python-updates
...
Those are protected branches, which can't be force pushed to - so the
commits will remain. Thus, we can also backport from them.
2025-05-28 15:31:28 +02:00
R. Ryantm
1a1e990712
podman-tui: 1.5.0 -> 1.6.0
2025-05-28 13:29:55 +00:00
Tom Herbers and Florian Klink
66c3fb9d01
bird3: 3.1.1 -> 3.1.2
...
Changelog: https://gitlab.nic.cz/labs/bird/-/blob/v3.1.2/NEWS
2025-05-28 16:27:07 +03:00
Florian Klink and GitHub
8b1cf531c6
bird2: switch from fetching tarball to fetchFromGitLab ( #411687 )
2025-05-28 16:23:26 +03:00
Paul Haerle and GitHub
c742ae7908
oxidized: add ssh support ( #409384 )
2025-05-28 15:11:13 +02:00
Bruno BELANYI and GitHub
de02c23aed
woodpecker-plugin-git: 2.6.3 -> 2.6.4 ( #411494 )
2025-05-28 14:05:28 +01:00
Lucas Servén Marín and GitHub
81e2ec5bbf
spicedb-zed: 0.27.0 -> 0.30.2 ( #404447 )
2025-05-28 15:00:30 +02:00
Sandro Jäckel
ff4ae73e20
rclone: 1.69.2 -> 1.69.3
...
Changelog: https://rclone.org/changelog/#v1-69-3-2025-05-21
2025-05-28 14:57:52 +02:00
Wolfgang Walther
e575364ae6
workflows/check-cherry-picks: reduce checkout time
...
Using a `tree:0` filter instead of `blob:none` reduces the checkout time
from over 3 minutes to about 45 seconds. The required trees/blobs will
then be fetched on-demand.
This on-demand fetching creates additional output for `git range-diff`
on stderr, so we hide that. This only happens the first time it's run,
so we don't need to adjust the other calls - which will still return any
real errors, should they happen.
2025-05-28 14:56:55 +02:00
Wolfgang Walther
245b1c1c48
ci/check-cherry-picks: never use a pager
...
In a small terminal window this would just stop running after each
commit until you exit the pager. That's not what we want when running it
locally.
2025-05-28 14:56:55 +02:00
Peder Bergebakken Sundt and GitHub
801314e283
ncdu_1: 1.18.1 -> 1.22 ( #404104 )
2025-05-28 14:52:40 +02:00
Markus Kowalewski and GitHub
b6fffc5171
libint: 2.11.0 -> 2.11.1 ( #411157 )
2025-05-28 14:50:05 +02:00
Peder Bergebakken Sundt and GitHub
e457a9858c
bitbox: 4.46.3 -> 4.47.2 ( #389926 )
2025-05-28 14:49:19 +02:00
Peder Bergebakken Sundt and GitHub
92b440302f
persistent-evdev: don't use python3Packages ( #395537 )
2025-05-28 14:48:44 +02:00
Matthias Beyer and GitHub
95f094fc89
fastp: 0.24.1 -> 0.24.2 ( #411591 )
2025-05-28 14:47:24 +02:00
Matthias Beyer and GitHub
aa36211cf4
immich: 1.133.1 -> 1.134.0 ( #411592 )
2025-05-28 14:47:19 +02:00
Matthias Beyer and GitHub
bbfc87fbb2
weaver: 0.15.0 -> 0.15.1 ( #411565 )
2025-05-28 14:47:01 +02:00
Toma and GitHub
6909f29497
logseq: 0.10.9-unstable-2025-03-11 -> 0.10.12, sign binaries on darwin ( #405683 )
2025-05-28 14:46:28 +02:00
Peder Bergebakken Sundt and GitHub
7917da391d
instead: 3.3.2 -> 3.5.2 ( #403644 )
2025-05-28 14:41:23 +02:00
Peder Bergebakken Sundt and GitHub
af0cde81d7
chntpw: consistently use Debian's patches ( #377757 )
2025-05-28 14:35:18 +02:00
Gaétan Lepage and GitHub
e4018ebe1d
python3Packages.wagtail: use PyPI version with assets ( #411142 )
2025-05-28 14:33:08 +02:00