Commit Graph

576248 Commits

Author SHA1 Message Date
Fabian Affolter
4c91af40ba trufflehog: 3.63.11 -> 3.64.0
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.63.11...v3.64.0

Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.64.0
2024-01-24 10:41:32 +01:00
OTABI Tomoya
f0ede5b743
Merge pull request #283403 from kubeliv/fix-py-regress-module
python3Packages.regress: Add libiconv on Darwin
2024-01-24 18:36:47 +09:00
Vladimír Čunát
7f979aeb86
nixos/knot: allow specifying the clear section
It was added in 3.3.4.  I'm not sure if it will be useful with NixOS
services, but I added it in the usual way anyway.
2024-01-24 10:33:55 +01:00
R. Ryantm
1be590829b consul: 1.17.1 -> 1.17.2 2024-01-24 09:33:52 +00:00
Nico Pulido-Mateo
91c16cb543 typora: 1.7.6. -> 1.8.6 2024-01-24 10:31:03 +01:00
Sandro
c145926d70
Merge pull request #280713 from panicgh/nitrokey-app2 2024-01-24 10:30:49 +01:00
Sandro
671d2c5c5a
Merge pull request #268573 from panicgh/rrdtool 2024-01-24 10:28:34 +01:00
OTABI Tomoya
a965b28d80
Merge pull request #283367 from r-ryantm/auto-update/python311Packages.kaggle
python311Packages.kaggle: 1.6.1 -> 1.6.3
2024-01-24 18:28:01 +09:00
Sandro
dca1bb9447
Merge pull request #271082 from phlip9/toml-cli 2024-01-24 10:26:36 +01:00
OTABI Tomoya
864a779d2f
Merge pull request #283384 from r-ryantm/auto-update/python311Packages.pyenphase
python311Packages.pyenphase: 1.17.0 -> 1.18.0
2024-01-24 18:26:25 +09:00
R. Ryantm
dad50ffe06 maddy: 0.7.0 -> 0.7.1 2024-01-24 09:20:49 +00:00
R. Ryantm
fb47bbb081 audiowaveform: 1.9.1 -> 1.10.0 2024-01-24 09:17:55 +00:00
R. Ryantm
154657731b shattered-pixel-dungeon: 2.2.1 -> 2.3.0 2024-01-24 09:15:14 +00:00
Vladimír Čunát
a72644f128
knot-dns: 3.3.3 -> 3.3.4
https://gitlab.nic.cz/knot/knot-dns/-/releases/v3.3.4
2024-01-24 10:14:56 +01:00
OTABI Tomoya
d5c4193663
Merge pull request #283291 from r-ryantm/auto-update/shotcut
shotcut: 23.12.15 -> 24.01.13
2024-01-24 18:14:52 +09:00
OTABI Tomoya
9414401432
Merge pull request #283033 from r-ryantm/auto-update/semantic-release
semantic-release: 22.0.12 -> 23.0.0
2024-01-24 18:12:53 +09:00
OTABI Tomoya
d99108f506
Merge pull request #282436 from wegank/pomegranate-downgrade
python311Packages.pomegranate: 1.0.0 -> 0.14.8
2024-01-24 18:11:36 +09:00
R. Ryantm
d795a1787a python312Packages.publicsuffixlist: 0.10.0.20240108 -> 0.10.0.20240124 2024-01-24 09:09:14 +00:00
OTABI Tomoya
d53d676060
Merge pull request #282621 from r-ryantm/auto-update/isa-l
isa-l: 2.30.0 -> 2.31.0
2024-01-24 18:02:33 +09:00
Raghav Sood
469a051b8e
Merge pull request #283416 from r-ryantm/auto-update/stripe-cli
stripe-cli: 1.19.1 -> 1.19.2
2024-01-24 16:46:58 +08:00
R. Ryantm
bae468a718 igv: 2.17.0 -> 2.17.1 2024-01-24 08:42:17 +00:00
Jörg Thalheim
8d279924c9
Merge pull request #283163 from r-ryantm/auto-update/snappymail
snappymail: 2.32.0 -> 2.33.0
2024-01-24 09:33:59 +01:00
R. Ryantm
2de68d2bee saga: 9.3.0 -> 9.3.1 2024-01-24 08:27:41 +00:00
R. Ryantm
092e423263 fzf: 0.45.0 -> 0.46.0 2024-01-24 08:27:17 +00:00
R. Ryantm
4f6e3de556 snazy: 0.52.1 -> 0.52.7 2024-01-24 08:15:02 +00:00
R. Ryantm
211f803d65 mediamtx: 1.4.2 -> 1.5.0 2024-01-24 08:10:18 +00:00
Fabian Affolter
8254df478e python311Packages.sphinx-version-warning: refactor 2024-01-24 09:08:21 +01:00
Fabian Affolter
86788629f9 python311Packages.pygls: relax lsprotocol 2024-01-24 09:01:32 +01:00
Jörg Thalheim
ca3536fc58
Merge pull request #271085 from atorres1985-contrib/systemd-rewrite
Systemd: cosmetic modifications
2024-01-24 08:58:53 +01:00
Fabian Affolter
3700dade29 python311Packages.pygls: add optional-dependencies 2024-01-24 08:58:29 +01:00
Manuel Frischknecht
ebf324e464 stratisd: fix build due to unused imports
With `rustc` 1.75, many rust project that use `#[deny(warnings)]`
stopped building due to unused imports that didn't trigger build
failures before for some reason.

