rewine
58d5a95da3
ao: move to aliases ( #347997 )
2024-10-12 12:25:26 +08:00
Tomo
83ee7ea281
hop-cli: move throw to top-level/aliases.nix
...
Also fixed the spacing in the comment for consistency.
2024-10-12 04:23:47 +00:00
Emily
bb752745b2
ci/request-reviews: Avoid duplicates with different casings ( #348030 )
2024-10-12 04:50:01 +01:00
Silvan Mosberger
e612b89953
ci/request-reviews: Avoid duplicates with different casings
...
It's possible to have different casings in OWNERS, so we need to handle
that
2024-10-12 05:27:55 +02:00
rewine
f3bc624b0b
lxqt.libqtxdg_3_12: don't apply patches for libqtxdg 4.0
2024-10-12 10:39:58 +08:00
Lin Jian
d4c28e77c3
OWNERS: reference the Emacs team for Emacs stuff ( #347973 )
2024-10-12 10:02:57 +08:00
Silvan Mosberger
e6a8855a14
ci/get-merge-commit.sh: Add documentation
...
And distinguish exit codes
2024-10-12 03:59:02 +02:00
Silvan Mosberger
048f4aa537
ci/get-merge-commit.sh: Exit for non-open PRs
...
If PRs aren't open (either merged or closed), GitHub never computes
whether the PR is mergeable, so we'd wait forever, which has been
happening:
https://github.com/NixOS/nixpkgs/actions/runs/11279197077/job/31369348101#step:2:59
2024-10-12 03:59:02 +02:00
Silvan Mosberger
7f9d297838
workflows/nixpkgs-vet: Make merge check script reusable
...
This is useful for other workflows as well. Originally I thought it
couldn't be put in the repo, but it can (just needs another checkout)
2024-10-12 03:58:39 +02:00
Tristan Ross
25e734dcbe
flutter326: init at 3.26.0-0.1pre ( #347124 )
2024-10-11 21:17:37 -04:00
seth
5c4a77a6ef
terraform-providers.deno: init at 0.1.0
2024-10-11 21:05:13 -04:00
Martin Weinelt
18ede919a2
python312Packages.homeassistant-stubs: 2024.10.1 -> 2024.10.2
...
https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.10.2
2024-10-12 03:02:16 +02:00
Yaroslav Chvanov
99eb3fe188
strawberry: 1.1.2 -> 1.1.3
2024-10-12 04:01:16 +03:00
Tristan Ross
299a94a7ed
buildDartApplication: include dart SDK builder by default ( #343337 )
2024-10-11 20:56:17 -04:00
K900
dcb3cca32d
lls: 0.2.0 -> 0.3.0 ( #347917 )
2024-10-12 03:34:08 +03:00
Julius Michaelis
210efe767d
lls: add self as maintainer
2024-10-12 09:28:35 +09:00
Philip Taron
df14fee4ac
tailscale: 1.74.1 -> 1.76.0 ( #347833 )
2024-10-11 17:16:33 -07:00
github-actions[bot]
4f2eec3440
Merge master into staging-next
2024-10-12 00:13:45 +00:00
Justin Bedő
b418f9bd8a
python312Packages.pyfaidx: 0.8.1.2 -> 0.8.1.3 ( #347866 )
2024-10-12 11:00:55 +11:00
Ramses
fdab9ffe00
kanata: add a version check using versionCheckHook ( #347822 )
2024-10-12 01:34:01 +02:00
Fabián Heredia Montiel
b9a93b6329
webkitgtk: move webkitgtk to aliases with a warning
2024-10-11 17:23:43 -06:00
Fabián Heredia Montiel
ccec93c1c7
treewide: replace webkitgtk to webkitgtk_4_0
...
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix
webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06:00
Ramses
a63eff4710
alire: 2.0.1 -> 2.0.2 ( #347582 )
2024-10-12 01:20:58 +02:00
Fabián Heredia Montiel
c7739bb95e
webkitgtk: refactor top-level to deprecate default ABI version
2024-10-11 16:46:35 -06:00
Emily
8ca8ec38e2
protonvpn-gui_legacy: deprecate application ( #348006 )
2024-10-11 23:42:31 +01:00
Philip Taron
4fffca25d2
ci/request-reviews: fix headRef to point to the PR head ( #348004 )
2024-10-11 15:32:43 -07:00
lordkekz
32a4de4339
zenmonitor: inherit meta.homepage from new src
2024-10-12 00:29:50 +02:00
Simon Žlender
75e1442537
redocly: 1.18.1 -> 1.25.5
2024-10-12 00:28:50 +02:00
Viorel-Cătălin Răpițeanu
8824e5f5b0
protonvpn-gui_legacy: deprecate application
...
The source code for this project was removed a while ago and there is no
method to build this from scratch anymore.
The erase decission was probably done by the Proton developers as they
are currently focussing all efforts on the protonvpn-gui app.
2024-10-12 01:22:09 +03:00
Fabian Affolter
9393653b30
python312Packages.python-jsonrpc-server: refactor
2024-10-12 00:13:07 +02:00
Emily
4798df7b4a
legcord: init at 1.0.0, armcord: remove, add throw with migration details ( #347971 )
2024-10-11 23:12:33 +01:00
Peder Bergebakken Sundt
2e0f5c332e
qdiskinfo: add themes ( #336023 )
2024-10-12 00:11:51 +02:00
Lin Jian
f4c6e1174c
ci/request-reviews: fix headRef to point to the PR head
...
Previously, headRef points to the master branch of Nixpkgs, which
basically means no code owner review will be requested.
The problem can be verified using the following command.
$ DRY_MODE=1 ./ci/request-reviews/request-reviews.sh NixOS/nixpkgs 347973 ci/OWNERS
[...]
This PR touches 0 files
Requesting reviews from: {
"reviewers": []
}
[...]
Additionally, the comment about conflicts is removed thanks to the
unambiguous way of specifying ref.
2024-10-12 06:10:17 +08:00
Justin Bedő
79eca04ce6
rPackages.{sf, terra, vapour}: fix builds on darwin ( #344498 )
2024-10-12 09:09:33 +11:00
Winston R. Milling
cda7f752c2
armcord: remove, add throw with migration details
...
https://github.com/Legcord/Legcord/releases/tag/v1.0.0
2024-10-11 16:59:50 -05:00
Winston R. Milling
b09274abf6
legcord: init at 1.0.0
...
https://github.com/Legcord/Legcord/releases/tag/v1.0.0
2024-10-11 16:59:38 -05:00
Fabian Affolter
54af826dae
burpsuite: 2024.8.2 -> 2024.8.4
2024-10-11 23:58:31 +02:00
Gaetan Lepage
b4071a961b
cpplint: 1.7.0 -> 2.0.0
...
Diff:
8f62396aff
...2.0.0
Changelog: https://github.com/cpplint/cpplint/releases/tag/2.0.0
2024-10-11 23:49:34 +02:00
Gaetan Lepage
4dfb8fcd79
cpplint: format
2024-10-11 23:49:34 +02:00
Gaetan Lepage
d4edb4da04
cpplint: move to by-name
2024-10-11 23:49:34 +02:00
Matej Cotman
f53387e15a
ipu6: update packages
...
This updates the ipu6 driver and firmware to a more recent version,
which seems to at least work in Chrom{e,ium}.
ipu6-drivers now relies on the in-kernel ipu6 kernel driver, so we
update our logic and metadata for it.
2024-10-12 00:45:04 +03:00
Markus Kowalewski
aa15d45adf
welle-io: remove nested "with lib" in meta.
2024-10-11 23:44:20 +02:00
Markus Kowalewski
c307ae10ca
welle-io: apply nixfmt
2024-10-11 23:41:11 +02:00
Wulfsta
58a132db39
ao: move to aliases
2024-10-11 17:38:02 -04:00
Kira Bruneau
79a1c330d3
nixos/gamemode: use listsAsDuplicateKeys for settings ( #345121 )
2024-10-11 17:36:26 -04:00
Peder Bergebakken Sundt
46dbf05006
cgal: propagate correct package to Python packages ( #347681 )
2024-10-11 23:30:11 +02:00
h7x4
d2729ae591
mihomo-party: init at 1.4.5 ( #345189 )
2024-10-11 23:23:15 +02:00
Peder Bergebakken Sundt
20664a4fb5
python312Packages.plotly: add orca
optional dependency set
2024-10-11 23:23:03 +02:00
Florian Klink
3f62de9220
gerrit: 3.10.1 -> 3.10.2 ( #347992 )
2024-10-12 00:21:29 +03:00
Kira Bruneau
e19a5660de
python312Packages.debugpy: 1.8.6 -> 1.8.7
...
Update to latest version: https://github.com/microsoft/debugpy/releases/tag/v1.8.7
2024-10-11 17:14:53 -04:00