Commit graph

100279 commits

Author SHA1 Message Date
natsukium cf6ff11e13
vscode-extensions.vadimcn.vscode-lldb: 1.8.1 -> 1.9.1
Diff: https://github.com/vadimcn/codelldb/compare/v1.8.1...v1.9.1
2023-05-22 15:51:50 +09:00
zowoq c009c2bc1d helix: add maintainer 2023-05-22 16:50:28 +10:00
Rasmus Rendal 3ccafedc92
vimPlugins.nvim-treesitter: update grammars 2023-05-22 08:46:49 +02:00
Rasmus Rendal 243b751546
vimPlugins: update 2023-05-22 08:46:37 +02:00
Rasmus Rendal 337e364e62
vimPlugins.vim-agda: init at 2022-03-01 2023-05-22 08:40:20 +02:00
Herwig Hochleitner 4a18867947
Merge pull request #231278 from bendlas/webtorrent-source-build-2
webtorrent_desktop: build from source and use packaged electron
2023-05-22 08:33:55 +02:00
R. Ryantm 0a560af56c crow-translate: 2.10.4 -> 2.10.5 2023-05-22 06:16:14 +00:00
Nick Cao c8fee2c1e7
Merge pull request #232403 from toonn/wire-desktop-bump
Wire desktop bump
2023-05-22 00:00:53 -06:00
Nick Cao fdb8c06bfa
Merge pull request #233046 from dawidd6/patch-1
vorta: don't replace Exec line in desktop file
2023-05-21 23:50:05 -06:00
Nick Cao 90af2ca077
Merge pull request #233318 from azahi/werf-12235
werf: 1.2.233 -> 1.2.235
2023-05-21 23:36:11 -06:00
github-actions[bot] cf87e1bc86 terraform-providers.alicloud: 1.204.1 -> 1.205.0 2023-05-22 15:32:32 +10:00
Rick van Schijndel 829ef7ce3a
Merge pull request #227135 from lilyinstarlight/fix/csound-cross
csound: fix cross with gettext hack
2023-05-22 07:24:26 +02:00
Jonas Heinrich 96adbe3014
Merge pull request #233249 from figsoda/n8n
n8n: regenerate with nodejs 18
2023-05-22 07:24:12 +02:00
Jonas Heinrich 3bd26be897
Merge pull request #233221 from RicArch97/swayfx
swayfx: 0.2 -> 0.3
2023-05-22 07:10:24 +02:00
R. Ryantm b36979ec74 iqtree: 2.2.0.4 -> 2.2.2.4 2023-05-22 04:48:16 +00:00
R. Ryantm 46607b0637 ecs-agent: 1.71.0 -> 1.71.1 2023-05-22 03:55:38 +00:00
Nick Cao b31c968ff2
Merge pull request #232244 from wineee/wps-clear
wpsoffice: don't need wrapGAppsHook nor wrapQtAppsHook & use autoPatchelfIgnoreMissingDeps
2023-05-21 20:54:04 -06:00
R. Ryantm 8f52b7e13e srvc: 0.17.1 -> 0.18.0 2023-05-22 02:37:53 +00:00
Sebastián Mancilla 70b3662a67 shogun: disable broken test
Shogun has been broken for a while [0].

Looks like the latest update to openblas, by f07a0615ea (openblas:
0.3.20 -> 0.3.21, 2022-08-10), broke the `libshogun-mathematics_lapack`
example. It calculates the eigenvectors for a matrix, but the assertions
now fail:

    compute_eigenvectors
    A=[
    [       -0.500000000000000111,  0.707106781186547351,   0.5],
    [       0.707106781186547351,   1.04083408558608426e-16,        0.707106781186547129],
    [       -0.499999999999999722,  -0.707106781186547462,  0.5]
    ]
    eigenvalues=[-1.41421356237309492,1.04083408558608426e-17,1.41421356237309492]
    terminate called after throwing an instance of 'shogun::ShogunException'

