Commit Graph

499791 Commits

Author SHA1 Message Date
Nick Cao
026b1d708e
Merge pull request #238903 from wineee/dde-device-formatter-0.0.1.7
dde-device-formatter: unstable-2022-09-05 -> 0.0.1.15
2023-06-29 12:54:24 +08:00
R. Ryantm
1747f32072 flannel: 0.21.5 -> 0.22.0 2023-06-29 04:52:43 +00:00
Nick Cao
d5d9df6642
Merge pull request #239948 from Strum355/tree-sitter-playground
tree-sitter: fix webui/playground notice & terminating
2023-06-29 12:50:25 +08:00
Pol Dellaiera
388d326f2f
Merge pull request #240438 from r-ryantm/auto-update/php81Packages.psysh
php81Packages.psysh: 0.11.17 -> 0.11.18
2023-06-29 06:49:20 +02:00
Basil Keeler
220417787f nixos/base16-schemes: unstable-2022-12-16 -> unstable-2023-05-02 2023-06-28 23:45:57 -05:00
Theodore Ni
65f3a4aee5
python310Packages.jsonschema_3: remove 2023-06-28 21:43:51 -07:00
Nick Cao
f3e8f45d15
yamlfix: 1.10.0 -> 1.11.0
Diff: https://github.com/lyz-code/yamlfix/compare/refs/tags/1.10.0...1.11.0

Changelog: https://github.com/lyz-code/yamlfix/blob/1.11.0/CHANGELOG.md
2023-06-29 12:39:13 +08:00
R. Ryantm
fec6a75764 tela-circle-icon-theme: 2023-04-16 -> 2023-06-25 2023-06-29 04:33:42 +00:00
Nick Cao
47c90a7c51
Merge pull request #239919 from nyanotech/pm3
proxmark3-rrg: update 4.16191 -> 4.16717
2023-06-29 12:27:11 +08:00
Mario Rodas
58ccd88dbd postgresqlPackages.timescaledb: 2.11.0 -> 2.11.1
Diff: https://github.com/timescale/timescaledb/compare/2.11.0...2.11.1

