Commit graph

78665 commits

Author SHA1 Message Date
Maxine Aubrey 11c38f0a6b
_1password-gui: 8.7.1 -> 8.7.3 2022-07-05 17:47:02 +02:00
Sandro 15ce383c0c
Merge pull request #180129 from wahjava/update-got
got: 0.70 -> 0.73
2022-07-05 17:38:14 +02:00
Bobby Rong c5dfbb12b1
Merge pull request #179966 from r-ryantm/auto-update/cudatext
cudatext: 1.166.2 -> 1.166.5
2022-07-05 20:46:09 +08:00
github-actions[bot] 0c17a445aa
Merge master into staging-next 2022-07-05 12:02:09 +00:00
Christoph Honal 493c076ec6 vscode-extensions.ms-vscode.cpptools: 1.9.1 -> 1.11.0 2022-07-05 13:42:25 +02:00
K900 919bd2f364 n8n: 0.184.0 → 0.185.0 2022-07-05 10:40:49 +00:00
zowoq 8de4ffe811 crun: set strictDeps 2022-07-05 20:23:19 +10:00
zowoq b71ee18bfd conmon: set enableParallelBuilding/strictDeps 2022-07-05 20:23:19 +10:00
zowoq 58aad4ee03 catatonit: set enableParallelBuilding/strictDeps 2022-07-05 20:23:19 +10:00
kilianar 369ab30030 syncthing: 1.20.2 -> 1.20.3
https://github.com/syncthing/syncthing/releases/tag/v1.20.3
2022-07-05 11:29:43 +02:00
Ilan Joselevich f5522fb775 nextcloud-client: 3.5.1 -> 3.5.2 2022-07-05 10:34:30 +02:00
Sarah Brofeldt 538bb1a472
Merge pull request #180184 from qowoz/k8s-override
kubectl: override kubernetes
2022-07-05 10:30:18 +02:00
Vladyslav M 0fc7b58cdb pijul: 1.0.0-beta.1 -> 1.0.0-beta.2 2022-07-05 11:04:33 +03:00
Sandro ab18f8f301
Merge pull request #174434 from zhaofengli/weylus-sway
weylus: Add GST plugins to GST_PLUGIN_PATH, weylus: 0.11.4 -> unstable-2022-06-07
2022-07-05 09:54:29 +02:00
Fabian Affolter ce1a6a9fc9
Merge pull request #180137 from fabaff/dulwich-bump
python310Packages.dulwich: 0.20.43 -> 0.20.44, dvc: 2.10.2 -> 2.12.0
2022-07-05 08:11:20 +02:00
Fabian Affolter b695e7dd8b
Merge pull request #177772 from fabaff/irssi-bump
irssi: 1.2.3 -> 1.4.1
2022-07-05 08:06:14 +02:00
github-actions[bot] c0b8d5d7b9
Merge master into staging-next 2022-07-05 06:01:19 +00:00
zowoq dff0428a45 kubectl: override kubernetes 2022-07-05 11:54:06 +10:00
Anderson Torres 0c873dc3a2
Merge pull request #179888 from DamienCassou/offpunk
offpunk: init at 1.4
2022-07-04 22:17:56 -03:00
github-actions[bot] 2b746ce766
Merge master into staging-next 2022-07-05 00:02:22 +00:00
zowoq 5ae098c5a0 clusterctl: 1.1.4 -> 1.1.5
https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.1.5
2022-07-05 09:53:21 +10:00
kilianar 295656a45a mullvad: 2022.1 -> 2022.2
https://github.com/mullvad/mullvadvpn-app/releases/tag/2022.2

address_cache was removed with the upstream release, so we remove those
parts as well.
2022-07-05 01:04:45 +02:00
Martin Weinelt 391fab8cb5
Merge pull request #179659 from squalus/librewolf
librewolf: 101.0.1-1 -> 102.0-2
2022-07-05 00:47:53 +02:00
kilianar 57ca6c3933 mullvad-vpn: 2022.1 -> 2022.2
https://github.com/mullvad/mullvadvpn-app/releases/tag/2022.2
2022-07-04 23:41:34 +02:00
Mario Hros 3a96c0a4f2 autokey: fix No GSettings schemas are installed and clean wrapping
Remove unnecessary wrapping stuff and fix
"No GSettings schemas are installed"
fatal error when opening the main window.

fixes #137417
2022-07-04 22:54:51 +02:00
Han Verstraete 9996eae4da arkade: 0.8.28 -> 0.8.29 2022-07-04 22:36:01 +02:00
Yarny0 0ad873b44b virtualbox: update patch linux-5.18 -> linux-5.19
Some history:

The linux kernel v5.18-rc contains the commit

> commit 6e8ec2552c7d13991148e551e3325a624d73fac6
> Author: Jason A. Donenfeld <Jason@zx2c4.com>
> Date:   2022-01-16 14:23:10 +0100
>
>     random: use computational hash for entropy extraction
> [...]

which modifies the kernels random number generator.

This change broke VirtualBox 6.1.34 in several ways:
It causes random crashes and filesystem corruption in the guest
(at least on some host CPU models).
More details can be found in the
corresponding ticket in the VirtualBox bug tracker:
https://www.virtualbox.org/ticket/20914

That ticket also contains a patch "vbox-linux-5.18.patch"
for VirtualBox that fixes the problem,
at least for kernels 5.18 and (hopefully) above.
This patch got added to nixpkgs' VirtualBox build recipe with
9c8132494f .

Meanwhile, the kernel patch got backported to LTS kernels.
As the VirtualBox patch contains several `#if RTLNX_VER_MIN(5,18,0)`
clauses to apply the fix,
it can't heal VirtualBox on LTS kernel versions.
The result is that VirtualBox is still broken if used
with linux kernels 5.10 and 5.15
(currenly the default kernel in nixpkgs).

Luckily, VirtualBox developers updated the patch
(now named "vbox-linux-5.19.patch") to not only fix the
problem for the upcoming 5.19 kernel, but also address
backport releases.

