Commit Graph

484579 Commits

Author SHA1 Message Date
natsukium
a8a036a1ba python3Packages.langchain: 0.0.166 -> 0.0.168
Diff: https://github.com/hwchase17/langchain/compare/refs/tags/v0.0.166...v0.0.168

Changelog: https://github.com/hwchase17/langchain/releases/tag/v0.0.168
2023-05-14 09:03:30 -04:00
natsukium
4d5505e97b python3Packages.steamship: init at 2.16.9 2023-05-14 09:03:30 -04:00
Weijia Wang
691696ebad
Merge pull request #231732 from wegank/xorg-server-darwin
xorg.xorgserver: substitute outside of patches
2023-05-14 15:02:46 +02:00
Alyssa Ross
1fed084b65 crosvm: 112.0 -> 113.0 2023-05-14 13:00:06 +00:00
zowoq
d5d16930f3 cni-plugins: 1.2.0 -> 1.3.0
Diff: https://github.com/containernetworking/plugins/compare/v1.2.0...v1.3.0

Changelog: https://github.com/containernetworking/plugins/releases/tag/v1.3.0
2023-05-14 22:27:33 +10:00
Maximilian Bosch
577ffe768c
wiki-js: use nodejs18
Part of #229910.

Unfortunately this is a little hacky because upstream doesn't intend to
support it for 2.5, but only for 3.0 which isn't out yet, however nodejs-16
will get out of maintenance during the support-span of NixOS 23.05[1].

The only breaking change is that `extract-files` uses a deprecated way
of exposing modules, I went through the list of other breaking
changes in v17 and v18[2][3] and couldn't spot any usage of removed
features, also local testing didn't reveal further issues.

Unfortunately fixing that breakage turned out to be non-trivial.
Currently, `extract-files@9.0.0` is used with the problematic portions
in its `package.json`, however it's only a transitive dependency of
`@graphql-tools/url-loader` & `apollo-upload-client`. Unfortunately, the
versions of that in use require v9 and don't work with a newer version of
`extract-files` with the problem fixed[4]. Also, upgrading the
dependencies in question is not a feasible option because `graphql-tools`
was split up into multiple smaller packages in v8 and also some of the
APIs in use in `wiki.js` were dropped there[5], so this would also be
very time-consuming and non-trivial to fix.

Since this was the only issue, I decided to go down the hacky route and
patch the problem in `package.json` of `extract-files` manually during
our `patchPhase`.

[1] https://github.com/requarks/wiki/discussions/6388
[2] https://nodejs.org/en/blog/release/v17.0.0
[3] https://nodejs.org/en/blog/release/v18.0.0
[4] Upon local testing, this broke with the following error:

        Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './public/extractFiles' is not defined by "exports" in /wiki/node_modules/extract-files/package.json
[5] For instance `SchemaDirectiveVisitor` in
  `server/graph/directives/auth`.
2023-05-14 14:25:33 +02:00
rewine
b53d5fd054 wbg: 1.0.2 -> 1.1.0 2023-05-14 09:10:24 -03:00
Dmitry Ivankov
480f542858 bitcoin: fix copmilation on x86_64-darwin
Bump apple sdk to 11 to get rid of errors like
```
/nix/store/k9pa9xjcv603qxmm40jc0x4a5smih5dd-apple-framework-CoreFoundation-11.0.0/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:1189:83: error: expected ','
    kCFURLBookmarkCreationWithSecurityScope API_AVAILABLE(macos(10.7), macCatalyst(13.0))  API_UNAVAILABLE(ios, watchos, tvos) = ( 1UL << 11 ), // Mac OS X 10.7.3 and later, include information in the bookmark data which allows the same sandboxed process to access the resource after being relaunched
```
https://hydra.nixos.org/build/219157902/nixlog/3

