1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00
Commit graph

668088 commits

Author SHA1 Message Date
Jörg Thalheim 0f11a0a752
Merge pull request #335311 from kakkun61/fix-markup
lib/customisation.nix: fix markup
2024-08-17 12:20:31 +02:00
Fabian Affolter a0fee5ce92
Merge pull request #335322 from fabaff/myjwt-bump
python312Packages.myjwt: 1.6.1 -> 2.1.0
2024-08-17 12:20:10 +02:00
Bobby Rong b47cf768d9
Merge pull request #334762 from bobby285271/upd/webkitgtk
webkitgtk: 2.44.2 → 2.44.3
2024-08-17 18:10:46 +08:00
Bobby Rong b71fed44d1
Merge pull request #335289 from ryand56/update/vscodium
vscodium: 1.91.1.24193 -> 1.92.2.24228
2024-08-17 18:01:53 +08:00
Gaetan Lepage c0629bcdcc typst-lsp: mark as broken 2024-08-17 11:36:17 +02:00
Fabian Affolter 2e7880b2d0
Merge pull request #335258 from fabaff/ecs-logging-bump
python312Packages.ecs-logging: 2.1.0 -> 2.2.0
2024-08-17 11:31:56 +02:00
Fabian Affolter fd7c232473
Merge pull request #335321 from fabaff/mkdocstrings-python-bump
python312Packages.griffe: 0.47.0 -> 1.0.0, python312Packages.mkdocstrings-python: 1.10.5 -> 1.10.8
2024-08-17 11:31:46 +02:00
OTABI Tomoya a1df2520f0
Merge pull request #335170 from r-ryantm/auto-update/python312Packages.optimum
python312Packages.optimum: 1.21.3 -> 1.21.4
2024-08-17 18:23:37 +09:00
Gaétan Lepage acecc709c0
Merge pull request #333817 from nebunebu/vimPlugins
vimPlugins.tiny-inline-diagnostic-nvim: init at 2024-08-10
2024-08-17 10:55:13 +02:00
Pol Dellaiera 835b107055
Merge pull request #335124 from r-ryantm/auto-update/docker-compose
docker-compose: 2.29.1 -> 2.29.2
2024-08-17 10:48:24 +02:00
Pol Dellaiera 9bc5d82a96
Merge pull request #335193 from r-ryantm/auto-update/shell-gpt
shell-gpt: 1.4.3 -> 1.4.4
2024-08-17 10:47:50 +02:00
Pol Dellaiera d9acf08757
Merge pull request #335300 from softinio/vscode-extensions-databricks-databricks-init
vscode-extensions.databricks.databricks: init at 2.3.1
2024-08-17 10:46:44 +02:00
Thomas Gerbet c09333a1be
Merge pull request #335031 from r-ryantm/auto-update/brave
brave: 1.68.137 -> 1.68.141
2024-08-17 10:44:15 +02:00
Fabian Affolter 00951b325f python312Packages.myjwt: 1.6.1 -> 2.1.0
Changelog: https://github.com/tyki6/MyJWT/releases/tag/2.1.0
2024-08-17 10:43:24 +02:00
Fabian Affolter d060a8e49a python312Packages.mkdocstrings-python: 1.10.5 -> 1.10.8
Changelog: https://github.com/mkdocstrings/python/blob/1.10.8/CHANGELOG.md
2024-08-17 10:37:06 +02:00
Fabian Affolter 28e457dea7 python312Packages.griffe: 0.47.0 -> 1.0.0
Changelog: https://github.com/mkdocstrings/griffe/blob/1.0.0/CHANGELOG.md
2024-08-17 10:36:46 +02:00
Robert Schütz daf68f8d65
Merge pull request #335285 from r-ryantm/auto-update/sc-im
sc-im: 0.8.3 -> 0.8.4
2024-08-17 01:36:44 -07:00
Weijia Wang 6404e65bcf
Merge pull request #335175 from r-ryantm/auto-update/quill-log
quill-log: 6.1.0 -> 6.1.2
2024-08-17 10:29:10 +02:00
Alyssa Ross e850cbb4f8 Revert "gss: re-enable tests"
This reverts commit b83b5ef887.

