Sandro
cd2c9968cf
Merge pull request #299429 from henrirosten/sbomnix-to-1.6.1
2024-04-09 14:34:04 +02:00
Sandro
4cc6ce454d
Merge pull request #291913 from SuperSandro2000/sddm-wayland-only
2024-04-09 14:31:12 +02:00
Weijia Wang
1dd379340a
Merge pull request #302572 from r-ryantm/auto-update/granted
...
granted: 0.22.0 -> 0.23.0
2024-04-09 14:21:27 +02:00
Weijia Wang
4f2ae69d26
Merge pull request #302669 from r-ryantm/auto-update/gauge
...
gauge: 1.6.4 -> 1.6.6
2024-04-09 14:21:06 +02:00
Moritz Sanft
1746ce9f9f
awslimitchecker: ignore PytestRemovedIn8Warning
2024-04-09 14:11:52 +02:00
Moritz Sanft
7c4ba82887
aws-encryption-sdk-cli: add missing setuptools dependency
2024-04-09 13:50:30 +02:00
Moritz Sanft
50ed3510f8
aws-encryption-sdk-cli: ignore PytestRemovedIn8Warning
2024-04-09 13:50:28 +02:00
ibbem
4b8939b1fe
oh-my-zsh: Fix the updateScript
...
All auto-update attempts by the R. RyanTM bot after 2023-06-26 failed
with the error
```
update-source-version: error: Couldn't figure out where out where to patch in new version in 'oh-my-zsh'!
```
This is due to the removal of the `oh-my-zsh.rev` attribute in the last
auto-update (54067c54a9
).
2024-04-09 13:38:15 +02:00
Sandro
c81c241415
Merge pull request #302800 from katexochen/azure-cli/fix-missing-setuptools
2024-04-09 13:36:02 +02:00
Adam C. Stephens
9247cb8c41
Merge pull request #302778 from toastal/zfs-2.1.13-unstable-2024-04-09
...
zfs_unstable: 2.2.3-unstable-2024-03-30 → 2.2.3-unstable-2024-04-09
2024-04-09 07:29:42 -04:00
Fabian Affolter
0fdf669798
Merge pull request #302783 from fabaff/clarifai-bump
...
python312Packages.clarifai: 10.2.1 -> 10.3.0
2024-04-09 13:29:22 +02:00
Fabian Affolter
7b2477e59e
Merge pull request #302780 from fabaff/aiolifx-themes-bump
...
python312Packages.aiolifx-themes: 0.4.14 -> 0.4.16
2024-04-09 13:29:09 +02:00
Aleksana
f8d178998b
Merge pull request #299566 from getchoo/pkgs/garnet/init
...
garnet: init at 1.0.1
2024-04-09 19:24:18 +08:00
Mario Rodas
f9805c7e2e
Merge pull request #302529 from r-ryantm/auto-update/vale
...
vale: 3.3.1 -> 3.4.0
2024-04-09 06:21:32 -05:00
Aleksana
485722f5d9
Merge pull request #299442 from tertsdiepraam/vscode-extensions-ayu
...
vscode-extensions.teabyii.ayu: init at 1.0.5
2024-04-09 19:15:08 +08:00
Weijia Wang
6ba9dcd9a8
Merge pull request #302749 from wegank/cling-2
...
cling: cleanup, fix runtime error
2024-04-09 13:14:37 +02:00
John Garcia
275734e04c
ferium: fix Darwin build
2024-04-09 12:00:18 +01:00
Peter Hoeg
5312af4f90
qt6Packages.qmlbox2d: init at unstable-2022-08-25
2024-04-09 03:58:31 -07:00
Peter Hoeg
9ec0f980b8
libsForQt5.qmlbox2d: 2018-04-06 -> 2022-08-025
2024-04-09 03:58:31 -07:00
Peter Hoeg
620f5a440b
box2d: 2.3.1 -> 2.4.1
2024-04-09 03:58:31 -07:00
Yureka
517c226905
redict: init at 7.3.0 ( #300049 )
...
Redict Announcement: https://redict.io/posts/2024-03-22-redict-is-an-independent-fork/
Release Notes: https://redict.io/posts/2024-04-03-redict-7.3.0-released/
2024-04-09 12:58:08 +02:00
Alyssa Ross
4bab48ccc3
libhugetlbfs: add homepage and changelog
2024-04-09 12:51:52 +02:00
Alyssa Ross
14f6ef0369
libhugetlbfs: 2.23 -> 2.24
2024-04-09 12:51:52 +02:00
José Romildo Malaquias
25f58a5349
Merge pull request #302666 from r-ryantm/auto-update/pop-icon-theme
...
pop-icon-theme: 3.3.0 -> 3.5.0
2024-04-09 07:51:25 -03:00
isabel
213c2aa85c
charm-freeze: 0.1.4 -> 0.1.6
2024-04-09 11:47:59 +01:00
Fabian Affolter
f7638fc0a0
Merge pull request #302784 from fabaff/tencentcloud-sdk-python-bump
...
python312Packages.tencentcloud-sdk-python: 3.0.1124 -> 3.0.1125
2024-04-09 12:17:40 +02:00
Fabian Affolter
3356ef4f5d
Merge pull request #302527 from r-ryantm/auto-update/sad
...
sad: 0.4.27 -> 0.4.28
2024-04-09 12:17:16 +02:00
R. Ryantm
602e643fe8
tenv: 1.4.0 -> 1.7.0
2024-04-09 10:02:38 +00:00
Paul Meyer
bbea6b19bd
azure-cli: add setuptools to runtime dependencies
...
aacf05daec
cleaned up python path and removed setuptools from the runtime
dependencies, which seems to be required now by the `self-check`
command which runs in `installCheckPhase`. There was a version bump on
master since the last CI run on this PR, that's why it wasn't catched.
Previously this was part of the closure as we didn't construct the
PYTHONPATH explicitly but wrapped the CLI with the PYTHONPATH from the
build environment.
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-04-09 12:01:15 +02:00
Vincent Laporte
c310063eaf
ocamlPackages.re: use Dune 3
...
ocamlPackages.core_kernel: 0.12.2 → 0.12.3
ocamlPackages.re2: 0.12.0 → 0.12.1
2024-04-09 11:49:45 +02:00
Vincent Laporte
b37ea8df32
ocamlPackages.janeStreet: remove at 0.11
2024-04-09 11:49:39 +02:00
Aleksana
b54377d5fa
Merge pull request #301913 from aikooo7/add-persisted.nvim
...
vimPlugins.persisted-nvim: init at 2024-04-04
2024-04-09 17:47:37 +08:00
Fabian Affolter
0d8431b8cd
Merge pull request #302612 from fabaff/aio-pika-bump
...
python312Packages.aio-pika: 9.4.0 -> 9.4.1
2024-04-09 11:41:20 +02:00
Sandro
6bd6ea8493
Merge pull request #300022 from roblabla/ghidra-11.0.2
2024-04-09 11:35:07 +02:00
Aleksana
be50b0bc1b
Merge pull request #301972 from twitchy0/ngrid
...
ngrid: init at 0.1.0
2024-04-09 17:30:10 +08:00
Fabian Affolter
3fedc8e53c
Merge pull request #302687 from fabaff/cnspec-bump
...
cnspec: 10.11.0 -> 10.11.1
2024-04-09 11:18:03 +02:00
Fabian Affolter
13cc607d17
Merge pull request #302720 from Misaka13514/bump-nuclei
...
nuclei: 3.2.3 -> 3.2.4
2024-04-09 11:17:49 +02:00
Fabian Affolter
ba524ce36d
Merge pull request #302660 from r-ryantm/auto-update/python312Packages.mkdocstrings-python
...
python312Packages.mkdocstrings-python: 1.9.0 -> 1.9.2
2024-04-09 11:17:10 +02:00
Fabian Affolter
24115d0331
offat: format with nixfmt
2024-04-09 11:14:45 +02:00
Fabian Affolter
afa2cc084e
Merge pull request #302752 from r-ryantm/auto-update/python312Packages.reptor
...
python312Packages.reptor: 0.17 -> 0.18
2024-04-09 11:12:57 +02:00
Fabian Affolter
fa6c71dcb0
python312Packages.ring-doorbell: 0.8.10 -> 0.8.11
...
Changelog: https://github.com/tchellomello/python-ring-doorbell/releases/tag/0.8.11
2024-04-09 10:59:59 +02:00
Sandro
550f705f42
Merge pull request #301392 from McSinyx/yubi-pinentry-doc
2024-04-09 10:54:22 +02:00
Fabian Affolter
f2eb94071a
exploitdb: refactor
...
- format with nixfmt
2024-04-09 10:47:11 +02:00
Fabian Affolter
fb9b660f90
exploitdb: 2024-04-04 -> 2024-04-09
...
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-04-04...2024-04-09
2024-04-09 10:45:32 +02:00
rewine
f1e4c7a12a
Merge pull request #302519 from helsinki-systems/upd/rustdesk-flutter
...
rustdesk-flutter: 1.2.3-unstable-2024-02-11 -> 1.2.3-2
2024-04-09 16:36:13 +08:00
Fabian Affolter
464ac087bc
Merge pull request #302760 from r-ryantm/auto-update/python311Packages.llama-index-readers-file
...
python311Packages.llama-index-readers-file: 0.1.13 -> 0.1.15
2024-04-09 10:35:40 +02:00
Aaron Jheng
55d8f7fc7d
pre-commit: 3.6.2 -> 3.7.0
2024-04-09 16:29:57 +08:00
Fabian Affolter
090ee63beb
python312Packages.google-generativeai: format with nixfmt
2024-04-09 10:19:57 +02:00
Fabian Affolter
367f4a6a8d
python312Packages.google-generativeai: 0.4.1 -> 0.5.0
...
Diff: https://github.com/google/generative-ai-python/compare/refs/tags/v0.4.1...v0.5.0
Changelog: https://github.com/google/generative-ai-python/releases/tag/v0.5.0
2024-04-09 10:19:05 +02:00
Fabian Affolter
3614a1b245
python312Packages.google-cloud-securitycenter: format with nixfmt
2024-04-09 10:13:54 +02:00