Pascal Bach
bbae156573
Merge pull request #206049 from rhoriguchi/plex
...
plex: 1.29.2.6364-6d72b0cf6 -> 1.30.0.6486-629d58034
2022-12-15 23:34:55 +01:00
kilianar
02d6ae9712
signal-desktop-beta: 6.1.0-beta.1 -> 6.2.0-beta.1
...
https://github.com/signalapp/Signal-Desktop/releases/tag/v6.2.0-beta.1
2022-12-15 23:32:38 +01:00
Sandro
78d53eadca
Merge pull request #201985 from Shawn8901/prometheus_web_config
2022-12-15 23:18:55 +01:00
R. Ryantm
24ba7dcc2f
doctl: 1.88.0 -> 1.90.0
2022-12-15 22:18:43 +00:00
R. Ryantm
9139613310
dnsproxy: 0.46.4 -> 0.46.5
2022-12-15 22:10:55 +00:00
R. Ryantm
f1806aa787
deno: 1.28.3 -> 1.29.1
2022-12-15 21:52:29 +00:00
Michael Weiss
497daee731
chromiumDev: 110.0.5449.0 -> 110.0.5464.2
2022-12-15 22:46:56 +01:00
Artturi
f9b2c36a7f
Merge pull request #205701 from Artturin/deprecatereplacechars
...
lib.replaceChars: warn about being a deprecated alias
2022-12-15 23:46:51 +02:00
Michael Weiss
ecf38ccd11
chromiumBeta: 109.0.5414.36 -> 109.0.5414.46
2022-12-15 22:46:34 +01:00
Sandro
a3a96a371a
Merge pull request #206141 from SuperSandro2000/python310Packages.ujson
...
python310Packages.ujson: 5.5.0 -> 5.6.0
2022-12-15 22:43:34 +01:00
Michael Weiss
1ceca71bfb
Merge pull request #206220 from michaeladler/ungoogled
...
ungoogled-chromium: 108.0.5359.99 -> 108.0.5359.125
2022-12-15 22:43:03 +01:00
Sandro
da74e9449a
Merge pull request #206140 from SuperSandro2000/python310Packages.isort
...
python310Packages.isort: 5.10.1 -> 5.11.2
2022-12-15 22:42:17 +01:00
Sandro
fe4636284b
Merge pull request #206144 from SuperSandro2000/black
...
black: 22.10.0 -> 22.12.0
2022-12-15 22:41:34 +01:00
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
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
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
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
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