Commit graph

21400 commits

Author SHA1 Message Date
Weijia Wang 9e62e3a29f
Merge pull request #286829 from reedrw/clipit-mainprogram
clipit: set meta.mainProgram
2024-02-24 04:55:57 +01:00
Weijia Wang edf0020d04
Merge pull request #290978 from trofi/xmrig-mo-gcc-13-fix-update
xmrig-mo: 6.20.0-mo1 -> 6.21.0-mo2
2024-02-24 03:20:20 +01:00
Weijia Wang 9c23734cba
Merge pull request #290991 from trofi/xmr-stak-mark-broken
xmr-stak: mark broken
2024-02-24 03:11:06 +01:00
Sandro 7a1b283267
Merge pull request #290741 from SuperSandro2000/ArchiSteamFarm 2024-02-23 23:21:16 +01:00
Pol Dellaiera 0cc52818f4
Merge pull request #290614 from deviant/fix-jetbrains-toolbox-login
jetbrains-toolbox: fix login flow
2024-02-23 23:02:27 +01:00
Sergei Trofimovich f8385fee9b xmr-stak: mark broken
The package fails to build against `gcc-13` in `master` as
https://hydra.nixos.org/build/250610712:

    In file included from /build/source/xmrstak/backend/cpu/hwlocMemory.cpp:5:
    /build/source/./xmrstak/misc/console.hpp:69:9: error: 'FILE' does not name a type
       69 |         FILE* logfile;
          |         ^~~~

Upstream did not see any changes over past 3 years. Let's mark the
package as broken and schedule it for removal.
2024-02-23 21:47:58 +00:00
Pol Dellaiera 999e0cf592
Merge pull request #290892 from MichelleGranat/obsidian-update
obsidian: 1.5.3 -> 1.5.8
2024-02-23 22:38:40 +01:00
Sergei Trofimovich c2241c55cc xmrig-mo: 6.20.0-mo1 -> 6.21.0-mo2
Changes: https://github.com/MoneroOcean/xmrig/releases/tag/v6.21.0-mo2

Without the change build fails on `master` against `gcc-13` as
https://hydra.nixos.org/build/248994717:

    /build/source/src/backend/opencl/runners/OclRyoRunner.cpp: In member function 'virtual void xmrig::OclRyoRunner::set(const xmrig::Job&, uint8_t*)':
    /build/source/src/backend/opencl/runners/OclRyoRunner.cpp:92:20: error: 'length_error' is not a member of 'std'
       92 |         throw std::length_error("job size too big");
          |                    ^~~~~~~~~~~~
2024-02-23 20:58:23 +00:00
Michelle Granat 250bf1b7a1 obsidian: 1.5.3 -> 1.5.8 2024-02-23 20:26:18 +02:00
Nick Cao 0bfe8595c3
Merge pull request #290765 from r-ryantm/auto-update/cotp
cotp: 1.4.4 -> 1.4.5
2024-02-23 10:10:08 -05:00
maxine 48b75eb6e5
Merge pull request #290738 from amaxine/1password-gui-8.10.26
_1password-gui: 8.10.24 → 8.10.26
2024-02-23 12:51:13 +00:00
R. Ryantm e85012a3f3 cotp: 1.4.4 -> 1.4.5 2024-02-23 04:39:48 +00:00
Weijia Wang 50b52d37ad
Merge pull request #283514 from mroi/patch-synergy
synergy: fix x86_64-darwin build
2024-02-23 05:22:42 +01:00
Sandro Jäckel 519dad4b66
ArchiSteamFarm: 5.5.2.3 -> 5.5.3.4 2024-02-23 02:17:24 +01:00
Maxine Aubrey f0f79dc055
_1password-gui-beta: 8.10.26-38 → 8.10.28-1
https://releases.1password.com/linux/beta/#1password-for-linux-8.10.28-3
2024-02-23 02:07:42 +01:00
Maxine Aubrey 66521dbc79
_1password-gui: 8.10.24 → 8.10.26
https://releases.1password.com/linux/8.10/#1password-for-linux-8.10.26
2024-02-23 02:06:29 +01:00
Sandro 80e6bb31d5
Merge pull request #289956 from SuperSandro2000/archisteamfarm 2024-02-23 02:06:03 +01:00
Martin Weinelt 68e91fd147
Merge pull request #289418 from nu-nu-ko/nhentai-disclaimer
nhentai: remove link to adult content
2024-02-23 01:51:23 +01:00
Sandro ab326e8a34
Merge pull request #285550 from WolfangAukang/cobang-0.10.5 2024-02-22 23:22:48 +01:00
Faye Chun 734562845d polar-bookshelf: remove noneucat as maintainer 2024-02-23 07:54:18 +11:00
P. 5f7ee2108b
cobang: 0.10.1 -> 0.10.5 2024-02-22 14:31:36 -06:00
Nick Cao fd06b8768c
Merge pull request #290619 from r-ryantm/auto-update/nwg-panel
nwg-panel: 0.9.23 -> 0.9.24
2024-02-22 09:34:45 -05:00
R. Ryantm 5b5aff3f40 nwg-panel: 0.9.23 -> 0.9.24 2024-02-22 10:43:17 +00:00
V 9ff5c93ecf jetbrains-toolbox: fix login flow
This does two things:

Switch to the upstream desktop file. There's no reason to be using our
own, and overriding theirs means we'll miss out on potential changes and
improvements. Their desktop file also registers the application as a
handler for `jetbrains://` URLs, which was previously missing from ours.

Fix the desktop file so that URLs are passed to the application. This
argument was erroneously absent from both their and our `Exec=`, meaning
that even with the scheme handler, it wouldn't actually see any URLs.
`jetbrains://` URLs are used by the application for, among other things,
callbacks during the login flow. Without them, it's not possible to
smoothly log in; instead requiring the user to paste in an auth token.

Change-Id: Ic20469f63c0c3cfbb87f0670afbf5cd68ad7f7c5
2024-02-22 10:59:58 +01:00
Ivan Mincik b58efbce81
Merge pull request #288107 from das-g/geospatial-team
Add geospatial team to maintainers for geospatial packages where I'm a maintainer
2024-02-22 10:59:26 +01:00
nuko d7cfbcb37a
nhentai: move to pkgs/by-name 2024-02-22 13:03:51 +13:00
Martin Weinelt 827a4c5ead
Merge pull request #290388 from r-ryantm/auto-update/meerk40t
meerk40t: 0.9.3010 -> 0.9.4000
2024-02-22 01:01:15 +01:00
nuko a4e65371a6
nhentai: remove link to adult content 2024-02-22 12:01:09 +13:00
Mario Rodas c073e594a3
Merge pull request #290028 from r-ryantm/auto-update/gcfflasher
gcfflasher: 4.3.0-beta -> 4.4.0
2024-02-21 05:02:36 -05:00
R. Ryantm 54b6d13e9c meerk40t: 0.9.3010 -> 0.9.4000 2024-02-21 08:54:26 +00:00
Sandro 7f0ad9f302
Merge pull request #290226 from amaxine/1password-8.10.26-38 2024-02-20 23:18:11 +01:00
Maxine Aubrey 9911cf2128
_1password-gui-beta: 8.10.26-1 → 8.10.26-38
https://releases.1password.com/linux/beta/#1password-for-linux-8.10.26-38
2024-02-20 18:09:44 +01:00
Jeremy Baxter 259ee39dcd dunst: migrate to pkgs/by-name 2024-02-20 15:30:06 +13:00
R. Ryantm ddbddf5c40 gcfflasher: 4.3.0-beta -> 4.4.0 2024-02-19 20:42:41 +00:00
Pol Dellaiera dfe67182ff
Merge pull request #259574 from YellowOnion/bump-veracrypt
veracrypt: 1.25.9 -> 1.26.7
2024-02-19 16:44:34 +01:00
OTABI Tomoya 7fda7715cc
Merge pull request #289592 from LudovicoPiero/bump-nwg-panel
nwg-panel: 0.9.22 -> 0.9.23
2024-02-20 00:20:11 +09:00
Fabian Affolter 939ae61db5
Merge pull request #287983 from fabaff/openai-fix
python311Packages.openai: 1.11.0 -> 1.12.0
2024-02-19 15:54:22 +01:00
Raphael Borun Das Gupta e1569b8913 osmium-tool: add geospatial team to maintainers 2024-02-19 13:55:45 +01:00
Sandro Jäckel 69f51e028a
ArchiSteamFarm,nixos/ArchiSteamFarm: take maintainership
this is effectively already the case and I most updates in the last
months
2024-02-19 13:25:57 +01:00
Sandro Jäckel b8c9893295
ArchiSteamFarm: 5.5.0.11 -> 5.5.2.3 2024-02-19 13:25:02 +01:00
Fabian Affolter 906e25257a shell-genie: relax openai 2024-02-19 11:56:16 +01:00
R. Ryantm 44e7188129 mkgmap: 4916 -> 4917 2024-02-19 07:17:46 +00:00
Mario Rodas b98a4e1746
Merge pull request #289612 from marsam/update-gallery-dl
gallery-dl: 1.26.7 -> 1.26.8
2024-02-18 17:48:35 -05:00
sunder 70adeec24f plots: refactor 2024-02-18 21:59:58 +01:00
Pascal Bach e90c8e7a76
Merge pull request #289736 from r-ryantm/auto-update/solaar
solaar: 1.1.10 -> 1.1.11
2024-02-18 19:17:48 +01:00
R. Ryantm c1b6218c96 solaar: 1.1.10 -> 1.1.11 2024-02-18 11:36:52 +00:00
R. Ryantm 418d37e22f cotp: 1.4.1 -> 1.4.4 2024-02-18 04:57:02 +00:00
Ludovico Piero dedb49d2c1
nwg-panel: 0.9.22 -> 0.9.23
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
2024-02-18 03:48:58 +09:00
Norbert Melzer 7c2cccf519
Merge pull request #289407 from r-ryantm/auto-update/exercism
exercism: 3.2.0 -> 3.3.0
2024-02-17 11:17:18 +01:00
R. Ryantm d7f3730489 phoc: 0.35.0 -> 0.36.0 2024-02-17 20:56:55 +11:00