ZHF: #230712
2023-05-14 14:08:03 +02:00
Weijia Wang
d59fdad181
Merge pull request #231790 from r-ryantm/auto-update/terminus_font_ttf
terminus_font_ttf: 4.49.1 -> 4.49.3
2023-05-14 14:07:21 +02:00
R. Ryantm
03b6a32a67 function-runner: 3.3.1 -> 3.4.0 2023-05-14 12:06:01 +00:00
Weijia Wang
271735a0b9 xorg.xorgserver: substitute outside of patches 2023-05-14 14:02:10 +02:00
Guillaume Girol
70d8a790cd
Merge pull request #230496 from chvp/bump-xrdp
xrdp: 0.9.21.1 -> 0.9.22
2023-05-14 11:53:59 +00:00
Weijia Wang
19a88c0d8e
Merge pull request #231450 from r-ryantm/auto-update/ueberzugpp
ueberzugpp: 2.8.0 -> 2.8.1
2023-05-14 13:51:33 +02:00
Francesco Gazzetta
baa7ca476f pokete: 0.9.0 -> 0.9.1 2023-05-14 13:49:49 +02:00
R. Ryantm
d15132bdea treesheets: unstable-2023-05-04 -> unstable-2023-05-13 2023-05-14 11:46:50 +00:00
Mostly Void
3830fa6e28
mods: init at 0.1.1 2023-05-14 17:16:23 +05:30
Guillaume Girol
8442395570
Merge pull request #230903 from Scrumplex/openvr-darwin
openvr: mark as broken on Darwin
2023-05-14 11:46:06 +00:00
Guillaume Girol
d9a32fcdb9
Merge pull request #231053 from kenranunderscore/update-infra-arcana
infra-arcana: 21.0.1 -> 22.0.0
2023-05-14 11:45:35 +00:00
Robert Scott
43dcd99082
Merge pull request #231177 from jleightcap/jl/glasgow-fix
glasgow: update, fix failing build
2023-05-14 12:42:32 +01:00
K900
d4f2e34e34 poetry: make sure we don't load stuff from ambient PYTHONPATH 2023-05-14 14:25:30 +03:00
Antoine Labarussias
6bd61974b8
vault-bin: 1.13.1 -> 1.13.2 2023-05-14 13:11:28 +02:00
Robert Scott
5cc4232087
Merge pull request #231389 from wkral/giada-build-fix
giada: unstable-2021-09-24 -> 0.24.0
2023-05-14 12:09:16 +01:00
Mario Rodas
2f018f0a0e
Merge pull request #231819 from marsam/update-pgvector
postgresqlPackages.pgvector: 0.4.1 -> 0.4.2
2023-05-14 05:56:11 -05:00
Mario Rodas
9390fc8cd2
Merge pull request #231711 from bcdarwin/update-crc32c
python310Packages.crc32c: 2.2.post0 -> 2.3.post0
2023-05-14 05:55:34 -05:00
Mario Rodas
0d1dbf8caa
Merge pull request #231721 from bcdarwin/update-peft
python310Packages.peft: 0.2.0 -> 0.3.0
2023-05-14 05:54:59 -05:00
Nikolay Korotkiy
c7d1d0028a
Merge pull request #231821 from r-ryantm/auto-update/cudatext-qt
cudatext-qt: 1.193.3 -> 1.194.0
2023-05-14 14:53:04 +04:00
Mario Rodas
dacf8d530e
Merge pull request #231788 from r-ryantm/auto-update/python310Packages.thinc
python310Packages.thinc: 8.1.8 -> 8.1.10
2023-05-14 05:52:15 -05:00
R. Ryantm
1ddde9385a fheroes2: 1.0.3 -> 1.0.4 2023-05-14 10:52:00 +00:00
Pavol Rusnak
d30edefc89
Merge pull request #231822 from r-ryantm/auto-update/clightning 2023-05-14 12:51:15 +02:00
R. Ryantm
d8b65b7123 clightning: 23.02.2 -> 23.05 2023-05-14 10:22:02 +00:00
R. Ryantm
9362bc682a cudatext-qt: 1.193.3 -> 1.194.0 2023-05-14 10:13:19 +00:00
R. Ryantm
d080004dfa viceroy: 0.4.5 -> 0.5.0 2023-05-14 10:11:21 +00:00
Mario Rodas
176aaf016a
Merge pull request #231804 from r-ryantm/auto-update/jackett
jackett: 0.20.4105 -> 0.20.4145
2023-05-14 04:21:41 -05:00
Flakebi
60eb400a1b salt: 3006.0 -> 3006.1
Changelog: https://docs.saltproject.io/en/latest/topics/releases/3006.1.html
2023-05-14 11:16:13 +02:00
R. Ryantm
bb3fc09853 frugal: 3.16.18 -> 3.16.19 2023-05-14 09:05:58 +00:00
Nick Cao
92eef9a00d
Merge pull request #231795 from tomodachi94/update/craftos-pc/2.7.4
craftos-pc: 2.7.3 -> 2.7.4
2023-05-14 17:01:59 +08:00
Nick Cao
f95f2147d6
Merge pull request #231798 from r-ryantm/auto-update/python311Packages.cpyparsing
python311Packages.cpyparsing: 2.4.7.1.2.0 -> 2.4.7.1.2.1
2023-05-14 17:00:43 +08:00
Nick Cao
26a675eaeb
Merge pull request #231800 from natsukium/pylyzer/update
pylyzer: 0.0.26 -> 0.0.27
2023-05-14 16:59:07 +08:00
Nick Cao
ac83310646
Merge pull request #231803 from r-ryantm/auto-update/snac2
snac2: 2.30 -> 2.31
2023-05-14 16:58:04 +08:00
R. Ryantm
6c985ec230 opentelemetry-collector-contrib: 0.76.1 -> 0.77.0 2023-05-14 08:56:18 +00:00
Fabian Affolter
04810cc58d
python311Packages.cpyparsing: add changelog to meta 2023-05-14 10:44:31 +02:00
Jonas Heinrich
9241cee3c4
Merge pull request #224274 from SuperSandro2000/nixos/nextcloud-notify_push
nixos/nextcloud: add configureRedis option; nixos/nextcloud-notify_push: add bendDomainToLocalhost
2023-05-14 10:35:57 +02:00
Fabian Affolter
d5be467efe
Merge pull request #231771 from r-ryantm/auto-update/python311Packages.grpcio-testing
python311Packages.grpcio-testing: 1.54.0 -> 1.54.2
2023-05-14 10:22:50 +02:00
Fabian Affolter
40dd084f39
Merge pull request #231802 from fabaff/weaviate-client-fix
python311Packages.weaviate-client: relax requests constraint
2023-05-14 10:20:48 +02:00
Kirill Radzikhovskyy
f0cab06f93 godot: 3.5.1 -> 3.5.2 2023-05-14 18:15:39 +10:00
Fabian Affolter
5b7127e2af
Merge pull request #231676 from fabaff/aiolifx-bump
python310Packages.aiolifx: 0.8.10 -> 0.9.0
2023-05-14 10:09:59 +02:00
Nick Cao
491c395163 mawk: fix cross compilation 2023-05-14 07:45:58 +00:00
Mostly Void
b441d69ae2
rome: init at 12.1.0 2023-05-14 13:15:25 +05:30
Pavol Rusnak
3dbdb44d88
Merge pull request #231794 from r-ryantm/auto-update/python311Packages.ffmpeg-progress-yield 2023-05-14 09:44:33 +02:00
Fabian Affolter
67609c59f5 python311Packages.weaviate-client: fix versioning 2023-05-14 09:33:16 +02:00