Changelog: https://github.com/timescale/timescaledb/raw/2.11.1/CHANGELOG.md
2023-06-29 04:20:00 +00:00
Nick Cao
154fb9d998
Merge pull request #240453 from r-ryantm/auto-update/python310Packages.robotframework-requests
python310Packages.robotframework-requests: 0.9.4 -> 0.9.5
2023-06-29 12:18:49 +08:00
github-actions[bot]
ae8d9e9a26 terraform-providers.rancher2: 3.0.1 -> 3.0.2 2023-06-29 14:16:46 +10:00
github-actions[bot]
0339585605 terraform-providers.spotinst: 1.123.0 -> 1.124.0 2023-06-29 14:16:46 +10:00
github-actions[bot]
8cde5eae93 terraform-providers.launchdarkly: 2.12.0 -> 2.12.2 2023-06-29 14:16:46 +10:00
github-actions[bot]
1607e9d859 terraform-providers.github: 5.28.1 -> 5.29.0 2023-06-29 14:16:46 +10:00
github-actions[bot]
f073ad3b09 terraform-providers.avi: 22.1.3 -> 22.1.4 2023-06-29 14:16:46 +10:00
Thomas Miller
d0aa543664
zoom-us: 5.15.0.4063 -> 5.15.2.4260 2023-06-28 23:07:27 -05:00
Aaron Jheng
3bd4979a4e
credential-detector: 1.11.0 -> 1.14.3 2023-06-29 04:00:55 +00:00
R. Ryantm
5369a8262c blackfire: 2.16.1 -> 2.16.2 2023-06-29 03:46:44 +00:00
Justin Bedő
296758401d
Merge pull request #239891 from NixOS/r-updates
R updates
2023-06-29 13:14:20 +10:00
R. Ryantm
5e1dbe8d3e python310Packages.wsgi-intercept: 1.11.0 -> 1.12.0 2023-06-29 03:02:12 +00:00
R. Ryantm
1a3ea97c19 cocogitto: 5.3.1 -> 5.4.0 2023-06-29 02:30:35 +00:00
Aaron Jheng
d40c08d8a1
humioctl: 0.30.2 -> 0.31.1 2023-06-29 02:22:59 +00:00
R. Ryantm
3e428f35e4 media-downloader: 3.1.0 -> 3.2.0 2023-06-29 02:19:35 +00:00
R. Ryantm
5dfa9f58e6 python310Packages.robotframework-requests: 0.9.4 -> 0.9.5 2023-06-29 02:16:42 +00:00
Nick Cao
e3e39e4fa8
keycloak: 21.1.1 -> 21.1.2
Diff: https://github.com/keycloak/keycloak/compare/21.1.1...21.1.2
2023-06-29 09:29:43 +08:00
Martin Weinelt
cababbbc35
tts: 0.14.3 -> 0.15.0
https://github.com/coqui-ai/TTS/releases/tag/v0.15.0
2023-06-29 03:26:55 +02:00
Martin Weinelt
cb39db1224
python310Packages.wandb: disable timing sensitive test
wandb> ______________________________ test_login_timeout ______________________________
wandb> [gw3] linux -- Python 3.10.12 /nix/store/1r6n7v2wam7gkr18gxccpg7p5ywgw551-python3-3.10.12/bin/python3.10
wandb>
wandb> mock_tty = <function mock_tty.<locals>.setup_fn at 0x7ffe258248b0>
wandb>
wandb>     def test_login_timeout(mock_tty):
wandb>         mock_tty("junk\nmore\n")
wandb>         start_time = time.time()
wandb>         ret = wandb.login(timeout=4)
wandb>         elapsed = time.time() - start_time
wandb> >       assert 2 < elapsed < 15
wandb> E       assert 15.33935809135437 < 15
wandb>
wandb> /build/source/tests/pytest_tests/unit_tests/test_wandb_login.py:78: AssertionError
2023-06-29 03:15:14 +02:00
Nick Cao
2c8591ad6a
Merge pull request #240440 from uninsane/nmap-lua54
nmap: lua5_3 -> lua5_4
2023-06-29 09:10:24 +08:00
Nick Cao
0aa68002e2
Merge pull request #240441 from r-ryantm/auto-update/snarkos
snarkos: 2.1.1 -> 2.1.3
2023-06-29 09:07:00 +08:00
Nick Cao
378cdffdb6
Merge pull request #240427 from a-kenji/init-gimoji
gimoji: init at 0.5.0
2023-06-29 09:01:13 +08:00
Nick Cao
50cd94e623
Merge pull request #240428 from r-ryantm/auto-update/hcloud
hcloud: 1.35.0 -> 1.36.0
2023-06-29 09:00:37 +08:00
R. Ryantm
58283cfca7 snappymail: 2.28.2 -> 2.28.3 2023-06-29 00:59:56 +00:00
Nick Cao
c412154b9a
Merge pull request #240425 from figsoda/pipe-rename
pipe-rename: 1.6.4 -> 1.6.5
2023-06-29 08:58:12 +08:00
Nick Cao
1aaa794e60
Merge pull request #240421 from r-ryantm/auto-update/kubernetes-polaris
kubernetes-polaris: 8.2.3 -> 8.2.4
2023-06-29 08:55:15 +08:00
Nick Cao
f96a1bb8b6
Merge pull request #240434 from r-ryantm/auto-update/micronaut
micronaut: 3.9.3 -> 3.9.4
2023-06-29 08:52:30 +08:00
Nick Cao
852f8383e3
Merge pull request #240432 from marsam/update-twilio-cli
twilio-cli: 5.9.0 -> 5.10.0
2023-06-29 08:50:05 +08:00
Nick Cao
fb6004ea99
Merge pull request #240401 from priegger/fix/update-openfortivpn
openfortivpn: 1.20.3 -> 1.20.5
2023-06-29 08:48:11 +08:00
Nick Cao
a71a31594f
Merge pull request #240381 from malob/update-signalbackup-tools
signalbackup-tools: 20230626 -> 20230628
2023-06-29 08:44:24 +08:00
Nick Cao
3e634d7fc9
Merge pull request #240376 from r-ryantm/auto-update/pspg
pspg: 5.7.6 -> 5.7.7
2023-06-29 08:43:32 +08:00
Nick Cao
0be388f122
Merge pull request #240373 from bbigras/zrok-update
zrok: 0.3.6 -> 0.4.0
2023-06-29 08:42:11 +08:00
Nick Cao
08d04ce869
Merge pull request #240341 from figsoda/shuttle
cargo-shuttle: 0.19.0 -> 0.20.0
2023-06-29 08:39:36 +08:00
Nick Cao
ff49eba256
Merge pull request #240339 from r-ryantm/auto-update/circumflex
circumflex: 3.1.1 -> 3.1.3
2023-06-29 08:37:42 +08:00
Martin Weinelt
36af4adf9d
python310Packages.encodec: init at 0.1.1
EnCodec: High Fidelity Neural Audio Compression
2023-06-29 02:11:00 +02:00
R. Ryantm
66f9cfa460 snarkos: 2.1.1 -> 2.1.3 2023-06-29 00:10:38 +00:00
Nikolay Korotkiy
aadd1db324
Merge pull request #240431 from r-ryantm/auto-update/martin
martin: 0.8.6 -> 0.8.7
2023-06-29 04:04:13 +04:00
R. Ryantm
d9d47f63b0 oneDNN: 3.1.1 -> 3.2 2023-06-29 00:02:05 +00:00
a2a5c711e7 nmap: lua5_3 -> lua5_4
nmap was updated from 7.93 -> 7.94 in
<https://github.com/NixOS/nixpkgs/pull/238960>

as part of that update, upstream migrated from lua5.3 to lua5.4, see:
<7d57e7d6b1>

nmap's configure script falls back to its vendored liblua if it can't
find the expected lua version (silently). that means we lost all
nix-specific lua patches that make things like cross compilation work.
this patch brings the lua versions back in line to fix that regression.
2023-06-28 23:54:05 +00:00
Justin Bedő
2687680f22
Merge pull request #240318 from r-ryantm/auto-update/mosdepth
mosdepth: 0.3.3 -> 0.3.4
2023-06-29 09:52:34 +10:00
R. Ryantm
d0004a100a php81Packages.psysh: 0.11.17 -> 0.11.18 2023-06-28 23:33:59 +00:00