Commit graph

562131 commits

Author SHA1 Message Date
Marco Rebhan
a5bd05ad09
louvre: init at 1.1.0-1 2023-12-20 20:01:55 +01:00
Marco Rebhan
e93fba74a2
srm-cuarzo: init at 0.4.0-1 2023-12-20 20:01:54 +01:00
R. Ryantm
ff4573ca2a python310Packages.meshtastic: 2.2.12 -> 2.2.16 2023-12-20 19:01:49 +00:00
R. Ryantm
cfd3e9017e python310Packages.mediapy: 1.1.9 -> 1.2.0 2023-12-20 18:50:04 +00:00
Silvan Mosberger
f27bb1216c
Merge pull request #273773 from nbraud/scripts/doc/check-manpage-urls
maintainers: Add new script to check URLs in `doc/manpage-urls.json`
2023-12-20 19:33:32 +01:00
Yt
6345a503a4
Merge pull request #275685 from r-ryantm/auto-update/python310Packages.litellm
python310Packages.litellm: 1.7.11 -> 1.15.0
2023-12-20 18:25:19 +00:00
Gutyina Gergő
fb9b95c1f3
osu-lazer: 2023.1218.1 -> 2023.1221.0 2023-12-20 19:23:08 +01:00
Gutyina Gergő
84916d351f
osu-lazer-bin: 2023.1218.1 -> 2023.1221.0 2023-12-20 19:06:06 +01:00
Maximilian Bosch
571f06ad0d
Merge pull request #270260 from SuperSandro2000/gitea-camo-hmac
nixos/gitea: add hmacKey support
2023-12-20 19:02:20 +01:00
Kopatz
791dbe138d tetrio-desktop: add libGL to libPath
This fixes the program not being able to use the GPU.
2023-12-20 19:02:11 +01:00
R. Ryantm
f646aa4393 python310Packages.lsprotocol: 2023.0.0b1 -> 2023.0.0 2023-12-20 17:59:44 +00:00
Fabian Affolter
3d19c43d60
Merge pull request #275446 from r-ryantm/auto-update/python310Packages.goodwe
python310Packages.goodwe: 0.2.32 -> 0.2.33
2023-12-20 18:51:04 +01:00
Peder Bergebakken Sundt
0c955df39c
Merge pull request #275377 from 06kellyjac/deno_darwin
deno: fix darwin build
2023-12-20 18:48:35 +01:00
Maximilian Bosch
9c4ac04900
Merge pull request #275009 from Shawn8901/update-epson-escpr2
epson-escpr2: fix build problem & 1.1.49 -> 1.2.9
2023-12-20 18:46:57 +01:00
Bruno Bigras
d69424cf7b
Merge pull request #269098 from running-grass/update_anytype2
anytype: 0.35.25-beta -> 0.36.0
2023-12-20 12:30:47 -05:00
Franz Pletz
faff9de754
nixos/prometheus/nginx-exporter: fix args for 1.0 2023-12-20 18:23:29 +01:00
Pol Dellaiera
e3f251c662
Merge pull request #275444 from shyim/upd-sw-cli
shopware-cli: 0.3.12 -> 0.4.4
2023-12-20 18:10:20 +01:00
Pol Dellaiera
a9da775068
Merge pull request #274430 from shyim/frankenphp-fix-colision
frankenphp: fix collision with php package
2023-12-20 18:10:00 +01:00
Pol Dellaiera
5863466ef6
Merge pull request #275498 from drupol/electron-add-missing-hooks
electron: add missing phase hooks
2023-12-20 18:05:05 +01:00
Nick Cao
813da5f672
Merge pull request #275507 from SuperSandro2000/element
element-{web,desktop}: 1.11.51 -> 1.11.52
2023-12-20 12:04:49 -05:00
Alyssa Ross
0e0566d0be
linux_6_1: 6.1.68 -> 6.1.69 2023-12-20 17:47:46 +01:00
Alyssa Ross
d2df37e211
linux_6_6: 6.6.7 -> 6.6.8 2023-12-20 17:47:25 +01:00
R. Ryantm
bd9c80cbe0 python310Packages.litellm: 1.7.11 -> 1.15.0 2023-12-20 16:43:59 +00:00
Nick Cao
70603684be
Merge pull request #275569 from wineee/deepin-system-monitor
deepin.deepin-system-monitor: 6.0.8 -> 6.0.9
2023-12-20 11:42:19 -05:00
Nick Cao
34dce02934
Merge pull request #275570 from wineee/dde-calendar-up
deepin.dde-calendar: 5.11.0 -> 5.11.1
2023-12-20 11:41:50 -05:00
Nick Cao
606655673b
Merge pull request #275572 from mfrw/mfrw/kondo-0.8
kondo: 0.7 -> 0.8
2023-12-20 11:40:30 -05:00
Nick Cao
a57f5afdb3
Merge pull request #275581 from r-ryantm/auto-update/civo
civo: 1.0.69 -> 1.0.70
2023-12-20 11:39:03 -05:00
Silvan Mosberger
1968beeabd check-by-name: Pass --base in CI and local running script
This enables the ratchet checks for pkgs/by-name, allowing gradual
migrations!
2023-12-20 17:38:06 +01:00
Silvan Mosberger
1ad45e503f workflows/check-by-name: Slim down and prepare for --base
Now that we have a script to run the check locally,
there's no real need to output the information to reproduce anymore,
which allows cleaning up the CI workflow.