Mass rebuild on Darwin, accidentally merged into master.
2024-08-17 10:27:02 +02:00
Masum Reza 34146ed1c5
Merge pull request #332346 from MatthewCash/fix/hyperv-deamons-fcopy
hyperv-daemons: fix fcopy build and nixfmt-rfc-style
2024-08-17 13:56:00 +05:30
Weijia Wang 1a51b7b863
Merge pull request #335286 from r-ryantm/auto-update/sysdig-cli-scanner
sysdig-cli-scanner: 1.13.2 -> 1.14.0
2024-08-17 10:25:43 +02:00
Elliot Cameron b83b5ef887 gss: re-enable tests
Two in-flight PRs (#327128 and #328673) both solved the same problem in a different way. This merges the best of both PRs and re-enables tests.
2024-08-17 10:25:04 +02:00
Colin b297828f75 baresip: enable the pipewire module 2024-08-17 08:17:51 +00:00
Colin cfa34ac9d2 baresip: enable the gst (gstreamer) module 2024-08-17 08:17:51 +00:00
Colin 6d30a57f86 baresip: enable the gtk feature
upstream's CMake feature detection expects the gtk3 package to supply
not only `cflags` but also `cflags_other`. i think the latter was
intended to be optional, so patch it out since our gtk doesn't supply it.
<1501ad367d/cmake/FindGTK3.cmake (L14-L15)>
2024-08-17 08:17:51 +00:00
Colin 0db1163a48 baresip: packaging cleanups
the `LIBRE*` and `USE_*` make flags were removed during the cmake
transition in v2.11.0: <https://github.com/baresip/baresip/pull/2354/files>

upstream now detects features on a best-effort basis, with pkg-config.
2024-08-17 08:17:51 +00:00
Colin 7245ee8389 baresip: assert that all expected modules were compiled 2024-08-17 08:17:51 +00:00
Fabian Affolter 30d5ef6576 elasticsearch-curator: 8.0.15 -> 8.0.16
Diff: https://github.com/elastic/curator/compare/refs/tags/v8.0.15...v8.0.16

Changelog: https://github.com/elastic/curator/releases/tag/v8.0.16
2024-08-17 10:00:02 +02:00
Kazuki Okamoto 55eedcc6dc
just fix markup 2024-08-17 16:47:58 +09:00
Fabian Affolter e5e7f76711
Merge pull request #335240 from fabaff/webexteamssdk-bump
python312Packages.webexteamssdk: 1.6.1 -> 2.0.1
2024-08-17 09:28:04 +02:00
Fabian Affolter 88f098f91e
Merge pull request #320455 from fabaff/aioruckus-bump
python312Packages.aioruckus: 0.34 -> 0.38
2024-08-17 09:24:25 +02:00
Fabian Affolter 576e148f00
Merge pull request #335216 from fabaff/aioquic-bump
python312Packages.aioquic: 1.1.0 -> 1.2.0
2024-08-17 09:21:51 +02:00
Fabian Affolter 3e3d5501af
Merge pull request #335217 from fabaff/aiogram-bump
python312Packages.aiogram: 3.10.0 -> 3.12.0
2024-08-17 09:21:42 +02:00
Fabian Affolter 4ac8972aba
Merge pull request #335218 from fabaff/aiounifi-bump
python312Packages.aiounifi: 79 -> 80
2024-08-17 09:21:31 +02:00
Fabian Affolter eacd86447a
Merge pull request #335219 from fabaff/aiosql-bump
python312Packages.aiosql: 10.2 -> 10.4
2024-08-17 09:21:17 +02:00
Fabian Affolter e2a725a9af
Merge pull request #335222 from fabaff/coinmetrics-api-client-bump
python312Packages.coinmetrics-api-client: 2024.7.11.18 -> 2024.8.16.10
2024-08-17 09:21:06 +02:00
Fabian Affolter e6e6436c39
Merge pull request #335245 from fabaff/aioairzone-cloud-bump
python312Packages.aioairzone-cloud: 0.6.1 -> 0.6.2
2024-08-17 09:20:54 +02:00
Fabian Affolter 1f0146e7f2
Merge pull request #335264 from fabaff/model-checker-bump
python311Packages.model-checker: 0.4.12 -> 0.5.6
2024-08-17 09:20:36 +02:00
Fabian Affolter 59cff1e28c
Merge pull request #335235 from fabaff/aiohomekit-bump
python312Packages.aiohomekit: 3.2.1 -> 3.2.2
2024-08-17 09:19:54 +02:00
Fabian Affolter a25beb09ed
Merge pull request #335242 from fabaff/wsgi-intercept-bump
python312Packages.wsgi-intercept: 1.13.0 -> 1.13.1
2024-08-17 09:17:39 +02:00
Fabian Affolter e1f1c91e57
Merge pull request #335236 from fabaff/checkov-bump
checkov: 3.2.223 -> 3.2.228
2024-08-17 09:17:26 +02:00
Fabian Affolter 5ffb738af7
Merge pull request #335260 from fabaff/minidump-bump
python311Packages.minidump: 0.0.23 -> 0.0.24
2024-08-17 09:17:15 +02:00
Fabian Affolter f5c477a2f7
Merge pull request #335215 from fabaff/aiorussound-bump
python312Packages.aiorussound: 2.3.1 -> 2.3.2
2024-08-17 09:16:19 +02:00
Fabian Affolter 23f5fe1660
Merge pull request #335228 from fabaff/rstcheck-bump
python312Packages.rstcheck: 6.2.1 -> 6.2.4
2024-08-17 09:15:55 +02:00
Fabian Affolter 2dcbe531df
Merge pull request #335226 from fabaff/fastcore-bump
python312Packages.fastcore: 1.7.0 -> 1.7.1
2024-08-17 09:15:40 +02:00
Fabian Affolter b602e97862
Merge pull request #335227 from fabaff/cyclopts-bump
python312Packages.cyclopts: 2.9.6 -> 2.9.7
2024-08-17 09:15:30 +02:00
zowoq 24d7835b9a delta: 0.17.0-unstable-2024-08-12 -> 0.18.0
Changelog: https://github.com/dandavison/delta/releases/tag/0.18.0
2024-08-17 16:46:15 +10:00
Aaron Jheng 02355a384f shfmt: 3.8.0 -> 3.9.0 2024-08-17 16:45:59 +10:00
Salar Rahmanian 07e989a55c vscode-extensions.databricks.databricks: init at 2.3.1 2024-08-16 23:32:01 -07:00
Pol Dellaiera 1a5b799949
Merge pull request #335267 from GaetanLepage/ruff-lsp
ruff-lsp: update and improvements
2024-08-17 08:02:20 +02:00