The darwin build output shows a bit more detail:

    assertion is_equal(A(0,0), 0.5, eps) failed in void test_ev()
    file /tmp/nix-build-shogun-6.1.4.drv-0/source/examples/undocumented/libshogun/mathematics_lapack.cpp
    line 49

Disable the test to fix the build, although the results seem "correct".
It appears that openblas now calculates values with slightly less
precision, thus the assertion fails due to the expected epsilon.

[0]: https://hydra.nixos.org/build/194671473
2023-05-21 22:34:01 -04:00
Sebastián Mancilla 61fc2d2c89 shogun: disable tests that take too long
The checkPhase may take from 30 minutes up to 2 hours and 30 minutes on
Hydra due to these tests:

    [...]
    311/375 Test #311: libshogun-evaluation_cross_validation_classification ............   Passed  247.33 sec
    312/375 Test #313: libshogun-evaluation_cross_validation_mkl_weight_storage ........   Passed  428.31 sec
    315/375 Test #312: libshogun-evaluation_cross_validation_locked_comparison .........   Passed  880.44 sec
    341/375 Test #316: libshogun-evaluation_cross_validation_regression ................   Passed  380.48 sec
    342/375 Test #343: libshogun-modelselection_grid_search_kernel .....................   Passed 4866.85 sec
    343/375 Test #344: libshogun-modelselection_grid_search_linear .....................   Passed  574.78 sec
    345/375 Test #342: libshogun-modelselection_combined_kernel_sub_parameters .........   Passed 5929.90 sec
    375/375 Test #346: libshogun-modelselection_grid_search_multiclass_svm .............   Passed 1826.27 sec
    [...]
    Total Test time (real) = 9046.65 sec
    checkPhase completed in 2 hours 30 minutes 47 seconds
