Commit Graph

484483 Commits

Author SHA1 Message Date
figsoda
b0fa61a4e2
Merge pull request #231833 from r-ryantm/auto-update/treesheets
treesheets: unstable-2023-05-04 -> unstable-2023-05-13
2023-05-14 10:22:57 -04:00
figsoda
7f0646b7b6 cloudlog: shorten description
meta.description is supposed to be single-line
2023-05-14 10:21:04 -04:00
figsoda
1be3f0f60a
Merge pull request #231836 from r-ryantm/auto-update/function-runner
function-runner: 3.3.1 -> 3.4.0
2023-05-14 10:18:15 -04:00
Jörg Thalheim
22f3e9411e
Merge pull request #230498 from Mic92/zfs-overridable
zfs: make kernel packages overridable
2023-05-14 15:15:47 +01:00
figsoda
3c0e7c5cb2 cargo-semver-checks: 0.20.0 -> 0.20.1
Diff: https://github.com/obi1kenobi/cargo-semver-checks/compare/v0.20.0...v0.20.1

Changelog: https://github.com/obi1kenobi/cargo-semver-checks/releases/tag/v0.20.1
2023-05-14 10:15:19 -04:00
Sandro Jäckel
764201a478 github/CODEOWNERS: drop nbp 2023-05-14 14:11:54 +00:00
figsoda
15c18b6319 pokete: fix version test 2023-05-14 10:11:18 -04:00
figsoda
5d1509b942
Merge pull request #231840 from fgaz/pokete/0.9.1 2023-05-14 10:10:46 -04:00
Herwig Hochleitner
891d21166f
Merge pull request #231740 from bendlas/lldap-extra-tools
lldap: build lldap_set_password and migration-tool
2023-05-14 16:02:56 +02:00
figsoda
ff3341d834 cargo-expand: 1.0.48 -> 1.0.49
Diff: https://github.com/dtolnay/cargo-expand/compare/1.0.48...1.0.49

Changelog: https://github.com/dtolnay/cargo-expand/releases/tag/1.0.49
2023-05-14 10:01:02 -04:00
figsoda
8b94c04d15 bottom: 0.9.0 -> 0.9.1
Diff: https://github.com/ClementTsang/bottom/compare/0.9.0...0.9.1

Changelog: https://github.com/ClementTsang/bottom/blob/0.9.1/CHANGELOG.md
2023-05-14 09:59:44 -04:00
Sandro Jäckel
bb95e773eb
open-in-mpv: init at 2.1.0 2023-05-14 15:58:46 +02:00
Martin Weinelt
d441fbe7a5
Merge pull request #231762 from mweinelt/hyperkitty-bs4-fixup
mailmanPackages.hyperkitty: fix tests
2023-05-14 15:58:17 +02:00
K900
859cd545bb
Merge pull request #231829 from K900/poetry-wrapper-fix
poetry: make sure we don't load stuff from ambient PYTHONPATH
2023-05-14 16:45:56 +03:00
David McFarland
a4aa2c0476 linux: enable DRM_AMD_DC_FP on 6.4
In 6.4, DRM_AMD_DC_DCN is renamed to DRM_AMD_DC_FP.

Fixes: f5252cb7e0
2023-05-14 10:13:17 -03:00
Kirill Radzikhovskyy
a14e2b4b16 plausible: unbreak with latest nodejs 2023-05-14 09:05:21 -04:00
Weijia Wang
1bec372529
Merge pull request #231543 from nicknovitski/fix-mruby
mruby: fix build on darwin
2023-05-14 15:04:59 +02:00
Weijia Wang
e242c00ec9
Merge pull request #231816 from r-ryantm/auto-update/frugal
frugal: 3.16.18 -> 3.16.19
2023-05-14 15:04:21 +02:00
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
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
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
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