Commit Graph

435599 Commits

Author SHA1 Message Date
Artturi
e57d97b2be
Merge pull request #204652 from Luflosi/update/linuxPackages.apfs
linuxPackages.apfs: unstable-2022-08-15 -> unstable-2022-10-20
2022-12-15 23:14:07 +02:00
Jonas Heinrich
22450a3c2e libsForQt5.station: init at 2.2.1 2022-12-15 13:13:07 -08:00
Robert Schütz
a8df04c790 python310Packages.rapidfuzz: 2.13.4 -> 2.13.6
https://github.com/maxbachmann/RapidFuzz/blob/v2.13.6/CHANGELOG.rst
2022-12-15 12:43:05 -08:00
Artturi
999d9f70ad
Merge pull request #206184 from Artturin/androidenvinfirec
androidenv: use callPackage instead of import & fix infinite recursion
2022-12-15 22:33:54 +02:00
Lionello Lunesu
7490e05627 pulumi-bin: 3.46.0 -> 3.49.0 2022-12-15 12:29:23 -08:00
Artturin
05a2dfd674 lib.replaceChars: warn about being a deprecated alias
replaceStrings has been in nix since 2015(nix 1.10)

so it is safe to remove the fallback

d6d5885c15
2022-12-15 22:25:51 +02:00
figsoda
084fd69045
Merge pull request #206152 from figsoda/jumpy
jumpy: 0.4.3 -> 0.5.1
2022-12-15 15:00:15 -05:00
Artturin
a2f85e0fa8 androidenv: use callPackage instead of import & fix infinite recursion
infinite recursion was due to autoPatchelfHook being in buildInputs of
platform-tools, i will add a lint for it in nix-community/nixpkgs-lint.

```
$ nix build ".#pkgsCross.aarch64-android-prebuilt.hello" --show-trace 2>&1 | rg 'while evaluating the attr.+deriv'
    … while evaluating the attribute 'stdenv' of the derivation 'zlib-aarch64-unknown-linux-android-1.2.13'
    … while evaluating the attribute 'CPPFLAGS' of the derivation 'python3-aarch64-unknown-linux-android-3.10.8'
    … while evaluating the attribute 'setuptools' of the derivation 'python-catch-conflicts-hook'
    … while evaluating the attribute 'nativeBuildInputs' of the derivation 'python3.10-pyelftools-0.28'
    … while evaluating the attribute 'passAsFile' of the derivation 'python3-3.10.8-env'
    … while evaluating the attribute 'pythonInterpreter' of the derivation 'auto-patchelf-hook'
    … while evaluating the attribute 'buildInputs' of the derivation 'platform-tools-33.0.2'
    … while evaluating the attribute 'installPhase' of the derivation 'ndk-24.0.8215888'
    … while evaluating the attribute 'installPhase' of the derivation 'aarch64-unknown-linux-android-ndk-toolchain-24.0.8215888'
    … while evaluating the attribute 'bintools_bin' of the derivation 'aarch64-unknown-linux-android-ndk-toolchain-wrapper-24.0.8215888'
    … while evaluating the attribute 'bintools' of the derivation 'aarch64-unknown-linux-android-ndk-toolchain-wrapper-24.0.8215888'
    … while evaluating the attribute 'defaultNativeBuildInputs' of the derivation 'stdenv-linux'
    … while evaluating the attribute 'stdenv' of the derivation 'hello-aarch64-unknown-linux-android-2.12.1'
```

stdenv -> stdenv.cc -> bintools -> android-ndk-toolchain -> ndk -> platform-tools -> auto-patchelf-hook -> python3 -> zlib -> stdenv -> stdenv.cc -> ...