The commit at hand replaces "vbox-linux-5.18.patch"
with the new "vbox-linux-5.19.patch",
fixing VirtualBox for LTS kernel releases.
2022-07-04 22:15:03 +02:00
Azat Bahawi 95cc37ab9a nicotine-plus: 3.2.1 -> 3.2.2
Fixes: #179349
2022-07-04 14:52:32 -05:00
Fabian Affolter e31799b474 irssi: 1.2.3 -> 1.4.1 2022-07-04 20:56:26 +02:00
Fabian Affolter 30c3425460 dvc: 2.10.2 -> 2.12.0 2022-07-04 20:41:17 +02:00
kilianar 72bd7c85b0 logseq: 0.7.5 -> 0.7.6
https://github.com/logseq/logseq/releases/tag/0.7.6
2022-07-04 20:27:28 +02:00
Fabian Affolter e5cded3294 dvc: update optional dependencies 2022-07-04 20:16:02 +02:00
github-actions[bot] 54d54fd740
Merge master into staging-next 2022-07-04 18:01:14 +00:00
Maximilian Bosch 18d8e42f5e
Merge pull request #179350 from alyssais/neomutt-sendmail
neomutt: fix sendmail default value
2022-07-04 18:54:22 +02:00
R. RyanTM 200d8c500a
snakemake: 7.8.3 -> 7.8.5 (#179874) 2022-07-04 12:24:26 -04:00
Bart Brouns f06686be1b LibreArp: 2.2 -> 2.4 2022-07-04 17:49:27 +02:00
Ashish SHUKLA 4ed794f1bc
got: 0.70 -> 0.73 2022-07-04 21:01:56 +05:30
Ivan Nikolaenko b084905057 weston: fix race condition in build system
Some source files have "linux-dmabuf-unstable-v1-server.h" header
included, but do not really need it. Thus, that sources do not
have a correctly configured dependency on that header, which is
dynamically generated during the build.

The fix for that error is to remove unneeded #include.

Signed-off-by: Ivan Nikolaenko <ivan.nikolaenko@unikie.com>
2022-07-04 15:30:33 +00:00
Bobby Rong 4d40f21e52
Merge pull request #180042 from panicgh/tbb
tor-browser-bundle-bin: 11.0.14 -> 11.0.15
2022-07-04 22:27:32 +08:00
ajs124 c4b8828630 treewide: node*.nix remove references to nodejs-12_x 2022-07-04 15:33:57 +02:00
Bobby Rong be77a35772
Merge pull request #179905 from Luflosi/update/boinc
boinc: 7.20.0 -> 7.20.1
2022-07-04 21:26:48 +08:00
Bobby Rong e9ae648380
Merge pull request #180049 from kilianar/yed
your-editor: 1400 -> 1403
2022-07-04 21:09:47 +08:00
superherointj 71ed585fa6
Merge pull request #180107 from hughobrien/moolticute-0.55.0
moolticute: 0.53.7 → 0.55.0
2022-07-04 09:19:42 -03:00
github-actions[bot] 33b3f971a7
Merge master into staging-next 2022-07-04 12:11:13 +00:00
José Romildo Malaquias a15c5b061f
Merge pull request #179616 from romildo/upd.gitqlient
gitqlient: 1.4.3 -> 1.5.0
2022-07-04 08:38:58 -03:00
Michael Adler 2a1a6e5357 neovim-qt: 0.2.16.1 -> 0.2.17 2022-07-04 13:33:43 +02:00
tricktron ac8fadc7f3
colima: 0.4.2 -> 0.4.4 (#179522)
* colima: use updated Makefile in build and install phases

* colima: use lima-unwrapped

* colima: fix dynamic version

* colima: 0.4.2 -> 0.4.3

* colima: delete .git folder in postfetch when `leaveDotGit = true`

Otherwise it may lead to non-deterministic behaviour.

Co-authored-by: j-k <dev@j-k.io>

* colima: do not override default buildGoModule phases

The colima Makefile does more or less the same as the `buildGoModule`
implementation. Instead of overriding it and using the Makefile
directly, we reproduce the behaviour desired behaviour by customising
env variables, e.g. `ldflags` and `subPackages`.

Co-authored-by: j-k <dev@j-k.io>

* colima: use `buildGoModule = buildGo118Module;`

Co-authored-by: j-k <dev@j-k.io>

* colima: update meta.description

Co-authored-by: j-k <dev@j-k.io>

* colima: set `CGO_ENABLED = 1` to make VPN connections work

See https://github.com/abiosoft/colima/issues/358

* colima: 0.4.3 -> 0.4.4

* colima: define all ldflags in preConfigure

Co-authored-by: Atemu <Atemu@users.noreply.github.com>

* colima: add version test

* colima: add meta.mainProgram and meta.platforms

* colima: remove unused runCommand input

Co-authored-by: j-k <dev@j-k.io>

* colima: cleanup meta

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

* colima: drop meta.platforms

because we use the default value of `platforms.darwin ++
platforms.linux`

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Atemu <Atemu@users.noreply.github.com>

* Update pkgs/applications/virtualization/colima/default.nix

Co-authored-by: j-k <dev@j-k.io>
Co-authored-by: Atemu <Atemu@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-04 13:28:02 +02:00
Hugh O'Brien 20c5555a46 moolticute: 0.53.7 → 0.55.0 2022-07-04 11:50:28 +01:00
Sergei Trofimovich a5ce71d4e8 xmr-stak: drop gcc6 requrement (and cuda support)
[ 86%] Building CXX object CMakeFiles/xmrstak_opencl_backend.dir/xmrstak/backend/amd/minethd.cpp.o
    nvcc fatal   : Unsupported gpu architecture 'compute_30'
    CMake Error at xmrstak_cuda_backend_generated_cuda_extra.cu.o.Release.cmake:220 (message):
      Error generating
      /build/source/build/CMakeFiles/xmrstak_cuda_backend.dir/xmrstak/backend/nvidia/nvcc_code/./xmrstak_cuda_backend_generated_cuda_extra.cu.o
    nvcc fatal   : Unsupported gpu architecture 'compute_30'
    make[2]: *** [CMakeFiles/xmrstak_cuda_backend.dir/build.make:84: CMakeFiles/xmrstak_cuda_backend.dir/xmrstak/backend/nvidia/nvcc_code/xmrstak_cuda_backend_generated_cuda_extra.cu.o] Error 1

CUDA support is broken for a while. Let's drop it along with gcc6 requirement.
2022-07-04 10:27:24 +01:00
Sergei Trofimovich 2e37f787c9
Merge pull request #180086 from trofi/fix-archimedes-off-gcc6
archimedes: use latest toolchain, not gcc-6
2022-07-04 08:49:35 +01:00
Sergei Trofimovich 8aaed36df3 archimedes: use latest toolchain, not gcc-6
Without the change archimedes fails to build with latest toolchains as:

    ld: archimedes.c:(.text+0xdac7): undefined reference to `rnd'
    ld: archimedes.c:(.text+0xdeab): undefined reference to `rnd'
    ld: archimedes.c:(.text+0xdf13): undefined reference to `rnd'
    ld: archimedes.c:(.text+0xe3ef): undefined reference to `rnd'
    ld: archimedes.o:archimedes.c:(.text+0xe456): more undefined references to `rnd' follow
    ld: archimedes.o: in function `EMC':
    archimedes.c:(.text+0xf11b): undefined reference to `creation'
    ld: archimedes.c:(.text+0xf5f5): undefined reference to `creation'
    ld: archimedes.c:(.text+0xf826): undefined reference to `creation'
    ld: archimedes.c:(.text+0xf9ce): undefined reference to `creation'

The change happens to fix build against clang as well.
2022-07-04 08:20:07 +01:00
github-actions[bot] 8df12a1ed6
Merge master into staging-next 2022-07-04 06:01:18 +00:00
github-actions[bot] 8e8231f1f0 terraform-providers: update 2022-07-04 2022-07-04 14:37:49 +10:00
José Romildo 363c10d922 gitqlient: 1.4.3 -> 1.5.0 2022-07-03 22:13:50 -03:00
superherointj 5d9b21d757
Merge pull request #180055 from kilianar/vscodevim.vim
vscode-extensions.vscodevim.vim: 1.22.2 -> 1.23.1
2022-07-03 21:57:15 -03:00
superherointj 273c601330
Merge pull request #180053 from kilianar/bradlc.vscode-tailwindcss
vscode-extensions.bradlc.vscode-tailwindcss: 0.6.13 -> 0.8.6
2022-07-03 21:54:49 -03:00
superherointj 414f1ff590
Merge pull request #179412 from r-ryantm/auto-update/k3s
k3s: 1.24.1+k3s1 -> 1.24.2+k3s1
2022-07-03 21:38:54 -03:00
github-actions[bot] a653bbaea6
Merge master into staging-next 2022-07-04 00:05:02 +00:00
kilianar 5020795f01 vscode-extensions.vscodevim.vim: 1.22.2 -> 1.23.1 2022-07-04 00:07:24 +02:00
kilianar 7e40e8154e vscode-extensions.bradlc.vscode-tailwindcss: 0.6.13 -> 0.8.6 2022-07-03 23:46:04 +02:00
Azat Bahawi 1c153a860d
fetchit: init at 0.0.1
Fixes: #172601
2022-07-04 00:40:10 +03:00
kilianar a18f8633c7 your-editor: 1400 -> 1403
https://github.com/your-editor/yed/releases/tag/1403
2022-07-03 23:29:29 +02:00
Leiser Fernández Gallo 468d2bdcf1
darktable: 3.8.1 -> 4.0.0 (#180012) 2022-07-03 16:19:42 -03:00
Nicolas Benes b6805190a2 tor-browser-bundle-bin: 11.0.14 -> 11.0.15 2022-07-03 21:13:34 +02:00
Damien Cassou 31c1463343
offpunk: init at 1.4 2022-07-03 20:59:27 +02:00
Sandro a40c92fb46
Merge pull request #178957 from linsui/amberol
amberol: 0.8.0 -> 0.8.1
2022-07-03 20:29:14 +02:00
superherointj 8585314267
Merge pull request #179989 from hiljusti/update/sigi-3.4.2
sigi: 3.4.0 -> 3.4.2
2022-07-03 15:28:41 -03:00
github-actions[bot] fc65c5c219
Merge master into staging-next 2022-07-03 18:01:12 +00:00
Lassulus 34c1276fb2
Merge pull request #171288 from r-ryantm/auto-update/remarkable-mouse
remarkable-mouse: 7.0.1 -> 7.0.2
2022-07-03 18:13:01 +02:00
Artturi 73fbb75a90
Merge pull request #179730 from gvolpe/patch-1 2022-07-03 17:02:46 +03:00
Anderson Torres e70d2e3b24
Merge pull request #180000 from hqurve/junction
junction: init at 1.5.0
2022-07-03 10:03:46 -03:00
Bobby Rong b411e98476
Merge pull request #179970 from 4825764518/obs-nvfbc-0.0.6
obs-nvfbc: 0.0.5 -> 0.0.6
2022-07-03 20:42:11 +08:00
Bobby Rong 8c86875029
Merge pull request #179993 from r-ryantm/auto-update/rofi-rbw
rofi-rbw: 1.0.0 -> 1.0.1
2022-07-03 20:31:36 +08:00
Sandro 1dd337e253
Merge pull request #179784 from kilianar/signal-desktop
signal-desktop: 5.47.0 -> 5.48.0
2022-07-03 14:13:39 +02:00
Sandro cb6124d0aa
Merge pull request #179723 from AndrewKvalheim/signal-desktop/electron-spellchecker
signal-desktop: revert “Allow overriding the spell checker language”
2022-07-03 14:13:12 +02:00
hqurve 7a084f4285 junction: init at 1.5.0 2022-07-03 08:10:53 -04:00
Anderson Torres 1603f337a9
Merge pull request #179767 from BillHuang2001/init/feishu
feishu: init at 5.9.18
2022-07-03 09:06:56 -03:00
Anderson Torres 3a96700b21
Merge pull request #179649 from wegank/aegisub-darwin
aegisub: add support for aarch64 platforms
2022-07-03 09:04:49 -03:00
github-actions[bot] 00b3f42427
Merge master into staging-next 2022-07-03 12:01:23 +00:00
Sandro f039e591e2
Merge pull request #179365 from michojel/megasync-4.6.7.0
megasync: 4.6.5.0 -> 4.6.7.0
2022-07-03 13:13:42 +02:00
R. Ryantm e7b7d2f9e2 rofi-rbw: 1.0.0 -> 1.0.1 2022-07-03 10:59:20 +00:00
R. Ryantm 72b001fd68 pyradio: 0.8.9.21 -> 0.8.9.22 2022-07-03 10:08:45 +00:00
hiljusti b4cbc03186 sigi: 3.4.0 -> 3.4.2 2022-07-03 02:47:00 -07:00
Vladimír Čunát 18b14a254d
Merge #179510: thunderbird*: 91.11.0 -> 102.0 2022-07-03 10:06:47 +02:00
happysalada 4d1e5c1140 erigon: 2022.02.04 -> 2022.07.01 2022-07-03 03:58:24 -04:00
github-actions[bot] bd3785fad4
Merge master into staging-next 2022-07-03 06:01:20 +00:00
Ben Siraphob 2c9deba079
Merge pull request #179537 from McSinyx/vim9 2022-07-02 22:14:54 -07:00
Weijia Wang 7d072a2e44 aegisub: fix build on aarch64 2022-07-03 07:13:47 +02:00
R. Ryantm 76dff1dd20 flexget: 3.3.18 -> 3.3.19 2022-07-03 02:41:10 +00:00
4825764518 88d8a2a063
obs-nvfbc: update metadata 2022-07-02 22:34:30 -04:00
4825764518 11254579e3
obs-nvfbc: 0.0.5 -> 0.0.6 2022-07-02 22:26:57 -04:00
R. Ryantm f452ce7396 cudatext: 1.166.2 -> 1.166.5 2022-07-03 01:46:30 +00:00
github-actions[bot] 5d9e711bfe
Merge master into staging-next 2022-07-03 00:04:21 +00:00
Anderson Torres 02195f3fe3
Merge pull request #179937 from AndersonTorres/bochs
bochs: new recursive style
2022-07-02 18:12:36 -03:00
github-actions[bot] 239c4e701d
Merge master into staging-next 2022-07-02 18:01:29 +00:00
squalus 55c5a83c4c librewolf: 101.0.1-1 -> 102.0-2 2022-07-02 10:45:33 -07:00
AndersonTorres d7d1174c93 bochs: new recursive style 2022-07-02 12:36:06 -03:00
Gabriel Ebner 4af0391634
Merge pull request #179889 from arjan-s/khal-0.10.5
khal: 0.10.4 -> 0.10.5
2022-07-02 17:22:27 +02:00
Kevin Cox 7fa053c119
Merge pull request #178811 from noneucat/fix/nixops_python39
nixops_unstable: fix build
2022-07-02 11:01:28 -04:00
Gabriel Ebner b22a6350f5
Merge pull request #179907 from SnVIZQ/snvizq/freecad/issue#179228
freecad: fix crash when selecting color of a solid
2022-07-02 16:36:11 +02:00
Luflosi 6eea86625e
boinc: 7.20.0 -> 7.20.1
https://github.com/BOINC/boinc/releases/tag/client_release%2F7.20%2F7.20.1
2022-07-02 15:56:06 +02:00
lom c96e95f586 archisteamfarm.ui: update 2022-07-02 07:26:53 -06:00
lom 322472c5fe archisteamfarm: 5.2.6.3 -> 5.2.7.7 2022-07-02 07:26:19 -06:00
Anderson Torres 904cf8a5ee
Merge pull request #175197 from aacebedo/master
swaysettings: init at 0.3.0
2022-07-02 10:09:17 -03:00
Jan Tojnar f58225ffd4
Merge pull request #179849 from jtojnar/gnome
GNOME updates
2022-07-02 15:07:52 +02:00
Juraj Hercek 269b500073 freecad: fix crash when selecting color of a solid
FreeCAD crashes when user wants to select color of a solid with
following console message (long lines wrapped):

    $ nix run nixpkgs#freecad
    FreeCAD 0.20, Libs: 0.20RUnknown
    © Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2022
    FreeCAD is free and open-source software licensed under the terms of
    LGPL2+ license.
    FreeCAD wouldn't be possible without FreeCAD community.
      #####                 ####  ###   ####
      #                    #      # #   #   #
      #     ##  #### ####  #     #   #  #   #
      ####  # # #  # #  #  #     #####  #   #
      #     #   #### ####  #    #     # #   #
      #     #   #    #     #    #     # #   #  ##  ##  ##
      #     #   #### ####   ### #     # ####   ##  ##  ##

    (freecad:19737): GLib-GIO-ERROR **: 14:33:02.511: Settings schema
    'org.gtk.Settings.ColorChooser' is not installed
    fish: Job 1, 'nix run nixpkgs#freecad' terminated by signal SIGTRAP
    (Trace or breakpoint trap)

This patch adds hooks for GApps to relevant places in order to make
FreeCAD finding the Color Chooser dialog schema effectively preventing
crash from happening.
2022-07-02 14:45:37 +02:00
Kirill Radzikhovskyy 2de1b09bf0 neovide: fixup hash 2022-07-02 14:40:52 +02:00
Bobby Rong 16c19219d3
Merge pull request #179430 from teozkr/update/tilt-0.30.4
tilt: 0.30.0 -> 0.30.4
2022-07-02 20:20:01 +08:00
Arjan Schrijver f4b3fb0703 khal: 0.10.4 -> 0.10.5 2022-07-02 14:19:27 +02:00
Bobby Rong 5fddf55688
Merge pull request #179309 from jojosch/jellyfin-media-player-update
jellyfin-media-player: 1.7.0 -> 1.7.1
2022-07-02 20:11:28 +08:00
github-actions[bot] cc49d572ac
Merge master into staging-next 2022-07-02 12:01:18 +00:00
Bobby Rong 347475c8cb
Merge pull request #179046 from r-ryantm/auto-update/flacon
flacon: 9.0.0 -> 9.1.0
2022-07-02 19:30:23 +08:00
Bobby Rong 04ed825068
Merge pull request #179115 from r-ryantm/auto-update/featherpad
featherpad: 1.2.0 -> 1.3.0
2022-07-02 19:23:33 +08:00
Bobby Rong 0ea7a8f1b9
Merge pull request #178937 from r-ryantm/auto-update/alfaview
alfaview: 8.45.0 -> 8.47.0
2022-07-02 17:26:05 +08:00
Sergei Trofimovich 30a074441b
Merge pull request #179820 from trofi/update-mutt
mutt: 2.2.5 -> 2.2.6
2022-07-02 10:09:58 +01:00
github-actions[bot] f507277068
Merge master into staging-next 2022-07-02 06:01:08 +00:00
Mario Rodas d36fd0a6f0
Merge pull request #179562 from linsui/lapce
lapce: 0.1.0 -> 0.1.2
2022-07-01 20:48:48 -05:00
Mario Rodas 9a4688e490
Merge pull request #162426 from magnetophon/DelayArchitect
DelayArchitect: init at unstable-2022-01-16
2022-07-01 20:28:33 -05:00
Jan Tojnar e2d48d0ece deja-dup: 43.3 → 43.4
https://gitlab.gnome.org/World/deja-dup/-/compare/43.3...43.4
2022-07-02 02:28:05 +02:00
Jan Tojnar e13726c80e pitivi: 2021.05 → 2022.06
https://gitlab.gnome.org/GNOME/pitivi/-/compare/2021.05.0...2022.06.0

- Add librosa for beat detection
- Also remove some dependencies that have long been unneeded.
2022-07-02 02:23:00 +02:00
Jan Tojnar c6217958d0 rhythmbox: 3.4.5 → 3.4.6
https://gitlab.gnome.org/GNOME/rhythmbox/-/compare/v3.4.5...v3.4.6

- Build script now compiles schemas automatically.
- Add some initial test dependencies.
2022-07-02 02:23:00 +02:00
Jan Tojnar dbb3c8d6a7 orca: 42.1 → 42.2
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_42_1...ORCA_42_2
2022-07-02 02:23:00 +02:00
Jan Tojnar bd9e9f512d evolution: 3.44.2 → 3.44.3
https://gitlab.gnome.org/GNOME/evolution/-/compare/3.44.2...3.44.3
2022-07-02 02:22:59 +02:00
Jan Tojnar e88d37389c evolution-ews: 3.44.2 → 3.44.3
https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.44.2...3.44.3
2022-07-02 02:22:59 +02:00
github-actions[bot] 1961d0a79b
Merge master into staging-next 2022-07-02 00:01:58 +00:00
Thiago Kenji Okada 30b9214e6e
Merge pull request #179808 from PedroHLC/openasar-add-unzip
openasar: add unzip; remove autoupdater; unstable-2022-06-10 -> unstable-2022-06-27
2022-07-01 23:10:24 +01:00
Martin Weinelt c0d1de14b3
Merge pull request #179291 from dotlambda/utillinux-alias
treewide: don't use utillinux alias
2022-07-02 00:05:54 +02:00
PedroHLC ☭ 78abe603af
openasar: add unzip; remove autoupdater; unstable-2022-06-10 -> unstable-2022-06-27 2022-07-01 18:55:49 -03:00
Yaya a8c71a477f
gitlab: 15.1.0 -> 15.1.1 (#179810)
https://about.gitlab.com/releases/2022/06/30/critical-security-release-gitlab-15-1-1-released/

Fixes CVE-2022-2185 CVE-2022-2235 CVE-2022-2230 CVE-2022-2229
      CVE-2022-1983 CVE-2022-1963 CVE-2022-2228 CVE-2022-1981
      CVE-2022-2243 CVE-2022-2244 CVE-2022-1954 CVE-2022-2270
      CVE-2022-2250 CVE-2022-1999 CVE-2022-2281 CVE-2022-2227
2022-07-01 22:19:41 +02:00
Sandro bbb6239ffc
Merge pull request #179824 from alias-dev/fix/minikube-update
minikube: 1.25.2 -> 1.26.0
2022-07-01 21:14:33 +02:00
Sergei Trofimovich b35a0fcd89 mutt: 2.2.5 -> 2.2.6
While at it added trivial updater script.

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-01 19:33:40 +01:00
github-actions[bot] 7907ea3c9b
Merge staging-next into staging 2022-07-01 18:02:00 +00:00
Sandro Jäckel a2dfde58bc
Revert "sage: link doc in jupyter kernel"
This reverts commit 9a409fc502.
2022-07-01 19:41:35 +02:00
Sandro 5827548b08
Merge pull request #179807 from sudosubin/lefthook-1.0.4
lefthook: 1.0.0 -> 1.0.4
2022-07-01 19:01:07 +02:00
7c6f434c 3614186dd6
Merge pull request #178895 from collares/sage-notebook
sage: depend on python3Packages.notebook
2022-07-01 16:43:34 +00:00
7c6f434c 95d4ce2175
Merge pull request #164048 from hqurve/jupyter-extra-paths
Jupyter kernel: link extra paths and fix missing docs in sagemath jupyter
2022-07-01 16:43:02 +00:00
Yuri A. Martinez Falcão 1a4ec9ef7f
zoom-us: 5.10.{4,6} -> 5.11.1 (#178587) 2022-07-01 16:36:34 +00:00
Christian Kögler dd3a47ef86 neovide: 0.8 -> 0.9 2022-07-01 18:32:25 +02:00
Doron Behar 9c544193df
ocrfeeder: Fix launch with patch (#179675) 2022-07-01 15:21:36 +00:00
superherointj ade5a53cf2
Merge pull request #178993 from r-ryantm/auto-update/bluejeans
bluejeans-gui: 2.27.0.130 -> 2.29.1.3
2022-07-01 12:12:16 -03:00
sudosubin f73860882d
lefthook: 1.0.0 -> 1.0.4 2022-07-01 23:40:59 +09:00
Pavol Rusnak 28385978bc
bitcoin: fix broken build on aarch64-darwin
by disabling stackprotector which kills the tests
2022-07-01 14:26:13 +02:00
github-actions[bot] 1385a15faa
Merge staging-next into staging 2022-07-01 12:02:04 +00:00
Sandro 911a73340c
Merge pull request #175335 from wyndon/init-lokinet 2022-07-01 11:54:38 +02:00
teutat3s 5932186344 signal-desktop: fix missing tray icon
Fixes: #178892
2022-07-01 11:51:59 +02:00
kilianar 1fc2aa773b signal-desktop: 5.47.0 -> 5.48.0
https://github.com/signalapp/Signal-Desktop/releases/tag/v5.48.0
2022-07-01 11:04:36 +02:00
Michele Guerini Rocco 0323e1f8ba
Merge pull request #179148 from dotlambda/qutebrowser-2.5.2
qutebrowser: 2.5.1 -> 2.5.2
2022-07-01 10:35:07 +02:00
github-actions[bot] f6b27dacd6
Merge staging-next into staging 2022-07-01 06:01:53 +00:00
Alexandre Acebedo 4cb1c832e4 swaysettings: init at 0.3.0 2022-07-01 07:27:44 +02:00
Mario Rodas 642fe4e3bb
Merge pull request #175450 from magnetophon/airwindows-lv2
airwindows-lv2: 1.0 -> 5.0
2022-07-01 00:19:54 -05:00
Mario Rodas 2ced9a1664
Merge pull request #167744 from magnetophon/lsp-plugins
lsp-plugins: 1.1.31 -> 1.2.1
2022-07-01 00:19:17 -05:00
Mario Rodas 917d51e7b5
Merge pull request #179632 from miniBill/patch-1
spicetify-cli: 2.10.1 -> 2.10.2
2022-07-01 00:16:51 -05:00
Bill Huang 816079d885 feishu: init at 5.9.18
delete trailing whitespaces

simplify code

move to nativeBuildInputs
2022-06-30 22:15:25 -07:00
Anderson Torres 0097144093
Merge pull request #179731 from dotlambda/banking-0.5.1
banking: 0.4.0 -> 0.5.1
2022-07-01 01:15:42 -03:00
XYenon cfa642c755 go-graft: init at 0.2.6 2022-07-01 11:32:34 +08:00
github-actions[bot] d5a880feca
Merge staging-next into staging 2022-07-01 00:03:19 +00:00
Robert Schütz e47f1d2527 communi: 3.5.0 -> 3.6.0 2022-06-30 22:38:39 +00:00
Robert Schütz b0feee6467 hypnotix: 2.7 -> 2.8
https://github.com/linuxmint/hypnotix/blob/2.8/debian/changelog
2022-06-30 22:37:25 +00:00
Robert Schütz 76928386b0 newsboat: 2.27 -> 2.28
https://github.com/newsboat/newsboat/blob/r2.28/CHANGELOG.md
2022-06-30 22:37:06 +00:00
Robert Schütz f84a03ad38 warp: 0.2.0 -> 0.2.1
https://gitlab.gnome.org/World/warp/-/releases/v0.2.1
2022-06-30 22:36:48 +00:00
Robert Schütz 14f3b5b7da megapixels: 1.4.3 -> 1.5.0
https://gitlab.com/postmarketOS/megapixels/-/tags/1.5.0
2022-06-30 22:35:23 +00:00
happysalada e427ac5955 ktunnel: init at 1.4.8 2022-06-30 15:38:06 -04:00
github-actions[bot] 49270f7da7
Merge staging-next into staging 2022-06-30 18:02:33 +00:00
Robert Schütz 649c644ba8 banking: 0.4.0 -> 0.5.1 2022-06-30 17:30:07 +00:00
Gabriel Volpe e1ea5220b4
protonvpn-gui: add glib-networking dependency
This dependency is needed for the initial login captcha. Without it, it is impossible to log in.
2022-06-30 18:57:36 +02:00
Andrew Kvalheim cb7ddc7f34 signal-desktop: revert "Allow overriding the spell checker language (#44456)"
This reverts commit 9ef1406a99.

Signal Desktop removed this functionality when changing spell checkers:

  - signalapp/Signal-Desktop@6a517e4ef9
  - signalapp/Signal-Desktop@4a8f5db0a4
2022-06-30 08:34:29 -07:00
David Guibert 65511848ba
Merge pull request #179410 from peterhoeg/u/davmail6
davmail: 5.5.1 -> 6.0.1
2022-06-30 17:19:56 +02:00
wyndon 461bdf0a7a
lokinet: init at 0.9.9 2022-06-30 16:01:38 +02:00
Peter Hoeg 78f355a11e davmail: 5.5.1 -> 6.0.1 2022-06-30 21:36:20 +08:00
Sandro d7c75aa34c
Merge pull request #179670 from rski/ipget-118
ipget: 0.8.1->0.9.1
2022-06-30 15:08:16 +02:00
José Luis Lafuente 1316546506 neovim: 0.7.0 -> 0.7.2 2022-06-30 14:55:47 +02:00
Bobby Rong 866dc71462
Merge pull request #179337 from SuperSamus/vscode-ext-update
vscode: update some extensions
2022-06-30 20:08:13 +08:00
Bobby Rong b10c314f67
Merge pull request #179338 from kilianar/vscode-extensions.arcticicestudio.nord-visual-studio-code
vscode-extensions.arcticicestudio.nord-visual-studio-code: 0.18.0 -> 0.19.0
2022-06-30 20:04:35 +08:00
github-actions[bot] b23c3d5221
Merge staging-next into staging 2022-06-30 12:02:07 +00:00
Bobby Rong 54503f0e7f
Merge pull request #178505 from evils/kicad-unstable
kicad-unstable: 2022-05-06 -> 2022-06-21
2022-06-30 19:58:26 +08:00
Bobby Rong f99a7033ff
Merge pull request #178501 from evils/kicad-6.0.6
kicad: 6.0.5 -> 6.0.6
2022-06-30 19:45:21 +08:00
Bobby Rong 88d0ef4a78
Merge pull request #174355 from r-ryantm/auto-update/batsignal
batsignal: 1.3.5 -> 1.5.0
2022-06-30 19:32:02 +08:00
Bobby Rong a5a64b5d6c
Merge pull request #179663 from r-ryantm/auto-update/fluxcd
fluxcd: 0.31.2 -> 0.31.3
2022-06-30 19:30:36 +08:00
Bobby Rong b508a51c5c
Merge pull request #179545 from kilianar/zotero
zotero: 6.0.8 -> 6.0.9
2022-06-30 19:23:33 +08:00
Nick Cao d5720b7be7
thunderbirdPackages: make thunderbird an alias to thunderbird-102 2022-06-30 17:02:58 +08:00
R. Ryantm 2c7fcab1ce lagrange: 1.13.6 -> 1.13.7 2022-06-30 06:16:37 +00:00
Romanos Skiadas d12a36559b ipget: 0.8.1->0.9.1
Also build with go1.18 now that it works
2022-06-30 08:43:46 +03:00
R. Ryantm 3e2582c14b fluxcd: 0.31.2 -> 0.31.3 2022-06-30 02:56:11 +00:00
github-actions[bot] 965570c2ea
Merge staging-next into staging 2022-06-30 00:02:48 +00:00
Ryan Mulligan 81a84f61ef
Merge pull request #179312 from r-ryantm/auto-update/pyradio
pyradio: 0.8.9.20 -> 0.8.9.21
2022-06-30 01:34:58 +02:00
Leonardo Taglialegne d49c491b9e
spicetify-cli: 2.10.1 -> 2.10.2 2022-06-30 00:13:09 +02:00
Alex Andrews 4d62e9dd51 minikube: 1.25.2 -> 1.26.0 2022-06-29 23:01:49 +01:00
markuskowa 3d0e426771
Merge pull request #179495 from PhilippWoelfel/pdfstudio-2021.2.0
pdfstudio / pdfstudioviewer: 2021.1.3 -> 2021.2.0
2022-06-29 23:43:41 +02:00
zowoq 97d398eb2a terraform: 1.2.3 -> 1.2.4
https://github.com/hashicorp/terraform/releases/tag/v1.2.4
2022-06-30 07:20:35 +10:00
Martin Weinelt 1419d29906
opencpn: unalias epoxy 2022-06-29 21:54:36 +02:00
Nikolay Korotkiy 70daeea1c0
surf: enable audio & video support 2022-06-29 21:08:03 +03:00
github-actions[bot] 40e266869f
Merge staging-next into staging 2022-06-29 18:05:11 +00:00
Sandro 78f79c21e9
Merge pull request #177286 from deinferno/vmware-fonts
vmware-workstation: remove shipped fonts.conf
2022-06-29 19:58:23 +02:00
Jan Tojnar 8ed4879c12
Merge pull request #173484 from cmm/deadbeef-1.9.1
deadbeef 1.8.4 -> 1.9.1
2022-06-29 19:03:50 +02:00
Michael Livshin dd52d40367 deadbeefPlugins.playlist-manager: init at unstable-2021-05-02 2022-06-29 19:17:53 +03:00
Michael Livshin 5bec894dc1 deadbeefPlugins.mpris2: 1.12 -> 1.14
* Use proper fetchFromGitHub

* Reflect that the source moved under DeaDBeeF-Player

* De-rec
2022-06-29 19:17:45 +03:00
Michael Livshin b0f641840b deadbeef: 1.8.4 -> 1.9.1
* Default Pulseaudio support to just true, the package is linux-only
  anyway

* De-rec, while at it.
2022-06-29 19:17:45 +03:00
R. Ryantm bb6885f3f3 gnunet: 0.16.3 -> 0.17.1 2022-06-29 09:22:17 -05:00
Robert Schütz aaa1cf94f9 scribus: 1.5.7 -> 1.5.8
https://w.scribus.net/wiki/index.php/1.5.8_Release
2022-06-29 16:20:14 +02:00
Sandro d9def27d56
Merge pull request #178514 from Majiir/trillian-im
trillian-im: init at 6.3.0.1
2022-06-29 15:38:50 +02:00
ajs124 f6aa901d2d
Merge pull request #179498 from helsinki-systems/fix/sway-contrib.grimshot-maintainers
sway-contrib.grimshot: fix meta.maintainers
2022-06-29 15:38:20 +02:00
Nick Cao a5cb45329e
thunderbird*: 91.11.0 -> 102.0 2022-06-29 20:52:54 +08:00
Sandro 50a3c30f43
Merge pull request #179559 from K900/upd8n
n8n: 0.182.1 → 0.184.0
2022-06-29 14:20:49 +02:00
github-actions[bot] f9f65f0695
Merge staging-next into staging 2022-06-29 12:01:50 +00:00
linsui 9884fac5df lapce: 0.1.0 -> 0.1.2 2022-06-29 19:59:37 +08:00
Sandro 254440d811
Merge pull request #179478 from SuperSandro2000/ncpamixer
ncpamixer: 1.3.3.1 -> unstable-2021-10-17
2022-06-29 13:33:01 +02:00
Martin Weinelt 3130e86a78
Merge pull request #178656 from helsinki-systems/fix/some-maintainer-handles 2022-06-29 13:28:41 +02:00
K900 bdf9ab616a n8n: 0.182.1 → 0.184.0 2022-06-29 10:49:22 +00:00
kilianar c8941fc6c8 zotero: 6.0.8 -> 6.0.9 2022-06-29 10:38:52 +02:00
Nguyễn Gia Phong bb8d6d0bc6
vim: 8.2.4975 -> 9.0.0001 2022-06-29 17:12:36 +09:00
Mario Rodas 727d037675
Merge pull request #179513 from r-ryantm/auto-update/gallery_dl
gallery-dl: 1.22.1 -> 1.22.3

Closes #179405
2022-06-29 01:46:12 -05:00
github-actions[bot] ec0f3edcf4
Merge staging-next into staging 2022-06-29 06:01:56 +00:00
R. Ryantm bed0a7d116 gallery-dl: 1.22.1 -> 1.22.3 2022-06-29 02:47:25 +00:00
ajs124 d26d95d39a maintainers: remove miltador
no github account linked
2022-06-29 00:55:00 +02:00
ajs124 0c35b851e4 maintainers: remove kkallio
no github account linked
2022-06-29 00:55:00 +02:00
ajs124 95d1c56385 maintainers: remove wedens
no github account linked
2022-06-29 00:55:00 +02:00
ajs124 9c583f06af maintainers: remove schristo
no github account linked
2022-06-29 00:54:59 +02:00
ajs124 b67a9bffcc maintainers: remove hinton
no github account linked
2022-06-29 00:54:59 +02:00
ajs124 45ec5898cb maintainers: remove tstrobel
was ts468 on github afaict and was actually a committer, but that account hasn't been active since early 2018
2022-06-29 00:54:53 +02:00
ajs124 330f745f6f maintainers: remove skrzyp
no github account linked
2022-06-29 00:52:14 +02:00
ajs124 0aac41a5d9 maintainers: remove winden
no github account linked
2022-06-29 00:52:14 +02:00
ajs124 4272b6439b maintainers: remove willtim
no github account linked
2022-06-29 00:52:14 +02:00
ajs124 19e6ace19f maintainers: remove epitrochoid
no github account linked
2022-06-29 00:52:14 +02:00
ajs124 9966a132db maintainers: remove mschneider
no github account
2022-06-29 00:52:14 +02:00
ajs124 213007a351 maintainers: remove lattfein
no github account
2022-06-29 00:52:13 +02:00
ajs124 93039509cf maintainers: remove dasuxullebt
no github handle linked. github account with same name has not had activity for years
2022-06-29 00:52:13 +02:00
ajs124 3b5f125515 maintainers: remove metabar
no github account + only commit is 78c052e91a
2022-06-29 00:52:13 +02:00
ajs124 be1aefac05 maintainers: remove elyhaka
github account deleted
2022-06-29 00:52:13 +02:00
ajs124 ff2925fe6b maintainers: remove piotr
has not contributed since nixpkgs migrated to git
2022-06-29 00:52:13 +02:00
ajs124 91b724c66d maintainers: remove danharaj
github account deleted
2022-06-29 00:52:13 +02:00
ajs124 8cb1366872 maintainers: remove fuwa
github account deleted
2022-06-29 00:52:13 +02:00
ajs124 92531d8585 maintainers: remove bloomvdomino
github account deleted
2022-06-29 00:52:12 +02:00
ajs124 99466ee39e maintainers: remove petabyteboy
github account deleted
2022-06-29 00:52:12 +02:00
ajs124 a0718341e6 maintainers: remove volth
github account deleted
2022-06-29 00:52:12 +02:00
ajs124 b8383e8c90 sway-contrib.grimshot: fix meta.maintainers 2022-06-29 00:49:27 +02:00
Philipp Woelfel f136e63c1b pdfstudio / pdfstudioviewer: 2021.1.3 -> 2021.2.0 2022-06-28 16:38:36 -06:00
Martin Weinelt 64d95b01f7 Merge remote-tracking branch 'origin/staging-next' into staging 2022-06-29 00:37:17 +02:00
Vladimír Čunát 2ca9969237
thunderbird-bin: 91.10.0 -> 91.11.0
https://www.thunderbird.net/en-US/thunderbird/91.11.0/releasenotes/
2022-06-28 21:53:30 +02:00
Vladimír Čunát caeb46375d
thunderbird: 91.10.0 -> 91.11.0
https://www.thunderbird.net/en-US/thunderbird/91.11.0/releasenotes/
2022-06-28 21:52:22 +02:00
wozeparrot 65958f1b04
hyprland: init at 0.6.0beta (#169960) 2022-06-28 21:41:52 +02:00
Sandro Jäckel f66f2a44cf
ncpamixer: 1.3.3.1 -> unstable-2021-10-17 2022-06-28 21:34:50 +02:00
github-actions[bot] 474cd8294d
Merge staging-next into staging 2022-06-28 18:02:02 +00:00
Jan Tojnar d23b4c2f11
Merge pull request #178292 from ddelabru/deadbeef-musical-spectrum
deadbeefPlugins.musical-spectrum: init at unstable-2020-07-01
2022-06-28 14:41:11 +02:00
github-actions[bot] 009d5bfc6d
Merge staging-next into staging 2022-06-28 12:02:14 +00:00
Maximilian Bosch 038d9b4d2f
Merge pull request #178423 from wineee/notepad
notepad-next: 0.5.1 -> 0.5.2
2022-06-28 14:00:16 +02:00
Anderson Torres 6a64d4f011
Merge pull request #179400 from AndersonTorres/file-managers
Reorder file managers
2022-06-28 08:23:06 -03:00
Sandro 6dce91f57b
Merge pull request #178336 from astro/openwebrx 2022-06-28 11:36:27 +02:00
Teo Klestrup Röijezon 4f9fc50b19 tilt: 0.30.0 -> 0.30.4 2022-06-28 11:02:40 +02:00
Pascal Wittmann fc6cea3c6c
Merge pull request #179389 from dotlambda/filezilla-3.60.1
filezilla: 3.58.0 -> 3.60.1
2022-06-28 10:05:13 +02:00
Jörg Thalheim 4f8a04f180
Merge pull request #173702 from bdd/go-checkFlags
go-modules/packages: Run unit tests under subdirs
2022-06-28 08:30:43 +02:00