2023-05-21 22:34:01 -04:00
Sebastián Mancilla 5873454b52 shogun: fix compiler warnings
Fix warnings related to virtual destruction. Kinda important to fix.
2023-05-21 22:34:01 -04:00
Sebastián Mancilla c812170c74 shogun: refactor derivation 2023-05-21 22:34:00 -04:00
Mario Rodas a12111248b
Merge pull request #229414 from hzeller/20230501-add-otf2bdf
otf2bdf: init at 3.1
2023-05-21 20:15:21 -05:00
Mario Rodas 46d38d19f2
Merge pull request #232993 from r-ryantm/auto-update/kubectl-gadget
kubectl-gadget: 0.16.0 -> 0.16.1
2023-05-21 18:29:27 -05:00
Mario Rodas 20912d372d
Merge pull request #233021 from Scrumplex/livecaptions-update-model
livecaptions: switch to newer english model
2023-05-21 18:27:23 -05:00
Weijia Wang 7d2ef68891 squeezelite: reduce LDADD 2023-05-22 02:17:00 +03:00
Robert Scott d541ef50fd
Merge pull request #233281 from r-ryantm/auto-update/jpegoptim
jpegoptim: 1.5.3 -> 1.5.4
2023-05-22 00:07:46 +01:00
Flakebi 1a13b4c0f9
powerdns-admin: 0.3.0 -> 0.4.1
- Fix with flask-migrate 4+
- Update to 0.4.1
- Improve the test to check that using the database works
2023-05-22 00:39:58 +02:00
Azat Bahawi 1619fe4067
werf: 1.2.233 -> 1.2.235 2023-05-22 01:36:55 +03:00
Michael Hoang 13b07c6139
vscode, vscodium: use Nixpkgs ripgrep by default 2023-05-22 00:29:22 +02:00
Sandro d57b34163a
Merge pull request #232894 from SuperSandro2000/mumble-openssl3
mumble: fix crash caused by openssl3 thread unsafe evp implementation
2023-05-21 23:48:25 +02:00
Mario Rodas 76f1d557cd
Merge pull request #231976 from r-ryantm/auto-update/zeek
zeek: 5.2.0 -> 5.2.1
2023-05-21 15:52:32 -05:00
Mauricio Collares c13e4258f6 sageWithDoc: run src/doc/bootstrap script before docbuild 2023-05-21 22:37:53 +02:00
Oleksii Filonenko d967405bac
Merge pull request #217167 from PlayerNameHere/mullvad-vpn-substitute-programs
mullvad-vpn: add binaries to PATH for GUI launcher script
2023-05-21 23:08:18 +03:00
Martin Weinelt 341258203e
Merge pull request #231276 from jopejoe1/firefox
firefox-{beta,devedition}{-bin}-unwrapped: 113.0b9 -> 114.0b6
2023-05-21 22:06:41 +02:00
Ryan Lahfa 270dcda1e8
Merge pull request #231062 from bobvanderlinden/espanso-update-2.1.8
espanso: 0.7.3 -> 2.1.8
2023-05-21 21:44:41 +02:00
figsoda 5ff5d1b571
Merge pull request #233251 from SuperSandro2000/dnscontrol
dnscontrol: 4.0.0 -> 4.0.1
2023-05-21 15:08:38 -04:00
figsoda 400423a79f
Merge pull request #233271 from r-ryantm/auto-update/civo
civo: 1.0.53 -> 1.0.54
2023-05-21 15:07:13 -04:00
Ryan Lahfa 9cc514b582
Merge pull request #233075 from Stekke/retroshare-filesystem
retroshare: fix build failure
2023-05-21 21:03:40 +02:00
R. Ryantm 300f31f8a5 jpegoptim: 1.5.3 -> 1.5.4 2023-05-21 18:50:54 +00:00
Aaron Andersen 9889d76032
Merge pull request #232607 from plumelo/feat/redmine-5
redmine: 4.2.10 -> 5.0.5
2023-05-21 14:33:01 -04:00
figsoda 6e80534886
Merge pull request #233189 from bobby285271/upd/contrast
contrast: 0.0.7 → 0.0.8
2023-05-21 14:32:43 -04:00
Aaron Andersen ee43065bc4
Merge pull request #232306 from gador/kodi-add-visualizations
kodiPackages: add visualizations
2023-05-21 14:28:55 -04:00
figsoda 85e6e8cb42
Merge pull request #233190 from bobby285271/upd/deja-dup
deja-dup: 44.0 → 44.1
2023-05-21 14:26:29 -04:00
R. Ryantm 88114e926b civo: 1.0.53 -> 1.0.54 2023-05-21 18:10:26 +00:00
Nikola Knezevic f28bc28062
espanso: support for darwin 2023-05-21 19:10:35 +02:00
Bob van der Linden 150be95855
espanso: add version test 2023-05-21 19:10:34 +02:00
Bob van der Linden 5762a20a25
espanso: 0.7.3 -> 2.1.8 2023-05-21 19:10:34 +02:00
Weijia Wang 1dbe7ef7b5
Merge pull request #233136 from mokrinsky/wezterm-darwin-fix
wezterm: fix darwin build
2023-05-21 19:04:12 +03:00
Thomas Watson 961af3e15f cloudcompare: disable qRANSAC_SD plugin to fix build
qRANSAC_SD plugin compilation is broken on non-x86 architectures.
Additionally, its license is not compatible with GPL (it is "for
research purposes only") so it is disabled for all architectures
instead of just non-x86.
2023-05-21 10:59:23 -05:00
Artturi 920fbd7fea
Merge pull request #231702 from chuangzhu/webtorrent-mpv-hook 2023-05-21 18:48:21 +03:00
Sandro Jäckel d56e6140df
dnscontrol: 4.0.0 -> 4.0.1
Diff: https://github.com/StackExchange/dnscontrol/compare/v4.0.0...v4.0.1

Changelog: https://github.com/StackExchange/dnscontrol/releases/tag/v4.0.1
2023-05-21 17:22:45 +02:00
Yureka cb1bce2e1c
gitlab: patch for openssl 3.x support (#233235) 2023-05-21 17:18:27 +02:00
Sandro 59cb287790
Merge pull request #231260 from Luflosi/update/kubo
kubo: 0.19.2 -> 0.20.0
2023-05-21 17:15:22 +02:00
figsoda 9695889e90 n8n: regenerate with nodejs 18 2023-05-21 11:08:45 -04:00
pennae 727086540f
Merge pull request #233238 from emilylange/username-change
maintainers: rename indeednotjames to emilylange
2023-05-21 17:07:05 +02:00
figsoda ce1811a2f3 matrix-recorder: remove 2023-05-21 10:50:10 -04:00
Nikolay Mokrinsky 6a18e4b8a4
wezterm: fix darwin build 2023-05-21 18:31:05 +04:00
Mauricio Collares 0edaaae3ff sage: 9.8 -> 10.0 2023-05-21 16:28:24 +02:00
Mauricio Collares 19bf4ba0e0 giac, giac-with-xcas: 1.9.0-29 -> 1.9.0-43 2023-05-21 16:25:47 +02:00
emilylange b0e7f7f5db
maintainers: rename indeednotjames to emilylange 2023-05-21 16:01:35 +02:00
Adam Stephens 524f06e386
squeezelite: add darwin support 2023-05-21 09:40:11 -04:00
Daniel Nagy bf17936bdf emacsPackages.color-theme-solarized: use packageRequires 2023-05-21 10:33:05 -03:00
jopejoe1 679ada6bf7 firefox-devedition-unwrapped: 113.0b9 -> 114.0b6 2023-05-21 15:00:06 +02:00
jopejoe1 5ae0f3a21b firefox-beta-unwrapped: 113.0b9 -> 114.0b6 2023-05-21 14:59:24 +02:00
jopejoe1 f21669dcce firefox-devedition-bin-unwrapped: 113.0b9 -> 114.0b6 2023-05-21 14:57:57 +02:00
jopejoe1 a3bf93e2ab firefox-beta-bin-unwrapped: 113.0b9 -> 114.0b6 2023-05-21 14:57:26 +02:00
Mario Rodas 41eb3a1e3f
Merge pull request #233180 from r-ryantm/auto-update/ton
ton: 2023.04 -> 2023.05
2023-05-21 07:47:43 -05:00
R. Ryantm f203371104 system76-keyboard-configurator: 1.3.1 -> 1.3.2 2023-05-21 20:07:37 +08:00
Ricardo Steijn d26858914e swayfx: 0.2 -> 0.3 2023-05-21 14:06:48 +02:00
Bobby Rong 53ecdd383b
Merge pull request #231079 from totoroot/update/qownnotes-23.5.3
qownnotes: 23.5.0 -> 23.5.3
2023-05-21 19:38:26 +08:00
Bobby Rong 85340996ba
Merge pull request #230265 from foo-dogsquared/update-extension-manager
gnome-extension-manager: 0.4.0 -> 0.4.1
2023-05-21 19:28:39 +08:00
Bobby Rong 815f8e5557
Merge pull request #231915 from wiryfuture/armcord-3.2.0
armcord: 3.1.7 -> 3.2.0
2023-05-21 19:13:14 +08:00
R. Ryantm 49dcbd5fe2 linkerd_edge: 23.4.3 -> 23.5.1 2023-05-21 19:09:07 +08:00
R. Ryantm e449e38b86 cilium-cli: 0.14.2 -> 0.14.3 2023-05-21 19:05:58 +08:00
Bobby Rong f76e1d0636
Merge pull request #232263 from matthewpi/update/vscode-caddyfile-support
vscode-extensions.matthewpi.caddyfile-support: 0.2.4 -> 0.3.0
2023-05-21 19:02:06 +08:00
Bobby Rong 58bd7810d7
Merge pull request #232997 from wackbyte/update-astro-vscode
vscode-extensions.astro-build.astro-vscode: 0.29.7 -> 1.0.6
2023-05-21 18:59:22 +08:00
Bobby Rong c621a93aab
Merge pull request #232998 from wackbyte/update-svelte-vscode
vscode-extensions.svelte.svelte-vscode: 107.2.5 -> 107.4.3
2023-05-21 18:57:47 +08:00
Weijia Wang 4bd5602ea7
Merge pull request #233039 from Enzime/add/kitti3
kitti3: init at unstable-2021-09-11
2023-05-21 13:16:15 +03:00
Ilan Joselevich c6dd5fbc04
Merge pull request #233188 from r-ryantm/auto-update/chatterino2
chatterino2: 2.4.3 -> 2.4.4
2023-05-21 13:03:56 +03:00
Nick Cao 86c04a753a
Merge pull request #233182 from r-ryantm/auto-update/terragrunt
terragrunt: 0.45.11 -> 0.45.13
2023-05-21 03:42:45 -06:00
Nick Cao 7294100927
Merge pull request #232409 from SamLukeYes/qq
qq: 3.1.1-11223 -> 3.1.2-12912
2023-05-21 03:39:46 -06:00
Ilan Joselevich 25df0fdead
Merge pull request #233077 from Kranzes/mullvad-browser
mullvad-browser: fix file picker crashing
2023-05-21 12:29:03 +03:00
R. Ryantm 6f1b155206 nbxplorer: 2.3.62 -> 2.3.63 2023-05-21 09:26:12 +00:00
Bobby Rong cb10afd2c5
deja-dup: 44.0 → 44.1
https://gitlab.gnome.org/World/deja-dup/-/compare/44.0...44.1
2023-05-21 17:22:05 +08:00
Bobby Rong f7f3ce9b61
contrast: 0.0.7 → 0.0.8
https://gitlab.gnome.org/World/design/contrast/-/compare/0.0.7...0.0.8
2023-05-21 17:11:53 +08:00
R. Ryantm 6ed8bb42d1 chatterino2: 2.4.3 -> 2.4.4 2023-05-21 09:02:28 +00:00
R. Ryantm 9e291a2755 terragrunt: 0.45.11 -> 0.45.13 2023-05-21 08:32:01 +00:00
R. Ryantm c92ecfdbd8 ton: 2023.04 -> 2023.05 2023-05-21 08:19:16 +00:00
Nick Cao 3ba37ed095
Merge pull request #233142 from r-ryantm/auto-update/pluto
pluto: 5.16.1 -> 5.16.3
2023-05-21 01:12:07 -06:00
Nick Cao 4091b3c1da
Merge pull request #233143 from r-ryantm/auto-update/nwg-dock
nwg-dock: 0.3.3 -> 0.3.4
2023-05-21 01:11:16 -06:00
Nikolay Korotkiy 2dee1073d9
Merge pull request #233132 from r-ryantm/auto-update/cudatext-gtk
cudatext-gtk: 1.194.0 -> 1.194.4
2023-05-21 09:31:40 +04:00
R. Ryantm b0e04c01e7 teams-for-linux: 1.0.92 -> 1.0.93 2023-05-21 03:54:27 +00:00
R. Ryantm 0bda285f06 nwg-dock: 0.3.3 -> 0.3.4 2023-05-21 03:15:52 +00:00
R. Ryantm 5f3b60efbf pluto: 5.16.1 -> 5.16.3 2023-05-21 03:14:39 +00:00
figsoda 1febf36eea
Merge pull request #233125 from r-ryantm/auto-update/process-compose
process-compose: 0.43.1 -> 0.45.0
2023-05-20 22:58:50 -04:00
Nick Cao 8e29121306
Merge pull request #233123 from r-ryantm/auto-update/fluxcd
fluxcd: 2.0.0-rc.2 -> 2.0.0-rc.3
2023-05-20 20:51:29 -06:00
figsoda f36c9e892c
Merge pull request #233129 from r-ryantm/auto-update/glooctl
glooctl: 1.14.2 -> 1.14.4
2023-05-20 22:27:12 -04:00
R. Ryantm 7e54c1a6ac cudatext-gtk: 1.194.0 -> 1.194.4 2023-05-21 02:02:35 +00:00
R. Ryantm 6eee961e5e glooctl: 1.14.2 -> 1.14.4 2023-05-21 01:39:16 +00:00