Commit Graph

631617 Commits

Author SHA1 Message Date
Jakub Kozłowski
df615778ba
Merge pull request #314171 from r-ryantm/auto-update/liquibase
liquibase: 4.27.0 -> 4.28.0
2024-05-25 13:17:05 +02:00
Thiago Kenji Okada
3292b1e79b
Merge pull request #313925 from wegank/openjdk-bump-split-3
openjdk11, openjfx11, corretto11: update
2024-05-25 12:16:46 +01:00
Nick Cao
8bbfefcb5e
Merge pull request #314467 from r-ryantm/auto-update/telegram-desktop
telegram-desktop: 5.0.1 -> 5.0.2
2024-05-25 07:13:49 -04:00
sodiboo
0fa287f2ff nixos/invidious-router: maintianers.s1ls -> maintainers.sils 2024-05-25 13:10:20 +02:00
Jan Tojnar
a2762f5ed0 cloudsmith-cli: Fix compatibility with urllib3 2.0
This requires a patch but we cannot really apply those to a wheel,
so I had to switch to fetching the source from GitHub.
As a side benefit, we can now run tests.
2024-05-25 13:08:25 +02:00
Thiago Kenji Okada
fde6301077
Merge pull request #314380 from Infinidoge/bump-openjdk-jdkjfx
jdk: misc cleanup
2024-05-25 12:07:25 +01:00
Jan Tojnar
b54bf318d3 libwpe-fdo: Remove webkitgtk maintainers from meta
WebkitGTK no longer uses this.
2024-05-25 13:05:42 +02:00
Jan Tojnar
8100c1c994 libwpe: Remove webkitgtk maintainers from meta
WebkitGTK no longer uses this.
2024-05-25 13:05:42 +02:00
Robert Scott
9be022d127
Merge pull request #314091 from jmpunkt/shiboken-fix-backwards-comp
python3Packages.shiboken6: restore backwards compatibility with 6.6
2024-05-25 12:05:13 +01:00
Nikolay Korotkiy
6b16e6bf7f
Merge pull request #314546 from imincik/owslib-disable-online-tests-with-marker
python3Packages.owslib: disable all online tests using marker
2024-05-25 15:00:06 +04:00
Arian van Putten
2eee7f2352
Merge pull request #314523 from arianvp/update-ami-docs
nixos/amazon-image:  Drop create-amis.sh script and update docs
2024-05-25 12:55:52 +02:00
Uri Baghin
9e4fb3d71c
Merge pull request #313684 from r-ryantm/auto-update/bazel-remote
bazel-remote: 2.4.3 -> 2.4.4
2024-05-25 18:50:16 +08:00
Ivan Mincik
5cbce886a3
Merge pull request #314489 from r-ryantm/auto-update/geoserver
geoserver: 2.25.0 -> 2.25.1
2024-05-25 10:47:23 +00:00
Martin Weinelt
10639a4160
Merge pull request #314037 from Moraxyc/graph-tool
python3Packages.graph-tool: 2.45 -> 2.65
2024-05-25 12:46:25 +02:00
Moraxyc
cf4b55fb4a
python3Packages.graph-tool: broken on darwin 2024-05-25 18:44:56 +08:00
Martin Weinelt
68400b42b0
python312Packages.faster-fifo: 1.4.5 -> 1.4.6
https://github.com/alex-petrenko/faster-fifo/compare/v1.4.5...v1.4.6
2024-05-25 12:43:25 +02:00
Fabian Affolter
8ff6ad5d85
Merge pull request #314527 from fabaff/velbus-aio-bump
python312Packages.velbus-aio: 2024.4.1 -> 2024.5.1
2024-05-25 12:34:33 +02:00
Fabian Affolter
05c624c4ab
Merge pull request #314529 from fabaff/boto3-stubs-bump
python312Packages.boto3-stubs: 1.34.112 -> 1.34.113
2024-05-25 12:34:25 +02:00
Fabian Affolter
7c4f45250e
Merge pull request #314398 from fabaff/pytransportnswv2-bump
python311Packages.pytransportnswv2: 0.3.0 -> 0.3.4
2024-05-25 12:33:48 +02:00
Fabian Affolter
4cae2a02c5 python312Packages.truststore: refactor 2024-05-25 12:31:28 +02:00
OTABI Tomoya
7bc6a67af9
Merge pull request #314447 from r-ryantm/auto-update/python311Packages.uv
python311Packages.uv: 0.1.45 -> 0.2.3
2024-05-25 19:28:11 +09:00
Ivan Mincik
c72e77b4c0 python3Packages.owslib: disable all online tests using marker 2024-05-25 12:26:55 +02:00
Martin Weinelt
28b7c2c7c5
Merge pull request #314524 from fabaff/msoffcrypto-tool-bump
python312Packages.msoffcrypto-tool: 5.4.0 -> 5.4.1
2024-05-25 12:15:09 +02:00
Jakub Kozłowski
6bfeaff980
Merge pull request #314322 from DevInsideYou/bloop-update
bloop: 1.5.17 -> 1.5.18
2024-05-25 12:11:28 +02:00
Nikolay Korotkiy
74847b0b68
Merge pull request #314420 from sikmir/ili2c
ili2c: enable on unix
2024-05-25 13:54:09 +04:00
paparodeo
57a2ace07e
foma: 0.10.0alpha -> 0.10.0alpha-unstable-03-13-2024
- 82f9acdef2...e0d8122bda
- build switched from make to cmake
- fixes darwin
2024-05-25 09:45:46 +00:00
Jared Baur
bc9f24cd51 linux: only use uinstall when on armv7
The `uinstall` make target only exists for the armv7 architecture in
linux source, we should not use it if we are not building for armv7.