`stratisd` now also fails to build because of a couple of those,
but they have already been fixed upstream in the following two
commits:

- 78440de6e6
- 0d1c67f713

In the meantime until a new version of `stratisd` is released,
this change pulls in those two changes via `fetchpatch`.

Co-authored-by: Nick Cao <nickcao@nichi.co>
2024-01-24 07:55:20 +00:00
Fabian Affolter
5169dc5d8a python311Packages.lsprotocol: refactor 2024-01-24 08:55:08 +01:00
R. Ryantm
6d5b82a080 stacks: 2.65 -> 2.66 2024-01-24 07:54:36 +00:00
Franz Pletz
cd2b5c1cc2
Merge pull request #283331 from mfrischknecht/fix-snapcast-build
snapcast: fix build failure due to missing `#include <cstdint>`
2024-01-24 08:54:16 +01:00
Franz Pletz
c98951d9af
Merge pull request #283383 from r-ryantm/auto-update/urh
urh: 2.9.4 -> 2.9.6
2024-01-24 08:53:22 +01:00
Fabian Affolter
fe1de47482 python311Packages.sphinx-notfound-page: adjust inputs 2024-01-24 08:50:01 +01:00
Fabian Affolter
c08bd94ffa cnspec: 9.14.0 -> 10.0.1
Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v9.14.0...v10.0.1

Changelog: https://github.com/mondoohq/cnspec/releases/tag/v10.0.1
2024-01-24 08:44:09 +01:00
Pol Dellaiera
84a6efdf7f
Merge pull request #283241 from Sironheart/master
kitty-themes: unstable-2032-09-15 -> unstable-2023-12-28
2024-01-24 08:42:32 +01:00
R. Ryantm
651e4edf81 drone-cli: 1.7.0 -> 1.8.0 2024-01-24 07:32:08 +00:00
R. Ryantm
1e9ca58a15 okteto: 2.24.0 -> 2.24.1 2024-01-24 07:30:23 +00:00
Ludovico Piero
cb3037a2e2
armcord: remove myself from meta.maintainers
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
2024-01-24 16:29:26 +09:00
R. Ryantm
67909b84da kubergrunt: 0.13.1 -> 0.14.0 2024-01-24 07:23:59 +00:00
R. Ryantm
fe0b59dcea stripe-cli: 1.19.1 -> 1.19.2 2024-01-24 07:22:09 +00:00
R. Ryantm
c13f95ea09 exploitdb: 2023-12-22 -> 2024-01-24 2024-01-24 07:18:28 +00:00
a-n-n-a-l-e-e
18cc181b9b
Merge pull request #279511 from DanielSidhion/tigerbeetle-service
nixos/tigerbeetle: init module
2024-01-23 23:13:54 -08:00
Doron Behar
44a14fe2dc
Merge pull request #283378 from r-ryantm/auto-update/monkeysAudio
monkeysAudio: 10.40 -> 10.43
2024-01-24 09:12:09 +02:00
Doron Behar
77665da6b0
Merge pull request #283342 from r-ryantm/auto-update/python311Packages.lsprotocol
python311Packages.lsprotocol: 2023.0.0 -> 2023.0.1
2024-01-24 09:11:50 +02:00
R. Ryantm
71b0a88c96 fleng: 17 -> 19 2024-01-24 06:53:56 +00:00
K900
81e225fa01
Merge pull request #283410 from K900/pob-2.39.0
path-of-building.data: 2.38.4 -> 2.39.0
2024-01-24 09:52:17 +03:00
K900
5f57d69fbe path-of-building.data: 2.38.4 -> 2.39.0
Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.38.4...v2.39.0
2024-01-24 09:51:07 +03:00