Commit Graph
399722 Commits
Author SHA1 Message Date
Mario Rodas f401b58ff6 tmuxp: update meta 2022-08-13 04:45:00 +00:00
Mario Rodas 0aa1c74387 tmuxp: install completions 2022-08-12 23:45:00 -05:00
Mario Rodas e64306119c tmuxp: 1.11.0 -> 1.12.1
https://github.com/tmux-python/tmuxp/releases/tag/v1.12.0
https://github.com/tmux-python/tmuxp/releases/tag/v1.12.1
2022-08-13 04:45:00 +00:00
Mario Rodas c088cf3682 python310Packages.libtmux: update meta 2022-08-13 04:45:00 +00:00
Mario Rodas eb33604cff python310Packages.libtmux: fix build on darwin 2022-08-13 04:45:00 +00:00
R. Ryantm 878db86102 python310Packages.libtmux: 0.11.0 -> 0.13.0 2022-08-13 04:43:04 +00:00
Mario RodasandGitHub e2c651c0de Merge pull request #186161 from arjan-s/bump-pls
pls: 5.3.0 -> 5.4.0
2022-08-12 18:46:40 -05:00
Mario RodasandGitHub dd6b42b3ea Merge pull request #186267 from marsam/update-fastlane
fastlane: 2.208.0 -> 2.209.0
2022-08-12 18:29:38 -05:00
maxine [they]andGitHub 2a4f2b0896 Merge pull request #186346 from maxeaubrey/1password
_1password-gui: 8.7.3 -> 8.8.0
2022-08-13 01:28:29 +02:00
Uri BaghinandGitHub b4110fd26e Merge pull request #186302 from r-ryantm/auto-update/opentelemetry-collector-contrib
opentelemetry-collector-contrib: 0.57.2 -> 0.58.0
2022-08-13 09:23:59 +10:00
Mario RodasandGitHub ddf127ed50 Merge pull request #186255 from marsam/update-racket
racket: 8.5 -> 8.6
2022-08-12 18:22:32 -05:00
Mario RodasandGitHub d076a07da7 Merge pull request #186264 from marsam/update-millet
millet: 0.2.9 -> 0.2.11
2022-08-12 18:22:10 -05:00
maxine [they]andGitHub 099204a9c0 Merge pull request #186341 from maxeaubrey/NetworkManager_1.38.4 2022-08-13 01:15:11 +02:00
R. RyantmandJan Tojnar 2b33536432 xdg-desktop-portal: 1.14.6 -> 1.15.0 2022-08-13 00:59:57 +02:00
Luke Granger-BrownandGitHub 4794cc43b4 Merge pull request #186351 from delroth/ffmpeg-ipfs
ffmpeg_5,ffmpeg_5-full: cherry-pick IPFS default gateway removal
2022-08-12 23:52:48 +01:00
gardspiritoandJonathan Ringer aa6a8bd8dd nixos/neo4j: HTTP connector toggling 2022-08-12 15:45:48 -07:00
gardspiritoandJonathan Ringer 8d6f4552cd nixos/neo4j: fix typo 2022-08-12 15:45:48 -07:00
gardspiritoandJonathan Ringer 051a99ccd9 neo4j: 4.3.3 -> 4.4.8 2022-08-12 15:45:48 -07:00
Kerstin HummandJonathan Ringer a20d988932 nixos/neo4j: use full systemd unit name 2022-08-12 15:45:48 -07:00
Kerstin HummandJonathan Ringer a22112e88a neo4j: remove deprecated config 2022-08-12 15:45:48 -07:00
Kerstin HummandJonathan Ringer 9b60931986 neo4j: add erictapen as maintainer 2022-08-12 15:45:48 -07:00
Kerstin HummandJonathan Ringer 5d1500374d neo4j: change homepage 2022-08-12 15:45:48 -07:00
Kerstin HummandJonathan Ringer 5f2ae2e43f neo4j: add release notes about version bump 2022-08-12 15:45:48 -07:00
Kerstin HummandJonathan Ringer b653d62a00 nixos/neo4j: increase memorySize in NixOS test 2022-08-12 15:45:48 -07:00
Kerstin HummandJonathan Ringer 60b6ad6f37 nixos/neo4j: set some settings so warnings at startup disappear 2022-08-12 15:45:48 -07:00
Kerstin HummandJonathan Ringer c94200e87f neo4j: 4.1.1 -> 4.3.3 2022-08-12 15:45:48 -07:00
Kerstin HummandJonathan Ringer 6dcbcb3a53 increase diskSize for neo4j test to avoid No space left on device exception 2022-08-12 15:45:48 -07:00
Jonathan RingerandJonathan Ringer d5bd85278d neo4j: add nixosTest to passthru 2022-08-12 15:45:48 -07:00
Jonathan RingerandJonathan Ringer 0fbce25144 neo4j: 3.5.14 -> 4.1.1 2022-08-12 15:45:48 -07:00
Jonas HeinrichandJonathan Ringer 663e41e6df python310Packages.pyte: 0.8.0 -> 0.8.1 2022-08-12 15:41:19 -07:00
Jonas HeinrichandJonathan Ringer a79c16c397 python310Packages.Kajiki: 0.9.0 -> 0.9.1 2022-08-12 15:38:33 -07:00
Michele Guerini RoccoandGitHub 76aa29d2ed Merge pull request #186165 from prusnak/monero
monero: 0.17.3.2 -> 0.18.1.0
2022-08-13 00:27:43 +02:00
Pierre Bourdon ece53aed8b ffmpeg_5,ffmpeg_5-full: cherry-pick IPFS default gateway removal
ffmpeg 5.1 introduced ipfs:// and ipns:// streaming support as part of
libavformat. This new implementation falls back to fetching from an
untrusted 3rd party internet service in the (likely) case where a user
doesn't have a local IPFS gateway running on their computer. This puts
an unaudited 3rd party provider in a position where they can log and
alter any IPFS content being streamed by the ffmpeg library. No user
consent is collected at any point by the library.

