Christoph Heiss and Artturin
1303bc206e
blueman: fix cross-compilation
...
blueman checks runtime deps during the configure.
Fixes the following error when cross-compiling (in this case, to
aarch64):
```
error: builder for '/nix/store/kzrxxlk0vpsz6hwhl4rgf0ankfp3639h-blueman-aarch64-unknown-linux-gnu-2.3.5.drv' failed with exit code 1;
last 10 log lines:
> checking for python version... 3.10
> checking for python platform... linux
> checking for GNU default python prefix... ${prefix}
> checking for GNU default python exec_prefix... ${exec_prefix}
> checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.10/site-packages
> checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.10/site-packages
> checking for python-3.10... yes
> checking for ifconfig... no
> checking for ip... no
> configure: error: ifconfig or ip not found, install net-tools or iproute2
For full logs, run 'nix log /nix/store/kzrxxlk0vpsz6hwhl4rgf0ankfp3639h-blueman-aarch64-unknown-linux-gnu-2.3.5.drv'.
error: building '/nix/store/kzrxxlk0vpsz6hwhl4rgf0ankfp3639h-blueman-aarch64-unknown-linux-gnu-2.3.5.drv' failed
```
Signed-off-by: Christoph Heiss <christoph@c8h4.io >
2023-10-10 00:53:35 +03:00
Nick Cao and Alyssa Ross
a61a2f7b7d
python310Packages.pytensor: fix src hash
2023-10-05 08:06:28 +00:00
Jonathan Davies and Yt
47ed687e6e
quickwit: 0.6.3 -> 0.6.4
2023-10-05 08:00:53 +00:00
Fabian Affolter and GitHub
630e69dd37
Merge pull request #259050 from dotlambda/ypy-websocket-0.12.4
...
python310Packages.ypy-websocket: 0.12.3 -> 0.12.4
2023-10-05 09:59:43 +02:00
Fabian Affolter and GitHub
2093effada
Merge pull request #258788 from mbalatsko/init-aiobotocore-types
...
python3Packages.types-aiobotocore-*: init at 2.*
2023-10-05 09:58:50 +02:00
Fabian Affolter and GitHub
e90e97cfbe
Merge pull request #259126 from fabaff/checkov-bump
...
checkov: 2.5.3 -> 2.5.4
2023-10-05 09:55:41 +02:00
Fabian Affolter and GitHub
d579416a56
Merge pull request #258778 from r-ryantm/auto-update/checkstyle
...
checkstyle: 10.12.3 -> 10.12.4
2023-10-05 09:45:51 +02:00
Fabian Affolter and GitHub
4bd0fe7773
Merge pull request #258791 from r-ryantm/auto-update/python311Packages.pygithub
...
python311Packages.pygithub: 1.59.1 -> 2.1.1
2023-10-05 09:45:24 +02:00
Fabian Affolter and GitHub
cf0589a6da
Merge pull request #259011 from mbalatsko/update-aio-pika
...
python3Packages.aio-pika: 9.1.3 -> 9.3.0
2023-10-05 09:40:33 +02:00
Ulrik Strid and GitHub
d13553f4a8
Merge pull request #259058 from vbgl/ocaml-zmq-5.2.1
...
ocamlPackages.zmq: 5.1.5 → 5.2.1
2023-10-05 09:33:43 +02:00
Matthias Beyer and GitHub
cdfc61c6ad
Merge pull request #259099 from r-ryantm/auto-update/meli
...
meli: 0.8.1 -> 0.8.2
2023-10-05 09:17:27 +02:00
Fabian Affolter and GitHub
08e9415db8
Merge pull request #259108 from r-ryantm/auto-update/python310Packages.fake-useragent
...
python310Packages.fake-useragent: 1.2.1 -> 1.3.0
2023-10-05 08:56:31 +02:00
Fabian Affolter
e128a66c71
checkov: 2.5.3 -> 2.5.4
...
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/2.5.3...2.5.4
Changelog: https://github.com/bridgecrewio/checkov/releases/tag/2.5.4
2023-10-05 08:51:16 +02:00
Fabian Affolter and GitHub
fe39294762
Merge pull request #259019 from fabaff/checkov-bump
...
checkov: 2.4.61 -> 2.5.3
2023-10-05 08:48:59 +02:00
Fabian Affolter and GitHub
f5d1d8e989
Merge pull request #259021 from fabaff/restish-bump
...
restish: 0.18.0 -> 0.19.0
2023-10-05 08:48:40 +02:00
Fabian Affolter and GitHub
22b60da963
Merge pull request #259023 from fabaff/types-awscrt-bump
...
python311Packages.types-awscrt: 0.19.1 -> 0.19.2
2023-10-05 08:48:29 +02:00
Weijia Wang and Bjørn Forsman
60607a829d
ncview: 2.1.8 -> 2.1.9
2023-10-05 08:41:49 +02:00
Weijia Wang and Bjørn Forsman
3e32871bf0
ncview: refactor
2023-10-05 08:41:49 +02:00
Artturi and GitHub
47db6b4417
Merge pull request #258236 from jakuzure/roam-research-darwin
2023-10-05 08:38:36 +03:00
Fabián Heredia Montiel and GitHub
5c8cafbb68
Merge pull request #258933 from r-ryantm/auto-update/cirrus-cli
...
cirrus-cli: 0.104.0 -> 0.105.1
2023-10-04 23:35:43 -06:00
Artturi and GitHub
d7e7df403b
Merge pull request #259114 from cafkafk/cafk-fzf-meta-program
2023-10-05 08:07:26 +03:00
Artturi and GitHub
5555a1fb99
Merge pull request #258971 from cafkafk/cafk-ast-grep-0.12.4
2023-10-05 07:44:11 +03:00
Christina Sørensen
2b2b74526a
fzf: add meta.mainProgram
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com >
2023-10-05 06:27:42 +02:00
Martin Weinelt and GitHub
45f2fb90eb
Merge pull request #259083 from NixOS/home-assistant
...
home-assistant: 2023.9.3 -> 2023.10.0
2023-10-05 05:30:10 +02:00
Martin Weinelt
f92134d363
python311Packages.pyenphase: disable tests failing with syrupy 4.5.0
2023-10-05 05:24:25 +02:00
Martin Weinelt
6ef3db48a8
python311Packages.homeassistant-stubs: 2023.9.3 -> 2023.10.0
...
https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.10.0
2023-10-05 05:09:55 +02:00
Martin Weinelt
306ce8c5e2
python3Packages.syrupy: 4.2.1 -> 4.5.0
...
(cherry picked from commit f4e97eb05c )
2023-10-05 05:09:55 +02:00
Martin Weinelt
9a20605910
nixos/home-assistant: update bluetooth integrations
2023-10-05 05:09:55 +02:00
Martin Weinelt
eee2819fc4
home-assistant: 2023.9.3 -> 2023.10.0
...
https://www.home-assistant.io/blog/2023/10/04/release-202310/
2023-10-05 05:09:54 +02:00
Martin Weinelt
3180c9c4c4
python311Packages.pyserial-asyncio-fast: init at 0.11
...
Fast asyncio extension package for pyserial that implements eager writes.
2023-10-05 05:09:54 +02:00
Martin Weinelt
88bbc7fb16
python311Packages.zwave-js-server-python: 0.51.3 -> 0.52.1
...
https://github.com/home-assistant-libs/zwave-js-server-python/releases/tag/0.52.1
2023-10-05 05:09:54 +02:00
Martin Weinelt
81b126d821
python311Packages.zigpy-xbee: 0.18.2 -> 0.18.3
...
https://github.com/zigpy/zigpy-xbee/releases/tag/0.18.3
2023-10-05 05:09:53 +02:00
Martin Weinelt
41cfffed16
python311Packages.webrtc-noise-gain: 1.2.2 -> 1.2.3
...
https://github.com/rhasspy/webrtc-noise-gain/blob/v1.2.3/CHANGELOG.md
2023-10-05 05:09:53 +02:00
Robert Schütz and Martin Weinelt
e891c2423f
python310Packages.twitchapi: 3.11.0 -> 4.0.1
...
Changelog: https://github.com/Teekeks/pyTwitchAPI/blob/v4.0.1/docs/changelog.rst
2023-10-05 05:09:53 +02:00
R. Ryantm and Martin Weinelt
e465a0933a
python310Packages.screenlogicpy: 0.8.2 -> 0.9.1
2023-10-05 05:09:52 +02:00
Martin Weinelt
f261c2a3ee
python311Packages.python-roborock: 0.34.5 -> 0.34.6
...
https://github.com/humbertogontijo/python-roborock/blob/v0.34.6/CHANGELOG.md
2023-10-05 05:09:52 +02:00
Martin Weinelt
8a132db7a5
python311Packages.pysensibo: 1.0.33 -> 1.0.35
...
https://github.com/andrey-git/pysensibo/releases/tag/1.0.35
2023-10-05 05:09:52 +02:00
Martin Weinelt
3340f02c68
python311Packages.pyinsteon: 1.5.0 -> 1.5.1
...
https://github.com/pyinsteon/pyinsteon/releases/tag/1.5.1
2023-10-05 05:09:52 +02:00
Martin Weinelt
fccf689445
python311Packages.plexapi: 4.15.3 -> 4.15.4
...
https://github.com/pkkid/python-plexapi/releases/tag/4.15.4
2023-10-05 05:09:51 +02:00
Martin Weinelt
abc67d9b38
python311Packages.matrix-nio: 0.20.1 -> 0.21.2
...
https://github.com/poljar/matrix-nio/blob/0.21.2/CHANGELOG.md
2023-10-05 05:09:51 +02:00
Martin Weinelt
2036d5395a
home-assistant.intents: 2023.9.22 -> 2023.10.2
...
https://github.com/home-assistant/intents-package/compare/refs/tags/2023.9.22...2023.10.2
2023-10-05 05:09:51 +02:00
Martin Weinelt
db398d2a38
python311Packages.faadelays: 2023.8.0 -> 2023.9.1
...
https://github.com/ntilley905/faadelays/releases/tag/v2023.9.1
2023-10-05 05:09:51 +02:00
Martin Weinelt
a7642023cf
python3Packages.faadelays: 0.0.7 -> 2023.8.0
...
(cherry picked from commit 299f3a8896 )
2023-10-05 05:09:50 +02:00
Fabian Affolter and Martin Weinelt
ade9da151c
python311Packages.aiounifi: 62 -> 63
...
Diff: https://github.com/Kane610/aiounifi/compare/refs/tags/v62...v63
Changelog: https://github.com/Kane610/aiounifi/releases/tag/v63
2023-10-05 05:09:50 +02:00
948573bb0b
python311Packages.aiohue: 4.6.2 -> 4.7.0
...
Diff: https://github.com/home-assistant-libs/aiohue/compare/refs/tags/4.6.2...4.7.0
Changelog: https://github.com/home-assistant-libs/aiohue/releases/tag/4.7.0
Co-Authored-By: Maksym Balatsko <maksym.balatsko-ext@arista.com >
2023-10-05 05:09:50 +02:00
Fabian Affolter and Martin Weinelt
71e9121562
python311Packages.aioairzone-cloud: 0.2.2 -> 0.2.4
...
Diff: https://github.com/Noltari/aioairzone-cloud/compare/refs/tags/0.2.2...0.2.4
Changelog: https://github.com/Noltari/aioairzone-cloud/releases/tag/0.2.4
2023-10-05 05:09:50 +02:00
R. Ryantm
96c8446615
python310Packages.fake-useragent: 1.2.1 -> 1.3.0
2023-10-05 03:00:53 +00:00
Artturi and GitHub
c748544b2f
Merge pull request #241206 from amjoseph-nixpkgs/tighten-inhibit_libc-condition
2023-10-05 04:43:53 +03:00
Artturi and GitHub
25c3b03038
Merge pull request #258576 from evalexpr/altair-use-wayland
2023-10-05 04:41:38 +03:00
Nick Cao and GitHub
01214215b1
Merge pull request #255882 from GaetanLepage/pytensor
...
python310Packages.pytensor: 2.11.3 -> 2.17.1
2023-10-04 21:32:52 -04:00