```
$ rg uinstall
arch/arm/Makefile
293:INSTALL_TARGETS     = zinstall uinstall install
327:  echo  '  uinstall      - Install U-Boot wrapped compressed kernel'
```
2024-05-25 11:45:34 +02:00
chn
bfa1038277 nomacs: fix build with CUDA support
Co-authored-by: Someone <else@someonex.net>
2024-05-25 16:55:05 +08:00
Pol Dellaiera
d091b7f681
Merge pull request #313112 from savyajha/firefly-iii
firefly-iii: 6.1.15 -> 6.1.16
2024-05-25 10:41:44 +02:00
Gaetan Lepage
00395f0f31 signal-backup-deduplicator: init at 0-unstable-2024-05-24 2024-05-25 10:36:05 +02:00
Matthias Beyer
5588973ab1
Merge pull request #314533 from matthiasbeyer/update-difftastic
difftastic: 0.56.1 -> 0.58.0
2024-05-25 10:27:40 +02:00
luftmensch-luftmensch
d444681ba5
mpvScripts.modernx-zydezu: 0.3.4 -> 0.3.5 2024-05-25 10:25:33 +02:00
"Gaetan Lepage"
6642df4b2a vimPlugins.nvim-treesitter: update grammars 2024-05-25 10:24:12 +02:00
"Gaetan Lepage"
1400bab0c7 vimPlugins: resolve github repository redirects 2024-05-25 10:24:12 +02:00
"Gaetan Lepage"
25dd9b78d0 vimPlugins: update on 2024-05-25 2024-05-25 10:24:12 +02:00
Matthias Beyer
17f60ba476
difftastic: Add myself as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2024-05-25 10:11:08 +02:00
Matthias Beyer
a84abaaf7f
difftastic: 0.56.1 -> 0.58.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2024-05-25 10:10:49 +02:00
natsukium
5f58c6a87d
textlint-rule-common-misspellings: repackage
There is no lock file in this package, but it is old and stable enough
so that we handle dependencies manually.
2024-05-25 17:02:56 +09:00
Arian van Putten
a48cd7d56f nixos/amazon-image: Drop create-amis.sh script and update docs
We replaced this with automation in https://github.com/NixOS/amis

Also add some docs how you can build the image yourself
2024-05-25 10:01:02 +02:00
Fabian Affolter
40dcdd6fef
Merge pull request #314448 from Misaka13514/bump-nuclei
nuclei: 3.2.7 -> 3.2.8
2024-05-25 09:56:55 +02:00
Gutyina Gergő
bc62c50c0a
rnote: mark as broken on darwin (#314292) 2024-05-25 07:56:14 +00:00
Vladimír Čunát
c82c30c642
Merge #313712: lmdb: 0.9.32 -> 0.9.33 2024-05-25 09:54:24 +02:00
Fabian Affolter
e94400a818 python312Packages.boto3-stubs: 1.34.112 -> 1.34.113 2024-05-25 09:54:23 +02:00
Ben Darwin
c952647769 python311Packages.mne-python: 1.6.1 -> 1.7.0
Co-authored-by: nicoo <nicoo@debian.org>
2024-05-25 07:51:04 +00:00
Fabian Affolter
54d2a1d678 python312Packages.velbus-aio: 2024.4.1 -> 2024.5.1
Changelog: https://github.com/Cereal2nd/velbus-aio/releases/tag/2024.5.1
2024-05-25 09:45:24 +02:00
Matthias Beyer
9c804e0ea9
Merge pull request #314100 from afresquet-contrib/cargo-shuttle-bump
cargo-shuttle: 0.39.0 -> 0.45.0
2024-05-25 09:43:53 +02:00
Scharada
69cbb6b7b6
makemkv: 1.17.6 -> 1.17.7 (#313932)
Co-authored-by: Scharada <scharada@marmels.de>
2024-05-25 15:20:01 +08:00
Matthias Beyer
93aa9b2853
Merge pull request #314494 from r-ryantm/auto-update/cargo-nextest
cargo-nextest: 0.9.70 -> 0.9.72
2024-05-25 09:14:50 +02:00
nicoo
e9406a7a1f
Merge #313498: downgrade hyprland & hyprwayland-scanner to non-buggy versions
hyprland: 0.40.0-unstable-2024-05-12 -> 0.40.0-unstable-2024-05-05
hyprwayland-scanner: 0.3.8 -> 0.3.4
2024-05-25 07:13:32 +00:00
OTABI Tomoya
f0a299edeb
Merge pull request #314287 from GaetanLepage/mizani
python311Packages.mizani: 0.11.3 -> 0.11.4
2024-05-25 16:07:52 +09:00