ffmpeg developers are currently discussing [1] how to better implement
this feature. In the meantime, cherry-pick the proposed patch to disable
the default gateway until a better alternative is released.

[1] https://ffmpeg.org/pipermail/ffmpeg-devel/2022-August/299924.html
2022-08-13 00:16:28 +02:00
Maxine Aubrey 170bb5f0d5 _1password-gui-beta: 8.8.0-215.BETA -> 8.9.0-1.BETA 2022-08-12 23:46:39 +02:00
Maxine Aubrey dea432cab0 _1password-gui: 8.7.3 -> 8.8.0 2022-08-12 23:46:13 +02:00
maxine [they]andGitHub fec8b61321 Merge pull request #185891 from r-ryantm/auto-update/1password-cli
_1password: 2.6.0 -> 2.6.1
2022-08-12 23:34:49 +02:00
maxine [they]andGitHub 03102b325e Merge pull request #186022 from samuela/upkeep-bot/vscode-1.70.1-1660177381
vscode: 1.70.0 -> 1.70.1
2022-08-12 23:33:04 +02:00
Maxine Aubrey 824ac98299 networkmanager: 1.38.2 -> 1.38.4 2022-08-12 23:26:45 +02:00
pennaeandGitHub 50f9b3107a Merge pull request #185474 from pennae/option-docs-md
nixos/*: more options md conversion
2022-08-12 23:23:26 +02:00
Fabian AffolterandGitHub a253a7da71 Merge pull request #186327 from fabaff/pyoverkiz-bump
python310Packages.pyoverkiz: 1.4.2 -> 1.5.0
2022-08-12 22:55:04 +02:00
Fabian AffolterandGitHub 6c0c75caf0 Merge pull request #186308 from fabaff/motionblinds-bump
python310Packages.motionblinds: 0.6.11 -> 0.6.12
2022-08-12 22:54:27 +02:00
Fabian AffolterandGitHub ee5489c1ae Merge pull request #186319 from fabaff/aqipy-atmotech
python310Packages.aqipy-atmotech: init at 0.1.5
2022-08-12 22:54:08 +02:00
Robert ScottandGitHub f8f3210ddc Merge pull request #186332 from fabaff/bellows-bump
python310Packages.bellows: 0.31.3 -> 0.32.0
2022-08-12 21:40:21 +01:00
Robert ScottandGitHub 8d2fd9db97 Merge pull request #186293 from onny/importmagic
python310Packages.importmagic: Enable more tests
2022-08-12 21:38:46 +01:00
Fabian AffolterandGitHub 8795525a04 Merge pull request #186292 from fabaff/deezer-python-bump
python310Packages.deezer-python: 5.4.0 -> 5.5.0
2022-08-12 22:21:15 +02:00
Jonas HeinrichandGitHub d1daad5184 Merge pull request #186132 from r-ryantm/auto-update/qFlipper
qFlipper: 1.1.1 -> 1.1.2
2022-08-12 22:14:35 +02:00
SandroandGitHub 541a3ca27c Merge pull request #185592 from astro/trenchbroom 2022-08-12 22:04:45 +02:00
Fabian Affolter 0abcce0432 python310Packages.bellows: 0.31.3 -> 0.32.0 2022-08-12 22:00:24 +02:00
Fabian AffolterandGitHub 74822578b2 Merge pull request #186275 from fabaff/hahomematic-bump
python310Packages.hahomematic: 2022.8.5 -> 2022.8.7
2022-08-12 21:53:43 +02:00
Fabian AffolterandGitHub 07158cc29c Merge pull request #186285 from fabaff/types-setuptools-bump
python310Packages.types-setuptools: 63.4.1 -> 64.0.0
2022-08-12 21:53:00 +02:00