Furthermore, this prepares the CI workflow to be passed `--base`, as
introduced recently.
2023-12-20 17:38:05 +01:00
Silvan Mosberger
9e03178865 tests.nixpkgs-check-by-name: Add documentation for scripts 2023-12-20 17:38:05 +01:00
Silvan Mosberger
92238ac52d tests.nixpkgs-check-by-name: Create script to run locally
Due to the check soon depending on the base branch (see `--base`),
the CI check can't reasonably share all code with a local check.
We can still make a script to run it locally, just not sharing all code.
2023-12-20 17:38:03 +01:00
Nick Cao
f6158255c1
Merge pull request #275595 from r-ryantm/auto-update/kubeclarity
kubeclarity: 2.22.0 -> 2.22.1
2023-12-20 11:37:26 -05:00
Nick Cao
1e9dd5b670
Merge pull request #275610 from r-ryantm/auto-update/nginx-sso
nginx-sso: 0.27.2 -> 0.27.3
2023-12-20 11:35:50 -05:00
Nick Cao
67be75f47e
Merge pull request #275612 from r-ryantm/auto-update/nebula
nebula: 1.8.0 -> 1.8.1
2023-12-20 11:34:46 -05:00
Nick Cao
ae15a690a6
Merge pull request #275657 from PedroHLC/osdlyrics-0.5.15
osdlyrics: 0.5.14 -> 0.5.15
2023-12-20 11:33:15 -05:00
Nick Cao
4e67c91056
Merge pull request #275618 from fabaff/checkov-bump
checkov: 3.1.38 -> 3.1.40
2023-12-20 11:32:49 -05:00
Nick Cao
7d365235af
Merge pull request #275619 from fabaff/cnspec-bump
cnspec: 9.11.0 -> 9.12.0
2023-12-20 11:32:20 -05:00
Nick Cao
b3548bfd36
Merge pull request #275624 from r-ryantm/auto-update/protolock
protolock: 0.16.0 -> 0.17.0
2023-12-20 11:31:35 -05:00
Nick Cao
77da446198
Merge pull request #275635 from r-ryantm/auto-update/python310Packages.influxdb-client
python310Packages.influxdb-client: 1.38.0 -> 1.39.0
2023-12-20 11:30:13 -05:00
Adam C. Stephens
cacb9f42dd
Merge pull request #271008 from atorres1985-contrib/seabios
seabios: 1.16.2 -> 1.16.3 (plus misc updates)
2023-12-20 11:28:28 -05:00
Nick Cao
4d7a6e0e5e
Merge pull request #275671 from r-ryantm/auto-update/python310Packages.libknot
python310Packages.libknot: 3.3.2 -> 3.3.3
2023-12-20 11:26:16 -05:00
Nick Cao
a5d559e2fe
Merge pull request #275660 from fabaff/pyatmo-bump
python311Packages.pyatmo: 7.6.0 -> 8.0.1
2023-12-20 11:20:19 -05:00
Nick Cao
a3729295f2
Merge pull request #275661 from fabaff/surepy-bump
python311Packages.surepy: 0.8.0 -> 0.9.0
2023-12-20 11:19:23 -05:00
Nick Cao
98bd9bd94d
Merge pull request #275662 from fabaff/aioesphomeapi-bump
python311Packages.aioesphomeapi: 21.0.0 -> 21.0.1
2023-12-20 11:18:22 -05:00
R. Ryantm
f29d0e8cb6 python310Packages.limnoria: 2023.9.24 -> 2023.11.18 2023-12-20 16:17:41 +00:00
Nick Cao
62339430ee
Merge pull request #275280 from nagy/regex2json
regex2json: init at 0.11.0
2023-12-20 11:14:56 -05:00
Someone
211f6adfc8
Merge pull request #275313 from timothyklim/master
cudaPackages_12_2.cudatoolkit: 12.2.0 -> 12.2.2
2023-12-20 16:05:11 +00:00
Alyssa Ross
803f9dc058
linux_4_14: 4.14.333 -> 4.14.334 2023-12-20 16:49:46 +01:00
Alyssa Ross
32e35d09e3
linux_4_19: 4.19.302 -> 4.19.303 2023-12-20 16:49:44 +01:00
Alyssa Ross
b909f817cd
linux_5_4: 5.4.264 -> 5.4.265 2023-12-20 16:49:41 +01:00