autoPatchelfHook was in buildInputs of platform-tools so we needed the host tools to build
it but platform-tools was a required tool
2022-12-15 21:55:22 +02:00
Sandro
2df9e98efe
Merge pull request #206168 from SuperSandro2000/eth-keys 2022-12-15 20:54:12 +01:00
Sandro
a1cc9f4f05
Merge pull request #206171 from SuperSandro2000/morty 2022-12-15 20:53:58 +01:00
Sandro
a9e692b4a4
Merge pull request #195838 from 06kellyjac/semgrep
resolves https://github.com/NixOS/nixpkgs/issues/192149
2022-12-15 20:41:57 +01:00
R. Ryantm
d0312232ef clusterctl: 1.3.0 -> 1.3.1 2022-12-15 19:32:50 +00:00
SubhrajyotiSen
49ad241e30 maestro: 1.15.0 -> 1.17.2 2022-12-16 00:54:37 +05:30
figsoda
8d49bc258d
Merge pull request #206280 from Frostman/mdbook-0.4.23
mdbook: 0.4.21 -> 0.4.24
2022-12-15 14:24:09 -05:00
Dmitry Kalinkin
e62f497a2f pythonPackages.{awkward0,uproot3}: remove 2022-12-15 14:12:39 -05:00
Dmitry Kalinkin
3018e5d392 python3Packages.uproot: 4.3.6 -> 5.0.0 2022-12-15 14:12:39 -05:00
Dmitry Kalinkin
d8f20f1ceb python3Packages.scikit-hep-testdata: 0.4.21 -> 0.4.24 2022-12-15 14:12:38 -05:00
Dmitry Kalinkin
d014abb574 python3Packages.awkward: 1.10.2 -> 2.0.0 2022-12-15 14:12:38 -05:00
Dmitry Kalinkin
02ba62f8f3 python3Packages.awkward-cpp: init at 2 2022-12-15 14:12:38 -05:00
Dmitry Kalinkin
a0b0a4ac29 python3Packages.scikit-build-core: init at 0.1.3 2022-12-15 14:12:37 -05:00
Samuel Ainsworth
8ba90bbc63
Merge pull request #206212 from r-ryantm/auto-update/python310Packages.pytorch-pfn-extras
python310Packages.pytorch-pfn-extras: 0.6.2 -> 0.6.3
2022-12-15 11:07:50 -08:00
R. Ryantm
2ce4eabb03 python310Packages.python-telegram-bot: 13.14 -> 13.15 2022-12-15 13:56:52 -05:00
Nikolay Korotkiy
6f3f817277
Merge pull request #206013 from r-ryantm/auto-update/nanomq
nanomq: 0.14.1 -> 0.14.5
2022-12-15 22:03:12 +04:00
github-actions[bot]
eaf7260c5b
Merge master into staging-next 2022-12-15 18:01:21 +00:00
figsoda
8416b685c3
Merge pull request #206188 from r-ryantm/auto-update/wasmer
wasmer: 3.0.2 -> 3.1.0
2022-12-15 12:57:54 -05:00
Pol Dellaiera
e2bdcb8f1f vscode-extensions.bmewburn.vscode-intelephense-client: init at 1.8.2 2022-12-15 09:52:14 -08:00
Sergei Lukianov
f2eaf1356c mdbook: add Frostman to maintainers 2022-12-15 09:46:28 -08:00
figsoda
d80a741052
Merge pull request #206232 from r-ryantm/auto-update/bacon
bacon: 2.2.5 -> 2.2.7
2022-12-15 12:42:14 -05:00
figsoda
8420323030
Merge pull request #206263 from r-ryantm/auto-update/cargo-release
cargo-release: 0.24.0 -> 0.24.1
2022-12-15 12:37:52 -05:00
Sergei Lukianov
8d42c003b4 mdbook: 0.4.21 -> 0.4.24 2022-12-15 09:34:04 -08:00
PedroHLC ☭
ccaaee6041
linuxKernel.kernels.linux_lqx: 6.0.12-lqx1 -> 6.0.13-lqx2 2022-12-15 14:30:54 -03:00
PedroHLC ☭
b2d1abd60d
linuxKernel.kernels.linux_zen: 6.0.12-zen1 -> 6.1-zen1 2022-12-15 14:29:17 -03:00
Vladimír Čunát
3a4c97caa0
thunderbird*: 102.5.1 -> 102.6.0
https://www.thunderbird.net/en-US/thunderbird/102.6.0/releasenotes/
2022-12-15 18:25:14 +01:00
Anderson Torres
f0f7ea2905
Merge pull request #206266 from r-ryantm/auto-update/castxml
castxml: 0.5.0 -> 0.5.1
2022-12-15 14:04:02 -03:00
figsoda
768c73fa8c zine: 0.8.1 -> 0.9.0
Changelog: https://github.com/zineland/zine/releases/tag/v0.9.0
2022-12-15 11:51:53 -05:00
figsoda
f39c0e5e8f
Merge pull request #206170 from figsoda/felix
felix-fm: 2.2.0 -> 2.2.1
2022-12-15 11:47:37 -05:00
Sandro
07847cdcb4
Merge pull request #204952 from freezeboy/newman-532
newman: 5.2.2 -> 5.3.2
2022-12-15 17:34:21 +01:00
Sandro
6586a3d13d
Merge pull request #187525 from nviets/xgboost-headers
xgboost: add headers from dmlc-core and rabit
2022-12-15 17:33:33 +01:00
R. Ryantm
bd80e76def chamber: 2.10.12 -> 2.11.0 2022-12-15 16:08:48 +00:00
0x4A6F
064b4d4ac1
Merge pull request #206255 from helsinki-systems/fix/coturn
coturn: fix openssl issues
2022-12-15 17:08:24 +01:00
R. Ryantm
41698c76ae castxml: 0.5.0 -> 0.5.1 2022-12-15 15:26:47 +00:00
R. Ryantm
25c7f56c72 cargo-release: 0.24.0 -> 0.24.1 2022-12-15 15:21:22 +00:00
Jonas Heinrich
234c988374 nc4nix: unstable-2022-11-30 -> unstable-2022-12-07 2022-12-15 10:19:21 -05:00
Bobby Rong
8eb516c3da
cinnamon.cinnamon-common: 5.6.4 -> 5.6.5
https://github.com/linuxmint/cinnamon/compare/5.6.4...5.6.5
2022-12-15 23:09:08 +08:00
Bobby Rong
aaef197f57
cinnamon.xreader: 3.6.0 -> 3.6.2
https://github.com/linuxmint/xreader/compare/3.6.0...3.6.2
2022-12-15 23:09:00 +08:00
Martin Weinelt
94fa2d6c13
Merge pull request #206192 from dotlambda/home-assistant-here_travel_time
home-assistant: support here_travel_time component
2022-12-15 16:05:29 +01:00
Martin Weinelt
be56593f78 python3Packages.respx: 0.20.0 -> 0.20.1
Diff: https://github.com/lundberg/respx/compare/0.20.0...0.20.1

Changelog: https://github.com/lundberg/respx/blob/0.20.1/CHANGELOG.md
2022-12-15 15:46:37 +01:00
Lassulus
c57e0a6ef5
Merge pull request #206249 from NetaliDev/vbam-update
vbam: 2.1.4 -> 2.1.5 + add GUI
2022-12-15 15:26:49 +01:00
Fabian Affolter
fa16b0da31
python310Packages.r2pipe: disable on older Python releases 2022-12-15 14:56:43 +01:00
Fabian Affolter
1e62cda6db
Merge pull request #206228 from r-ryantm/auto-update/appthreat-depscan
appthreat-depscan: 3.3.0 -> 3.4.0
2022-12-15 14:54:43 +01:00