R. Ryantm
f64bfbd9f9
src-cli: 6.1.1 -> 6.3.0
2025-05-24 14:40:24 +00:00
Bjørn Forsman
9a4eaf1b61
qownnotes: 25.5.8 -> 25.5.10
...
Implicitly fixes the build, as the 25.5.8 source tarball is missing:
https://github.com/pbek/QOwnNotes/issues/3282
Changelog: https://www.qownnotes.org/changelog.html#_25-5-10
2025-05-24 13:29:13 +02:00
Aleksana
72200554df
pcmanfm: 1.3.2 -> 1.4.0 ( #409219 )
2025-05-24 19:26:53 +08:00
Aleksana
517b3a8c9f
padthv1: 0.9.23 -> 1.3.2 ( #409179 )
2025-05-24 19:24:49 +08:00
Aleksana
bf3c0d487c
wavebox: 10.135.21-2 -> 10.136.15-2 ( #407906 )
2025-05-24 19:20:40 +08:00
Aleksana
8187b20dc2
got: 0.111 -> 0.112 ( #409279 )
2025-05-24 19:20:14 +08:00
Aleksana
3e570235b0
halo: 2.20.20 -> 2.20.21 ( #409274 )
2025-05-24 19:20:02 +08:00
Aleksana
91e057867a
poedit: 3.5.2 -> 3.6.2 ( #406161 )
2025-05-24 19:19:34 +08:00
Aleksana
57e3ed2b35
cfn-nag: update gems ( #410170 )
2025-05-24 19:19:15 +08:00
Aleksana
8032938d3b
ugrep: 7.4.2 -> 7.4.3 ( #409979 )
2025-05-24 19:17:57 +08:00
Aleksana
299c925877
python3Packages.langgraph-checkpoint-postgres: Disable flaky test ( #410341 )
2025-05-24 19:16:58 +08:00
Aleksana
4d30a52a38
drawterm: 0-unstable-2025-03-18 -> 0-unstable-2025-05-18 ( #409761 )
2025-05-24 19:15:51 +08:00
Aleksana
1783268cc4
OWNERS: add myself to lib/licenses.nix
( #410456 )
2025-05-24 19:13:29 +08:00
Aleksana
e95998e654
parabolic: patch executable paths ( #407695 )
2025-05-24 19:04:38 +08:00
K900
828fb28de8
turbovnc: remove zlib reference ( #410479 )
2025-05-24 14:01:26 +03:00
K900
05649cdfa5
turbovnc: remove zlib reference
...
It gets picked up by refscan otherwise
2025-05-24 13:52:15 +03:00
Jörg Thalheim
5e7e14d395
ci/eval: cleanups, make slightly faster ( #409873 )
2025-05-24 12:45:51 +02:00
nixpkgs-merge-bot[bot]
1590adfdc5
gildas: 20250401_b -> 20250501_a ( #410201 )
...
Co-authored-by: smaret <sebastien.maret@univ-grenoble-alpes.fr>
2025-05-24 10:45:36 +00:00
Wolfgang Walther
138393e0ba
ci/eval.combine: avoid parsing of plain text file into JSON
...
Instead of parsing a plain text file with jq, we can make nix-env output
JSON directly, which is significantly faster.
This saves about 8 out of 10 seconds for the combine step.
2025-05-24 12:36:15 +02:00
Wolfgang Walther
d87d760dfa
ci/eval.compare: use lib from pinned nixpkgs
...
compare/maintainers.nix needs to access the current checkout to check
attrpaths, but makes the mistake of using lib from that checkout as
well. All other code in ci/ uses the pinned nixpkgs instance, so
maintainers.nix should do so as well.
2025-05-24 12:36:15 +02:00
Wolfgang Walther
eccd9564ab
ci/eval: improve api when calling in steps
...
Previously, `eval.full` organized the results for the supported systems
in a specific layout, i.e. with a folder with one subfolder per system.
Then, `eval.combine` relied on that.
When using `eval.singleSystem` and `eval.combine` directly, the caller
was responsible to recreate the same layout. This is annoying and
error-prone to do, when downloading artifacts from CI to recreate some
steps locally.
With this change, all the artifacts can be downloaded and extracted into
the same folder - because the result from `eval.singleSystem` already
contains the <system-name>/ subfolder.
2025-05-24 12:36:14 +02:00
Wolfgang Walther
82396d1f48
workflows/{codeowners,eval}: move env before run
...
`env` blocks are a bit like `let` blocks in Nix. They define a few
things, which are then used in the `run` block. The workflows are
considerably easier to read, if those definitions come first, making it
crystal clear where they belong and requiring less visual jumping.
2025-05-24 12:36:11 +02:00
Toma
202e215081
rstudio: fix .desktop file by properly escaping use of cmake variable ( #410461 )
2025-05-24 12:25:49 +02:00
Jörg Thalheim
b29abce2e6
workflows/get-merge-commit: support merge conflicts, run as step in main jobs ( #410430 )
2025-05-24 12:25:02 +02:00
Ramses
10b6dbe0f1
cubeb: add myself to maintainers and make more cusomizable, signal-desktop.ringrtc: use cubeb from nixpkgs ( #408510 )
2025-05-24 12:07:04 +02:00
Weijia Wang
2d9d922a9a
python3Packages.ansible: 11.4.0 -> 11.5.0 ( #404831 )
2025-05-24 11:58:52 +02:00
TomaSajt
a22a61f6bc
rstudio: fix .desktop file by properly escaping use of cmake variable
2025-05-24 11:53:40 +02:00
Thiago Kenji Okada
983cf6cee8
libretro.genesis-plus-gx: 0-unstable-2025-05-02 -> 0-unstable-2025-05-23 ( #410348 )
2025-05-24 10:48:08 +01:00
Ramses
ca911a72ad
wl-gammarelay-rs: 1.0.0 -> 1.0.1 ( #397501 )
2025-05-24 11:44:34 +02:00
Emily
856cb3108a
OWNERS: add myself to lib/licenses.nix
...
As one of the resident Nixpkgs licensing pedants and reviewer of
several recent changes to this file I think it makes sense to make
the de facto the de jure.
2025-05-24 10:22:00 +01:00
Weijia Wang
5cfc4245bf
python3Packages.pymdown-extensions: 10.14.3 -> 10.15 ( #403949 )
2025-05-24 11:17:17 +02:00
Wolfgang Walther
8a4822e194
ISSUE_TEMPLATES: update releases following 25.11's branch-off ( #407705 )
2025-05-24 09:15:05 +00:00
Florian Klink
947c8cc99e
nixosTests.mycelium: make less flaky ( #410450 )
2025-05-24 12:09:46 +03:00
Weijia Wang
ca4a90d7bc
python3Packages.ase: 3.24.0 -> 3.25.0 ( #403937 )
2025-05-24 11:03:17 +02:00
Florian Klink
bb05bee4e5
nixosTests.mycelium: make less flaky
...
We immediately expected for the other peer to be available in the peer
list, right after startup, but that's racy.
Instead try the pinging multiple times until it succeeds (max 10 times),
then check the list of peers for completion.
2025-05-24 11:59:35 +03:00
Weijia Wang
f6265a58c7
python3Packages.aiomisc: 17.7.3 -> 17.7.7 ( #403843 )
2025-05-24 10:58:06 +02:00
Gaétan Lepage
f593188ca9
uv: 0.7.7 -> 0.7.8 ( #410392 )
2025-05-24 10:43:26 +02:00
Weijia Wang
1dac8a8d5a
python3Packages.dash: 3.0.3 -> 3.0.4 ( #403817 )
2025-05-24 10:43:02 +02:00
Arne Keller
499104e7db
README.md: fix NixOS logo ( #410312 )
2025-05-24 10:35:27 +02:00
Weijia Wang
ca172c53fe
python3Packages.rdflib: 7.1.3 -> 7.1.4 ( #404634 )
2025-05-24 10:34:05 +02:00
nixpkgs-merge-bot[bot]
c12a81f751
cue: 0.12.1 -> 0.13.0 ( #409891 )
...
Co-authored-by: aaronjheng <aaronjheng@users.noreply.github.com>
2025-05-24 08:33:38 +00:00
nixpkgs-merge-bot[bot]
0a24a516f8
nakama: 3.26.0 -> 3.27.1 ( #410321 )
...
Co-authored-by: qxrein <manavrj.07@gmail.com>
2025-05-24 08:26:23 +00:00
Weijia Wang
9e4832e691
python3Packages.google-auth-oauthlib: 1.2.1 -> 1.2.2 ( #404661 )
2025-05-24 10:21:40 +02:00
Gaétan Lepage
c3ee76c437
nix-search-tv: 2.1.6 -> 2.1.7 ( #410438 )
2025-05-24 10:19:15 +02:00
Weijia Wang
9e2ef36802
python3Packages.ansible-core: 2.18.4 -> 2.18.6 ( #404800 )
2025-05-24 10:19:05 +02:00
Florian Klink
66d2123b11
mycelium: 0.6.0 -> 0.6.1 ( #410367 )
2025-05-24 11:09:34 +03:00
Florian Klink
6ecc26e123
nixos/gerrit: Pin Java version to 21 ( #410340 )
2025-05-24 11:06:17 +03:00
R. Ryantm
aee81dfd37
nix-search-tv: 2.1.6 -> 2.1.7
2025-05-24 07:56:53 +00:00
Arne Keller
2b2f7278d7
museum: copy web-templates to output ( #410353 )
2025-05-24 09:49:13 +02:00
Wolfgang Walther
f68e717ff8
workflows/backport: avoid retriggering workflows after adding "has: port to stable" label ( #410099 )
2025-05-24 07:29:53 +00:00