Commit graph

455664 commits

Author SHA1 Message Date
Vincent Laporte
b965765e5d ocamlPackages.netchannel: 2.1.1 → 2.1.2 2023-02-18 13:26:46 +01:00
pennae
81cf173256 nixos-render-docs: use multiprocessing for options
options processing is pretty slow right now, mostly because the
markdown-it-py parser is pure python (and with performance
pessimizations at that). options parsing *is* embarassingly parallel
though, so we can just fork out all the work to worker processes and
collect the results.

multiprocessing probably has a greater benefit on linux than on darwin
since the worker spawning method darwin uses is less efficient than
fork() on linux. this hasn't been tested on darwin, only on linux, but
if anything darwin will be faster with its preferred method.
2023-02-18 13:17:57 +01:00
github-actions[bot]
5f4e07deb7 terraform-providers.vault: 3.12.0 → 3.13.0 2023-02-18 21:52:29 +10:00
github-actions[bot]
28f6883dd5 terraform-providers.azurerm: 3.44.0 → 3.44.1 2023-02-18 21:52:29 +10:00
github-actions[bot]
29b571a505 terraform-providers.huaweicloud: 1.44.1 → 1.44.2 2023-02-18 21:52:29 +10:00
github-actions[bot]
e26cbd73d3 terraform-providers.github: 5.17.0 → 5.18.0 2023-02-18 21:52:29 +10:00
github-actions[bot]
6d3b26f154 terraform-providers.azuread: 2.34.0 → 2.34.1 2023-02-18 21:52:29 +10:00
Fabian Affolter
e2f4fa73e7
Merge pull request #216881 from fabaff/fortiosapi-fix
python310Packages.fortiosapi: add missing input
2023-02-18 12:47:54 +01:00
Fabian Affolter
30baa9abb7
Merge pull request #216916 from r-ryantm/auto-update/python310Packages.pipdeptree
python310Packages.pipdeptree: 2.3.3 -> 2.4.0
2023-02-18 12:46:13 +01:00
Fabian Affolter
49fe17d3b4
Merge pull request #216918 from r-ryantm/auto-update/flexget
flexget: 3.5.24 -> 3.5.25
2023-02-18 12:45:46 +01:00
Fabian Affolter
d76f7245ab
Merge pull request #215984 from fabaff/ciscoconfparse-bump
python310Packages.ciscoconfparse: 1.6.50 -> 1.7.15
2023-02-18 12:40:05 +01:00
Pavol Rusnak
8db1a7588f
Merge pull request #216851 from lilyinstarlight/misc/kodelife-updatescript 2023-02-18 12:35:34 +01:00
superherointj
92e139bcf4
Merge pull request #215481 from bryanasdev000/kubeshark
kubeshark: init at 38.5
2023-02-18 08:14:08 -03:00
Yureka
e1f1c7eb79
Revert "setup-hooks/reproducible-builds.sh: NIX_OUTPATH_USED_AS_RANDOM_SEED" (#216935)
This is a stdenv rebuild and should have gone to staging
2023-02-18 11:33:13 +01:00
Jonas Heinrich
ef56f34e07 opensnitch: Fix build by sticking with Go 1.18 2023-02-18 04:55:46 -05:00
Sergei Trofimovich
95e7aa789d
Merge pull request #216194 from Kiskae/patch-4
xwayland: enable libunwind
2023-02-18 09:47:12 +00:00
Jonas Heinrich
48c2331991
Merge pull request #216856 from fabaff/grype-bump
grype: 0.56.0 -> 0.57.1
2023-02-18 10:20:44 +01:00
Sergei Trofimovich
c8ca871429
Merge pull request #216016 from amjoseph-nixpkgs/pr/setup/NIX_OUTPATH_USED_AS_RANDOM_SEED
setup-hooks/reproducible-builds.sh: NIX_OUTPATH_USED_AS_RANDOM_SEED
2023-02-18 09:20:26 +00:00
Fabian Affolter
b371d35aa6
Merge pull request #216890 from fabaff/jaconv-bump
python310Packages.jaconv: 0.3.1 -> 0.3.4
2023-02-18 10:04:06 +01:00
Bryan A. S
0fcc1b8ef8 kubeshark: init at 38.5 2023-02-18 05:03:19 -03:00
Nick Cao
dd48301e0d
Merge pull request #216806 from ulrikstrid/ulrikstrid--kitty-themes-2023-01-08
kitty-themes: 2022-08-11 -> 2023-01-08
2023-02-18 15:58:25 +08:00
Nick Cao
54a954d251
Merge pull request #216302 from NickCao/libvisual
libvisual: disable building examples when cross compiling
2023-02-18 15:52:59 +08:00
Nick Cao
2373e77aa2
Merge pull request #216598 from NickCao/tdesktop
tdesktop: 4.6.2 -> 4.6.3
2023-02-18 15:52:30 +08:00
Nikola Knezevic
aae8cfd998 tvnamer: add setuptools dependency to requests-cache 0.5.2
tvnamer has a direct dependency on old version of requests-cache 0.5.2.
Unfortunately, it was failing to build as it was missing setuptools.
This change adds this dependency. Along with the fixes to tvdb_api, now
tvnamer correctly builds.
2023-02-18 14:56:34 +08:00
Nikola Knezevic
06841a64aa tvdb_api: unblock by using the latest version
Unreleased version (there have not been any updates since April 2021)
contains fixes to _to_bytes issue that caused tvdb_api to fail to build.
2023-02-18 14:56:34 +08:00
R. Ryantm
145630955d flexget: 3.5.24 -> 3.5.25 2023-02-18 06:40:43 +00:00
R. Ryantm
c79e326a59 erlang: 25.2.2 -> 25.2.3 2023-02-18 01:34:50 -05:00
Dmitry Kalinkin
33f52948e6
Merge pull request #216907 from NixOS/tensor-cleanup
python310Packages.tensorflow: remove ? null from inputs
2023-02-18 01:15:06 -05:00
Nick Cao
606f8af262
Merge pull request #216910 from figsoda/cargo-tally
cargo-tally: 1.0.22 -> 1.0.23
2023-02-18 13:50:50 +08:00
R. Ryantm
0980625b3c python310Packages.pipdeptree: 2.3.3 -> 2.4.0 2023-02-18 05:42:53 +00:00
Nick Cao
88f9545434
Merge pull request #216226 from tux1c/mongoc-1.23.2
mongoc: 1.23.1 -> 1.23.2
2023-02-18 13:34:21 +08:00
Nick Cao
67176fa69d
Merge pull request #216860 from fabaff/xiaomi-ble-bump
python310Packages.xiaomi-ble: 0.16.3 -> 0.16.4
2023-02-18 13:20:05 +08:00
figsoda
9e9a2124cf cargo-tally: 1.0.22 -> 1.0.23
Changelog: https://github.com/dtolnay/cargo-tally/releases/tag/1.0.23
2023-02-17 23:42:30 -05:00
Nick Cao
63d3f5aec3
Merge pull request #216803 from joshniemela/master
julia_19: 1.9.0-beta2 -> 1.9.0-beta4
2023-02-18 11:09:36 +08:00
Nick Cao
adc41db18f
Merge pull request #216679 from anthonyroussel/awscli_2_10
awscli2: 2.9.21 -> 2.10.0
2023-02-18 10:58:49 +08:00
Nick Cao
d9eb7f0f81
Merge pull request #216794 from erikarvstedt/btcpayserver-1.7.12
btcpayserver: 1.7.7 -> 1.7.12
2023-02-18 10:51:05 +08:00
Bobby Rong
54c86ebc98
Merge pull request #216586 from bobby285271/fix/pantheon-clutter-cleanup
Pantheon: cleanup unused clutter dep
2023-02-18 10:50:26 +08:00
Nick Cao
0e3867cead
Merge pull request #216811 from R-VdP/via-2-1-0
Via 2.0.5 -> 2.1.0
2023-02-18 10:49:28 +08:00
Anderson Torres
d0e354b9a1
Merge pull request #216528 from GenericNerdyUsername/xemu-init
xemu: init at 0.7.84
2023-02-17 23:46:58 -03:00
Nick Cao
87e235fdd9
Merge pull request #216840 from jansol/tauon
tauon: 7.4.7 -> 7.5.0
2023-02-18 10:46:46 +08:00
Nick Cao
d60abd1937
Merge pull request #216831 from eliandoran/dev/trilium-update
trilium-{desktop,server}: 0.58.7 -> 0.58.8
2023-02-18 10:46:02 +08:00
Nick Cao
9d3aa00ab5
Merge pull request #216871 from arjan-s/init-types-pillow
python3Packages.types-pillow: init at 9.4.0.12
2023-02-18 10:44:21 +08:00
Nick Cao
14f6afaeaf
Merge pull request #216847 from lilyinstarlight/misc/platform-folders-updatescript
platform-folders: add updateScript
2023-02-18 10:44:11 +08:00
Nick Cao
5dddbf8190
Merge pull request #216848 from lilyinstarlight/misc/gl3w-updatescript
gl3w: add updateScript
2023-02-18 10:43:45 +08:00
Nick Cao
2d5f853060
Merge pull request #216849 from lilyinstarlight/misc/crossguid-updatescript
crossguid: add updateScript
2023-02-18 10:43:31 +08:00
Nick Cao
396d8cdc91
Merge pull request #216854 from amesgen/gh-dash-3.7.6
gh-dash: 3.6.0 -> 3.7.6
2023-02-18 10:42:39 +08:00
Nick Cao
b0a79459dc
Merge pull request #216863 from bcdarwin/revert-catboost-breakage
Revert "python3Packages.catboost: 1.0.5 -> 1.1.1"
2023-02-18 10:42:13 +08:00
Sandro Jäckel
a7deb859a8
python310Packages.tensorflow: remove ? null from inputs 2023-02-18 03:37:57 +01:00
Sandro
3b85f26233
Merge pull request #215863 from sikmir/python-isort 2023-02-18 03:37:30 +01:00
Sandro
bbe2cf62a8
Merge pull request #206404 from fgaz/openrgb-plugin-hardwaresync/init 2023-02-18 03:14:49 +01:00