Commit graph

85543 commits

Author SHA1 Message Date
davidak 0dac320a0b davinci-resolve: add missing libcrypt.so.1 2022-10-26 05:12:37 +02:00
R. Ryantm 230cabb34a ryujinx: 1.1.257 -> 1.1.327 2022-10-26 03:12:14 +00:00
Michele Guerini Rocco c96c80356a
Merge pull request #197733 from qowoz/lol
magnetico: 0.12.0 -> unstable-2022-08-10
2022-10-26 02:21:13 +02:00
Nikolay Korotkiy d1066e5ea2
kluctl: init at 2.16.0 2022-10-26 01:34:44 +03:00
Michael Weiss c9dad8d543
chromium: 106.0.5249.119 -> 107.0.5304.68
https://chromereleases.googleblog.com/2022/10/stable-channel-update-for-desktop_25.html

This update includes 14 security fixes.

CVEs:
CVE-2022-3652 CVE-2022-3653 CVE-2022-3654 CVE-2022-3655 CVE-2022-3656
CVE-2022-3657 CVE-2022-3658 CVE-2022-3659 CVE-2022-3660 CVE-2022-3661
2022-10-26 00:10:39 +02:00
Michael Weiss 34890f4f61
Merge pull request #197791 from primeos/chromiumBeta
chromiumBeta: Fix the build
2022-10-26 00:10:14 +02:00
Christian Kögler 7d7ee65a61
Merge pull request #197452 from kilianar/fava-1.23
fava: 1.22.3 -> 1.23
2022-10-26 00:02:29 +02:00
Martin Weinelt 256462226f
Merge pull request #190587 from mweinelt/meerk40t 2022-10-26 00:01:51 +02:00
Michael Weiss f9d9864cb6
chromiumBeta: Fix the build
The build argument `use_system_libwayland_server` was set to `false`
since M107 [0]. This will cause `libwayland` to be built which does in
turn pull in `libffi` ("//build/config/linux/libffi") [1].

Alternatively, we should be able to fix the libffi dependency by setting
`use_system_libffi = true` (recently added, see [2]) and adding `libffi`
to the build inputs.

[0]: b9cd6d6767
[1]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:third_party/wayland/BUILD.gn
[2]: cf3ee09f08
2022-10-25 23:58:11 +02:00
markuskowa 79cb687bdf
Merge pull request #196525 from r-ryantm/auto-update/rmapi
rmapi: 0.0.21 -> 0.0.22.1
2022-10-25 23:50:29 +02:00
markuskowa 834a64f039
Merge pull request #197240 from romildo/upd.jwm
jwm: 2.4.2 -> 2.4.3
2022-10-25 23:40:52 +02:00
Anderson Torres eba3c95e80
Merge pull request #197711 from atorres1985-contrib/icewm
icewm: 3.0.1 -> 3.1.0
2022-10-25 18:37:23 -03:00
markuskowa d71177cf8c
Merge pull request #197619 from PhilippWoelfel/pdfstudio2022.1.1
pdfstudio: 2022.0.2 -> 2022.1.1
2022-10-25 23:31:56 +02:00
techknowlogick 4a63622bd1 arkade: 0.8.47 -> 0.8.48 2022-10-25 16:56:04 -04:00
Luke Granger-Brown d236f69f4d
Merge pull request #197345 from erikarvstedt/paperless-ngx-fix-deps
paperless-ngx: remove unused build input
2022-10-25 21:53:31 +01:00
Nikolay Korotkiy 2ce5121a24
Merge pull request #197725 from r-ryantm/auto-update/crow-translate
crow-translate: 2.10.0 -> 2.10.1
2022-10-25 23:52:28 +03:00
markuskowa f2ddb13985
Merge pull request #197305 from foo-dogsquared/update-shortwave
shortwave: 3.0.0 -> 3.1.0
2022-10-25 22:46:40 +02:00
Michael Weiss b4c2844566
Merge pull request #197779 from primeos/chromiumBeta
chromium{Beta,Dev}: Fix the configuration phase
2022-10-25 22:34:16 +02:00
markuskowa b6a6a851b9
Merge pull request #197506 from r-ryantm/auto-update/argo
argo: 3.4.1 -> 3.4.2
2022-10-25 22:30:24 +02:00
markuskowa c157ca66e1
Merge pull request #197679 from r-ryantm/auto-update/tidal-hifi
tidal-hifi: 4.3.0 -> 4.3.1
2022-10-25 22:20:50 +02:00
Vladimír Čunát 0079830888
Merge #195644: mysql57: drop 2022-10-25 21:23:27 +02:00
R. Ryantm 8c98001a29 mangal: 3.14.0 -> 3.14.2 2022-10-25 19:16:37 +00:00
Michael Weiss f709a74fa3
chromium{Beta,Dev}: Fix the configuration phase
Setting `clang_base_path` [0] does skip [1] a clang version check [2]
that would fail in our case:
```
configuring
ERROR at //build/config/compiler/BUILD.gn:1314:22: Script returned non-zero exit code.
    clang_revision = exec_script("//tools/clang/scripts/update.py",
                     ^----------
Current dir: /tmp/nix-build-chromium-unwrapped-107.0.5304.29.drv-0/chromium-107.0.5304.29/out/Release/
Command: python3 /tmp/nix-build-chromium-unwrapped-107.0.5304.29.drv-0/chromium-107.0.5304.29/tools/clang/scripts/update.py --print-revision --verify-version=16.0.0
Returned 1 and printed out:

The expected clang version is llvmorg-16-init-4609-g025a5b22-2 but the actual version is
Did you run "gclient sync"?

See //build/config/BUILDCONFIG.gn:329:3: which caused the file to be included.
  "//build/config/compiler:afdo",
  ^-----------------------------
error: builder for '/nix/store/02riyhzvrgn2vaab29d3gipxzkx6nb44-chromium-unwrapped-107.0.5304.29.drv' failed with exit code 1
```

I also chose to disable the Qt support for now. The Qt support is
enabled by default on Linux [3] but we need to add the required
dependencies first to fix the build (and my current priority is to get a
basic build working for the security critical stable channel update):
```
configuring
ERROR at //build/config/linux/pkg_config.gni:104:17: Script returned non-zero exit code.
    pkgresult = exec_script(pkg_config_script, args, "value")
                ^----------
Current dir: /tmp/nix-build-chromium-unwrapped-107.0.5304.62.drv-0/chromium-107.0.5304.62/out/Release/
Command: python3 /tmp/nix-build-chromium-unwrapped-107.0.5304.62.drv-0/chromium-107.0.5304.62/build/config/linux/pkg-config.py Qt5Core Qt5Widgets
Returned 1.
stderr:

Package Qt5Core was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Core.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Core' found
Package Qt5Widgets was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Widgets.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Widgets' found
Could not run pkg-config.

See //ui/qt/BUILD.gn:13:1: whence it was called.
pkg_config("qt5_config") {
^-------------------------
See //ui/linux/BUILD.gn:54:15: which caused the file to be included.
    deps += [ "//ui/qt" ]
              ^--------
error: builder for '/nix/store/3zzddkh74cnhvq6nql32y9pnbvzf2jv9-chromium-unwrapped-107.0.5304.62.drv' failed with exit code 1
```

[0]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:docs/clang.md
[1]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:build/config/compiler/BUILD.gn;l=1306
[2]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:tools/clang/scripts/update.py;l=358
[3]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:ui/qt/qt.gni;l=8
2022-10-25 21:10:01 +02:00
R. Ryantm 0e6c2eebc5 limesctl: 3.0.2 -> 3.0.3 2022-10-25 19:07:37 +00:00
Vladimír Čunát 9bf75e616a
Merge #196479: qemu: add patch for CVE-2022-3165 2022-10-25 20:20:51 +02:00
Weijia Wang 0e8152a5bf rehex: 0.5.3 -> 0.5.4 2022-10-25 20:16:03 +02:00
7c6f434c 02835f2253
Merge pull request #197645 from r-ryantm/auto-update/opensmt
opensmt: 2.4.1 -> 2.4.2
2022-10-25 16:04:34 +00:00
R. Ryantm 2109990852 docker-slim: 1.38.0 -> 1.39.0 2022-10-25 08:54:16 -07:00
R. Ryantm b942daaf3f flexget: 3.3.39 -> 3.4.0 2022-10-25 15:54:01 +00:00
Jan Tojnar dd21d0b041
Merge pull request #197238 from NixOS/gnome
GNOME: 43.0 → 43.1
2022-10-25 17:40:25 +02:00
Doron Behar 0ad1d02c69
Merge pull request #197747 from sinavir/musescore_overridable_QT_env_var 2022-10-25 15:30:48 +00:00
sinavir 4135fb7eaf Musescore: make QT_QPA_PLATFORM env var overridable 2022-10-25 16:55:24 +02:00
José Romildo Malaquias c34254b40a
Merge pull request #197542 from iblech/patch-thonny
thonny: 3.3.14 -> 4.0.1
2022-10-25 11:53:37 -03:00
Sandro 7128e28014
Merge pull request #196057 from SuperSandro2000/asf-update 2022-10-25 16:41:52 +02:00
Azat Bahawi 95aa107f7c
werf: 1.2.180 -> 1.2.184 2022-10-25 17:38:40 +03:00
Sandro 5780c96b2d
Merge pull request #186811 from fgaz/safeeyes/xprintidle 2022-10-25 16:14:28 +02:00
Sandro Jäckel b38799bbb4
ArchiSteamFarm: make update scripts indepent from where they are run, cleanups 2022-10-25 16:12:22 +02:00
Sandro Jäckel 17371df3ec
ArchiSteamFarm: 5.2.8.3 -> 5.3.1.2 2022-10-25 16:12:22 +02:00
R. Ryantm f994293d1e cmctl: 1.9.1 -> 1.10.0 2022-10-25 21:15:56 +08:00
rnhmjoj 2813d781c5 magnetico: 0.12.0 -> unstable-2022-08-10
Note: this switches a more recently update fork, https://github.com/ireun/magnetico
2022-10-25 23:14:15 +10:00
Bobby Rong 256da9655f
Merge pull request #192797 from wucke13/inav-configurator
inav-configurator: 4.1.0 -> 5.1.0
2022-10-25 21:12:11 +08:00
Bobby Rong 062739e592
Merge pull request #197579 from toastal/senpai-unstable-2022-10-19
senpai: unstable-2022-07-25 → unstable-2022-10-19
2022-10-25 21:04:50 +08:00
R. Ryantm 2886c499cc crow-translate: 2.10.0 -> 2.10.1 2022-10-25 12:24:08 +00:00
Bobby Rong 08d867335f
Merge pull request #197009 from zendo/update-qownnotes
qownnotes: 22.9.2 -> 22.10.2
2022-10-25 20:03:32 +08:00
AndersonTorres be2236aeb3 icewm: 3.0.1 -> 3.1.0 2022-10-25 07:56:21 -03:00
adisbladis 5be39d6800
Merge pull request #197565 from wegank/irony-darwin
emacsPackages.irony: fix build on aarch64-darwin
2022-10-25 23:42:47 +13:00
rocko c13dc7344a vimPlugins: update 2022-10-25 11:38:49 +02:00
zowoq 4fffb0e5fe containerd: 1.6.8 -> 1.6.9
https://github.com/containerd/containerd/releases/tag/v1.6.9
2022-10-25 18:25:21 +10:00
Pascal Wittmann 412db88df0
Merge pull request #197526 from r-ryantm/auto-update/filezilla
filezilla: 3.60.2 -> 3.61.0
2022-10-25 10:06:07 +02:00
R. Ryantm 184c58fd4a tidal-hifi: 4.3.0 -> 4.3.1 2022-10-25 07:09:28 +00:00
github-actions[bot] e0e0c4dbd9 terraform-providers.tfe: 0.37.0 → 0.38.0 2022-10-25 14:56:20 +10:00
github-actions[bot] 3f9cfa8c57 terraform-providers.github: 5.5.0 → 5.6.0 2022-10-25 14:56:20 +10:00
github-actions[bot] e15e5f6ac5 terraform-providers.heroku: 5.1.5 → 5.1.6 2022-10-25 14:56:20 +10:00
github-actions[bot] 2d40ae863d terraform-providers.alicloud: 1.188.0 → 1.189.0 2022-10-25 14:56:20 +10:00
github-actions[bot] 14d3d1285c terraform-providers.datadog: 3.16.0 → 3.17.0 2022-10-25 14:56:20 +10:00
github-actions[bot] 4e2c53f33c terraform-providers.cloudamqp: 1.19.3 → 1.20.0 2022-10-25 14:56:20 +10:00
github-actions[bot] d28ecd04d7 terraform-providers.baiducloud: 1.15.11 → 1.16.0 2022-10-25 14:56:20 +10:00
Anderson Torres 340f71837b
Merge pull request #197550 from r-ryantm/auto-update/berry
berry: 0.1.11 -> 0.1.12
2022-10-24 23:37:47 -03:00
R. Ryantm 1401fdb2d4 opensmt: 2.4.1 -> 2.4.2 2022-10-25 02:23:41 +00:00
R. Ryantm d4f8e53720 bitwig-studio: 4.4 -> 4.4.1 2022-10-25 08:54:09 +08:00
R. Ryantm 422f7cb361 fluxcd: 0.35.0 -> 0.36.0 2022-10-25 08:41:14 +08:00
joshvanl 1206839ce9 cmctl: set passthru.updateScript option
Set passthru.updateScript option to point to `update.sh`. This should
correctly now update cmctl automatically.

Signed-off-by: joshvanl <me@joshvanl.dev>
2022-10-24 20:33:06 -04:00
figsoda df27066c5c
Merge pull request #197567 from zeapoz/init-neo-tree
vimPlugins.neo-tree-nvim: init at 2022-10-22
2022-10-24 18:39:22 -04:00
Sandro 4176364f7c
Merge pull request #193602 from chuangzhu/watchmate 2022-10-24 23:57:59 +02:00
Pascal Wittmann f6f42f3fcf
Merge pull request #194882 from r-ryantm/auto-update/dmenu
dmenu: 5.1 -> 5.2
2022-10-24 23:26:23 +02:00
zeapoz 3faf69cd2a vimPlugins.neo-tree-nvim: init at 2022-10-22 2022-10-24 22:50:55 +02:00
Dmitry Kalinkin cde19b8469
Merge pull request #197306 from veprbl/pr/dawncut_init
dawncut: init at 1.54a
2022-10-24 16:38:58 -04:00
Philipp Woelfel da346e4823 pdfstudio: v2022.0.2 -> v2022.1.1 2022-10-24 14:33:13 -06:00
Artturin ae54952c4e nwg-wrapper: 0.1.2 -> 0.1.3
strictDeps can now be enabled because I fixed gobject-introspection's hook

just make sure that gobject-introspection is in nativeBuildInputs
2022-10-24 22:22:46 +03:00
Artturin f869098b67 discord-ptb: 0.0.29 -> 0.0.34 2022-10-24 22:22:46 +03:00
Artturin 4433179127 discord: make update script work for all branches 2022-10-24 22:22:46 +03:00
José Romildo Malaquias ab8e65a6de
Merge pull request #197534 from r-ryantm/auto-update/e16
e16: 1.0.25 -> 1.0.26
2022-10-24 14:40:15 -03:00
Doron Behar b39fd6e4ed
Merge pull request #197587 from kouyk/update/zoom-us 2022-10-24 16:30:43 +00:00
Francesco Gazzetta 60a198228e safeeyes: add xprop runtime dependency 2022-10-24 18:02:51 +02:00
Marcial Gaißert 6d90b301af
vscode-extensions.scalameta.metals: 1.12.18 -> 1.20.0 2022-10-24 17:55:14 +02:00
Steven Kou 2ddb4ec4cf
zoom-us: 5.12.0.{11129,4682} -> 5.12.{3.11845,2.4816} 2022-10-24 23:53:59 +08:00
R. Ryantm 4a177de7f2 mangal: 3.12.0 -> 3.14.0 2022-10-24 23:28:59 +08:00
Weijia Wang 587c9cb3a9 freefilesync: 11.26 -> 11.27 2022-10-24 17:14:23 +02:00
toastal 5a32679673 senpai: unstable-2022-07-25 → unstable-2022-10-19
It’s been a while since this package has been updated
@malvo
2022-10-24 22:05:33 +07:00
Weijia Wang f0d96ab473 emacsPackages.irony: fix build on aarch64-darwin 2022-10-24 16:07:39 +02:00
Aaron Bieber 70e271ac32
got: 0.76 -> 0.77 2022-10-24 08:04:20 -06:00
R. Ryantm 924d4a9bb3 berry: 0.1.11 -> 0.1.12 2022-10-24 13:35:12 +00:00
Ingo Blechschmidt b9cdce459b thonny: 3.3.14 -> 4.0.1 2022-10-24 14:57:18 +02:00
R. Ryantm fc3e693680 e16: 1.0.25 -> 1.0.26 2022-10-24 12:16:46 +00:00
Mario Rodas 3033737dda
Merge pull request #197080 from lilyinstarlight/pkg/touchosc-1.1.6.150
touchosc: 1.1.5.145 → 1.1.6.150
2022-10-24 06:37:41 -05:00
Mario Rodas 55c2a42adc
Merge pull request #197063 from lilyinstarlight/pkg/open-stage-control-1.18.0
open-stage-control: 1.17.0 → 1.18.3
2022-10-24 06:37:12 -05:00
R. Ryantm abefe7facd filezilla: 3.60.2 -> 3.61.0 2022-10-24 10:49:48 +00:00
Stanisław Pitucha c66f87262a
Merge pull request #197522 from r-ryantm/auto-update/cpu-x
cpu-x: 4.5.0 -> 4.5.1
2022-10-24 21:30:11 +11:00
Anderson Torres 3b2d431ac6
Merge pull request #191820 from AndersonTorres/vym
vym: 2.7.1 -> 2.8.42
2022-10-24 07:28:53 -03:00
R. Ryantm ef19ad4875 cpu-x: 4.5.0 -> 4.5.1 2022-10-24 09:56:14 +00:00
rocko 14932d0bba vimPlugins.keymap-layer-nvim: init at 2022-07-16 2022-10-24 11:55:24 +02:00
Bobby Rong 22d37140ac
Merge pull request #197047 from chuangzhu/fix-caerbannog
caerbannog: fix launching
2022-10-24 17:06:21 +08:00
markuskowa f67325ac2c
Merge pull request #197390 from markuskowa/upd-openmolcas
openmolcas: 22.06 -> 22.10
2022-10-24 10:55:56 +02:00
R. Ryantm 0d0251b5ce argo: 3.4.1 -> 3.4.2 2022-10-24 07:34:03 +00:00
Martin Ertsås 7d39ebe56c webex: Add libxcrypt for libcrypt.so.1
Webex depends on it, and it has been made optional in glibc
2022-10-24 08:55:55 +02:00
R. Ryantm dfcb2e5f15 photoflare: 1.6.10 -> 1.6.11 2022-10-24 14:31:04 +08:00
R. RyanTM 3c550b8399
trilium-{desktop,server}: 0.55.1 -> 0.56.1 2022-10-24 14:27:48 +08:00
R. Ryantm 06ac03877f xmrig: 6.18.0 -> 6.18.1 2022-10-24 05:15:12 +00:00
Ian M. Jones 90eb7cc0aa libreoffice: fix *.desktop files Exec commands 2022-10-24 10:03:13 +08:00
AndersonTorres 169d4a1704 vym: 2.7.1 -> 2.8.42 2022-10-23 22:51:39 -03:00
Martin Weinelt ea73233890
Merge pull request #196954 from squalus/librewolf 2022-10-24 01:40:25 +02:00
kilianar 91efab3b81 fava: 1.22.3 -> 1.23
https://github.com/beancount/fava/releases/tag/v1.23
2022-10-24 01:38:26 +02:00
maralorn e685b1c508
Merge pull request #197399 from maralorn/chrysalis
chrysalis: 0.11.8 -> 0.11.9
2022-10-24 00:50:20 +02:00
Robert Scott 968e212b76
Merge pull request #197338 from fabaff/deepdiff-bump
python310Packages.deepdiff: 5.8.2 -> 6.1.0
2022-10-23 23:36:12 +01:00
Martin Weinelt 60394e42c8
Merge pull request #194003 from OPNA2608/update/palemoon 2022-10-24 00:11:39 +02:00
Mario Rodas bc0ac591dd
Merge pull request #197134 from r-ryantm/auto-update/nerdctl
nerdctl: 0.23.0 -> 1.0.0
2022-10-23 16:15:10 -05:00
Mario Rodas 91f3d2666b
Merge pull request #197383 from r-ryantm/auto-update/flavours
flavours: 0.5.2 -> 0.6.1
2022-10-23 14:33:49 -05:00
Basti 099792f89e
_1password-gui: NIXOS_OZONE_WL: fix wayland window decorations (#197219) 2022-10-23 21:17:08 +02:00
Mario Rodas 52b26d5478
Merge pull request #197331 from marsam/update-1password
_1password: 2.7.1 -> 2.7.2
2022-10-23 14:08:32 -05:00
Fabian Affolter 24822f5a94 sublime-music: relax deepdiff constraint 2022-10-23 21:02:43 +02:00
ilkecan 765e741927 keepassxc: 2.7.1 -> 2.7.3 2022-10-23 18:58:09 +00:00
Robert Scott 30f6859a3a
Merge pull request #197162 from r-ryantm/auto-update/tippecanoe
tippecanoe: 2.6.0 -> 2.9.1
2022-10-23 18:55:46 +01:00
maralorn 036a4f0dc1 chrysalis: 0.11.8 -> 0.11.9 2022-10-23 19:28:54 +02:00
Markus Kowalewski bd5597dce4
openmolcas: 22.06 -> 22.10 2022-10-23 18:06:56 +02:00
Markus Kowalewski f6771d4d15
octopus: 12.0 -> 12.1 2022-10-23 17:51:24 +02:00
Anselm Schüler efdcbdfc25 vscode-extensions: add a few popular extensions 2022-10-23 17:48:53 +02:00
Elis Hirwing bde83545f0
Merge pull request #197361 from tazjin/tdlib-1.8.7
tdlib: 1.8.3 -> 1.8.7
2022-10-23 17:20:54 +02:00
Sandro 501e1a299f
Merge pull request #197249 from winterqt/vscode-ventura 2022-10-23 17:14:59 +02:00
Mario Rodas 46672dabde
Merge pull request #197328 from r-ryantm/auto-update/vnstat
vnstat: 2.9 -> 2.10
2022-10-23 10:09:21 -05:00
R. Ryantm 7d3fb4598d flavours: 0.5.2 -> 0.6.1 2022-10-23 15:04:57 +00:00
Mario Rodas 4d3f6eaf3a
Merge pull request #197365 from r-ryantm/auto-update/ddgr
ddgr: 2.0 -> 2.1
2022-10-23 10:02:34 -05:00
Lily Foster d406db08ba
open-stage-control: 1.17.0 → 1.18.3 2022-10-23 13:16:48 +00:00
R. Ryantm e623df5b2e ddgr: 2.0 -> 2.1 2022-10-23 12:08:41 +00:00
Vincent Ambo 4754a59dc7 tdlib-purple: mark as broken 2022-10-23 15:04:47 +03:00
Michael Weiss 873b0db6d5
Merge pull request #197348 from primeos/chromiumDev
chromiumDev: 108.0.5355.0 -> 108.0.5359.10
2022-10-23 13:44:58 +02:00
Michael Weiss 5a9caa6e26
Merge pull request #197347 from primeos/chromiumBeta
chromiumBeta: 107.0.5304.36 -> 107.0.5304.62
2022-10-23 13:39:58 +02:00
Vladimír Čunát a914cf6ea3
Merge #196687: transmission: build with openssl 3.0 2022-10-23 11:30:49 +02:00
Michael Weiss 7910d3db26
chromiumDev: 108.0.5355.0 -> 108.0.5359.10 2022-10-23 11:28:53 +02:00
Michael Weiss 0db31aa5aa
chromiumBeta: 107.0.5304.36 -> 107.0.5304.62 2022-10-23 11:28:37 +02:00
Erik Arvstedt 5b7d3d28ca
paperless-ngx: remove unused build input
Package `libmysqlclient` is required for MySQL support.

Because it is not a Python package, adding it to
`propagatedBuildInputs` has no effects on the build output.

It could be added to `path` instead, but because we're only
supporting and testing postgresql suppport in NixOS,
we should leave it out.
2022-10-23 11:14:07 +02:00
zowoq 7b5702cb21 gitea: fix passthru.tests with ofborg 2022-10-23 17:31:39 +10:00
Doron Behar 2a44646ea3
Merge pull request #197117 from jtojnar/video-trimmer-codecs 2022-10-23 06:23:01 +00:00
Doron Behar 04858396e1
Merge pull request #196984 from lorenz/fix-gnd
gnome-network-displays: fix hardware acceleration
2022-10-23 06:21:38 +00:00
R. Ryantm ab9e48e63a vnstat: 2.9 -> 2.10 2022-10-23 05:07:36 +00:00
github-actions[bot] 65d0797d29 terraform-providers.minio: 1.7.1 → 1.8.0 2022-10-23 14:21:14 +10:00
fee1-dead 93e729e432
wolfram-engine: fix Qt (#195814)
This is necessary for using wolfram-notebook, which calls wolframplayer
where the latter would segfault if Qt plugins are not found.
2022-10-23 00:15:12 -04:00
Stanisław Pitucha 51dd37e4ec
Merge pull request #189474 from 06kellyjac/mc
mc: help with discoverability
2022-10-23 15:06:20 +11:00
Stanisław Pitucha 497df1cdc2
Merge pull request #196355 from viraptor/banking-fix
banking: fix gi introspection and darwin build
2022-10-23 14:58:07 +11:00
Stanisław Pitucha 501bfba5c2
Merge pull request #196411 from viraptor/gnome-obfuscate-darwin
gnome-obfuscate: fix darwin build
2022-10-23 14:54:58 +11:00
Stanisław Pitucha 537c72cfd4
mc: fix description readability
Co-authored-by: Michal Sojka <michal.sojka@cvut.cz>
2022-10-23 14:45:26 +11:00
Winter b29b81e458 vscode: don't fixup on darwin
Editing the `code` binary within the app bundle causes the bundle's signature to be invalidated, which prevents launching starting with macOS Ventura, because VS Code is notarized.

See https://eclecticlight.co/2022/06/17/app-security-changes-coming-in-ventura/ for more information.
2022-10-22 22:13:28 -04:00
Dmitry Kalinkin 62b5fa807f dawn: provide path to wish for the GUI 2022-10-22 22:04:23 -04:00
Gabriel Arazas 2f60b0e25e shortwave: 3.0.0 -> 3.1.0 2022-10-23 10:00:37 +08:00
Dmitry Kalinkin 5375f83194 dawncut: init at 1.54a 2022-10-22 21:52:40 -04:00
Mario Rodas 500dfd3948
Merge pull request #197142 from r-ryantm/auto-update/pdfsam-basic
pdfsam-basic: 4.3.3 -> 4.3.4
2022-10-22 20:18:45 -05:00
Mario Rodas c8c2a007d3
Merge pull request #197232 from sikmir/aerc
aerc: 0.12.0 → 0.13.0
2022-10-22 20:02:47 -05:00
Mario Rodas 281ac5c2ee
Merge pull request #197265 from sikmir/kiln
kiln: 0.3.2 → 0.4.0
2022-10-22 19:56:33 -05:00
Mario Rodas 6a352e854e
Merge pull request #197277 from figsoda/update-felix
felix-fm: 1.3.1 -> 1.3.2
2022-10-22 19:43:50 -05:00
Sandro d03d5e29bd
Merge pull request #188789 from kilianar/vscode-extensions.james-yu.latex-workshop-8.29.0 2022-10-23 02:42:29 +02:00
Pavol Rusnak 963072bce5
Merge pull request #197257 from erikarvstedt/btcpayserver-1.6.12 2022-10-23 02:02:22 +02:00
Solene Rapenne a2bf088cf9 deltachat-cursed: 0.7.1 -> 0.7.2
https://github.com/adbenitez/deltachat-cursed/releases/tag/v0.7.2
2022-10-22 16:35:42 -07:00
Sandro c498b63a56
Merge pull request #197234 from K900/corectrl-1.3.1 2022-10-23 00:29:25 +02:00
zowoq a971bf2267 treewide: drop unnecessary go 1.19 overrides
not needed now 1.19 is the default
2022-10-23 08:24:13 +10:00
Anderson Torres d7cbeabf5e
Merge pull request #196897 from 9ary/warpd
warpd: fix wayland build
2022-10-22 18:26:52 -03:00
figsoda e74423c4ed felix-fm: 1.3.1 -> 1.3.2 2022-10-22 17:18:02 -04:00
Nikolay Korotkiy 7c21a4bb36
kiln: 0.3.2 → 0.4.0 2022-10-22 23:04:05 +03:00
maxine 2e5d7b4412
Merge pull request #197205 from maxeaubrey/docker_20.10.20
docker: 20.10.18 -> 20.10.20
2022-10-22 20:53:58 +02:00
Artturi cdde640978
discord: add a script to disable breaking updates (#197248) 2022-10-22 14:50:39 -04:00
Erik Arvstedt ac2a5267b6
btcpayserver: 1.6.10 -> 1.6.12 2022-10-22 19:36:02 +02:00
Erik Arvstedt 832acc8880
nbxplorer: 2.3.33 -> 2.3.41 2022-10-22 19:35:56 +02:00
Mario Rodas f40382dcf6
Merge pull request #197209 from azahi/seaweed
seaweedfs: 3.27 -> 3.32
2022-10-22 12:16:53 -05:00
Mario Rodas 1a5cce575d
Merge pull request #197242 from r-ryantm/auto-update/istioctl
istioctl: 1.15.0 -> 1.15.2
2022-10-22 12:05:54 -05:00
Robert Scott 31acb601e3
Merge pull request #196812 from smaret/fix-gildas-python
gildas: restore Python support
2022-10-22 17:07:30 +01:00
Weijia Wang 0c60d6c5d5 comical: add darwin support 2022-10-22 11:00:52 -05:00
R. Ryantm 5df9122095 istioctl: 1.15.0 -> 1.15.2 2022-10-22 15:49:04 +00:00
José Romildo 0955cf639b jwm: 2.4.2 -> 2.4.3 2022-10-22 12:39:20 -03:00
Mario Rodas 18301ffa89
Merge pull request #197190 from foo-dogsquared/update-eyedropper
eyedropper: 0.3.1 -> 0.4.0
2022-10-22 10:37:50 -05:00
novenary 2a39991e32 warpd: fix wayland build 2022-10-22 18:07:03 +03:00
Mario Rodas d90e324d5d
Merge pull request #197084 from r-ryantm/auto-update/fvwm
fvwm: 2.6.9 -> 2.7.0

Closes #197083
2022-10-22 09:57:36 -05:00
K900 729d0cf1e0 corectrl: 1.2.7 -> 1.3.1
Also fixes build after the staging merge.
2022-10-22 17:45:51 +03:00
Nikolay Korotkiy 0547d5e67a
aerc: 0.12.0 → 0.13.0 2022-10-22 17:43:58 +03:00
Jan Tojnar beb7226916 evolution-ews: 3.46.0 → 3.46.1
https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.46.0...3.46.1

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-22 16:41:38 +02:00
Jan Tojnar c924967686 evolution: 3.46.0 → 3.46.1
https://gitlab.gnome.org/GNOME/evolution/-/compare/3.46.0...3.46.1

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-22 16:41:37 +02:00
Martin Weinelt 3928cfa27d
Merge pull request #195862 from NixOS/staging-next 2022-10-22 14:36:29 +02:00
7c6f434c 39dc530f39
Merge branch 'master' into libre-deps 2022-10-22 12:01:58 +00:00
github-actions[bot] 71e4896d63
Merge master into staging-next 2022-10-22 12:01:25 +00:00
Azat Bahawi a863ccbf66
seaweedfs: 3.27 -> 3.32 2022-10-22 14:22:15 +03:00
Mario Rodas 5fb9c6b963
Merge pull request #196455 from r-ryantm/auto-update/kubeconform
kubeconform: 0.4.14 -> 0.5.0
2022-10-22 06:21:07 -05:00
Mario Rodas 3badaa9da2
Merge pull request #196459 from r-ryantm/auto-update/kubeseal
kubeseal: 0.19.0 -> 0.19.1
2022-10-22 06:18:11 -05:00
Mario Rodas 748a2a6392
Merge pull request #196944 from r-ryantm/auto-update/nixpacks
nixpacks: 0.10.3 -> 0.10.5
2022-10-22 06:06:03 -05:00
Mario Rodas 9e9d254ba0
Merge pull request #197187 from markuskowa/upd-limesuite
limesuite: 22.09.0 -> 22.09.1
2022-10-22 06:04:37 -05:00
Mario Rodas 6193fe6994
Merge pull request #197103 from malob/update-openai
openai: 0.23.1 -> 0.24.0
2022-10-22 05:39:17 -05:00
Maxine Aubrey 73e9a9f68c
docker: 20.10.18 -> 20.10.20 2022-10-22 12:38:33 +02:00
Mario Rodas cbab444ded
Merge pull request #197062 from ncfavier/weechat
weechat: 3.7 -> 3.7.1
2022-10-22 05:33:33 -05:00
maxine ce09643de4
Merge pull request #197121 from SuperSandro2000/docker-compose
docker-compose: 2.12.0 -> 2.12.2
2022-10-22 12:31:03 +02:00
Mario Rodas db6ee5c7a7
Merge pull request #197182 from r-ryantm/auto-update/flexget
flexget: 3.3.38 -> 3.3.39
2022-10-22 05:23:25 -05:00
Mario Rodas 54ddd88dc2
Merge pull request #197123 from SuperSandro2000/rclone
rclone: 1.59.2 -> 1.60.0
2022-10-22 05:23:11 -05:00
Gabriel Arazas 3c5502e8d9 eyedropper: 0.3.1 -> 0.4.0 2022-10-22 17:47:17 +08:00
R. Ryantm c3bab5236d flexget: 3.3.38 -> 3.3.39 2022-10-22 08:21:37 +00:00
Markus Kowalewski 8681090586
limesuite: 22.09.0 -> 22.09.1 2022-10-22 10:20:53 +02:00
R. Ryantm f8026322c6 rpcs3: 0.0.24-14263-0737c788f -> 0.0.24-14289-0da81d22d 2022-10-22 16:16:54 +08:00
github-actions[bot] 3c2db12b37
Merge master into staging-next 2022-10-22 06:05:55 +00:00
Raghav Sood 00a4d236da
Merge pull request #196913 from MGenerowicz/master
ledger-live-desktop: 2.48.0 -> 2.49.0
2022-10-22 13:59:28 +08:00
squalus 6c47447c74 librewolf: 105.0.1-1 -> 106.0.1-1 2022-10-21 22:24:00 -07:00
github-actions[bot] 11c8d06574 terraform-providers.wavefront: 3.2.0 → 3.3.0 2022-10-22 14:49:21 +10:00
github-actions[bot] dd1cf82741 terraform-providers.scaleway: 2.4.0 → 2.5.0 2022-10-22 14:49:21 +10:00
github-actions[bot] 6164a151cb terraform-providers.rancher2: 1.24.1 → 1.24.2 2022-10-22 14:49:21 +10:00
github-actions[bot] 3c9b520662 terraform-providers.remote: 0.1.0 → 0.1.1 2022-10-22 14:49:21 +10:00
github-actions[bot] 8124cc1619 terraform-providers.aws: 4.36.0 → 4.36.1 2022-10-22 14:49:21 +10:00
github-actions[bot] 8ae1350989 terraform-providers.newrelic: 3.5.1 → 3.5.2 2022-10-22 14:49:21 +10:00
github-actions[bot] 83e9951988 terraform-providers.azurerm: 3.27.0 → 3.28.0 2022-10-22 14:49:21 +10:00
R. Ryantm eb1e7f0f13 imgcrypt: 1.1.6 -> 1.1.7 2022-10-22 12:26:00 +08:00
R. Ryantm a56c823d51 kubedb-cli: 0.28.0 -> 0.29.0 2022-10-22 12:21:53 +08:00
Mario Rodas 928d192406 _1password: 2.7.1 -> 2.7.2 2022-10-22 04:20:00 +00:00
R. Ryantm e372312e0f tagger: 2022.10.3 -> 2022.10.4 2022-10-22 11:45:38 +08:00
R. Ryantm db5751c838 tippecanoe: 2.6.0 -> 2.9.1 2022-10-22 03:43:30 +00:00
R. Ryantm 94c50329fa arkade: 0.8.46 -> 0.8.47 2022-10-22 11:41:11 +08:00
R. Ryantm 7c06ce54b8 atmos: 1.10.2 -> 1.10.4 2022-10-22 11:27:09 +08:00
R. Ryantm 954b90d807 kubeone: 1.5.1 -> 1.5.2 2022-10-22 11:22:15 +08:00
R. Ryantm dca997c84e nali: 0.6.0 -> 0.7.0 2022-10-22 11:20:56 +08:00
R. Ryantm db0d239ec6 pdfsam-basic: 4.3.3 -> 4.3.4 2022-10-22 00:13:56 +00:00
github-actions[bot] c8a9826fe2
Merge master into staging-next 2022-10-22 00:04:37 +00:00
Anna Kudriavtsev 32566159ea discord: 0.0.20 -> 0.0.21 2022-10-21 18:58:35 -05:00
R. Ryantm 05e31b7fda nixpacks: 0.10.3 -> 0.10.5 2022-10-21 23:23:13 +00:00
R. Ryantm 9507d0472b nerdctl: 0.23.0 -> 1.0.0 2022-10-21 23:15:30 +00:00
R. Ryantm 4bf5284ef4 treesheets: unstable-2022-10-11 -> unstable-2022-10-20 2022-10-21 23:04:50 +01:00
Sandro Jäckel 62a43a161d
rclone: 1.59.2 -> 1.60.0 2022-10-21 23:22:02 +02:00
Sandro Jäckel 337c1ee89e
docker-compose: 2.12.0 -> 2.12.2 2022-10-21 23:19:57 +02:00
Sandro bfb6a63a43
Merge pull request #196654 from SuperSandro2000/docker-compose 2022-10-21 23:17:26 +02:00
Jan Tojnar 2a3e3c7a99 video-trimmer: add missing codecs
Otherwise it will complain when trying to trim screencasts produced by GNOME Shell:

	(video-trimmer:3229521): GStreamer-Play-WARNING **: 22:37:13.327: GstPlay: scaletempo element not available. Audio pitch will not be preserved during trick modes

	(video-trimmer:3229521): VideoTrimmer-WARNING **: 22:37:13.357: src/video_preview.rs:142: Error in MediaFile: Error from element /GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0: Your GStreamer installation is missing a plug-in.
	Your GStreamer installation is missing a plug-in.
	../gst/playback/gsturidecodebin.c(1027): no_more_pads_full (): /GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0:
	no suitable plugins found:
	../gst/playback/gstdecodebin2.c(4701): gst_decode_bin_expose (): /GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0:
	no suitable plugins found:
	Missing decoder: WebM (video/webm)
2022-10-21 22:57:17 +02:00
figsoda f70a77fef1
Merge pull request #196973 from figsoda/felix
felix-fm: 1.3.0 -> 1.3.1
2022-10-21 16:50:49 -04:00
Martin Weinelt 80fc469031 Merge remote-tracking branch 'origin/master' into staging-next 2022-10-21 22:33:42 +02:00
Robert Scott 13ecba54c3
Merge pull request #195335 from yorickvP/sylpheed
sylpheed: apply patch for CVE-2021-37746
2022-10-21 21:26:04 +01:00
figsoda 0fe643128c
Merge pull request #197067 from xanderio/dracula-nvim
vimPlugins.dracula-nvim: init at 2022-10-21
2022-10-21 15:34:08 -04:00
Malo Bourgon 5e976f8f6d readstat, python3Packages.pyreadstat: fix build on Darwin 2022-10-21 12:03:20 -07:00
Sandro 9a74be9597
Merge pull request #194946 from fee1-dead-contrib/huggle/new 2022-10-21 20:35:59 +02:00
figsoda 3d50c8109a
Merge pull request #197093 from r-ryantm/auto-update/inlyne
inlyne: 0.2.0 -> 0.2.1
2022-10-21 14:11:30 -04:00
R. Ryantm c075296bff inlyne: 0.2.0 -> 0.2.1 2022-10-21 17:41:15 +00:00
Artturi 84ff6fc11d
Merge pull request #197074 from Artturin/amarokicons
amarok: add breeze-icons to be a fallback for when there are no globally
2022-10-21 19:36:35 +03:00
R. Ryantm ae70aa30c0 fvwm: 2.6.9 -> 2.7.0 2022-10-21 16:28:21 +00:00
Lily Foster 6e8a52e8b6
touchosc: 1.1.5.145 → 1.1.6.150 2022-10-21 11:40:05 -04:00
Lily Foster 9ae845e3bf
touchosc: add updateScript 2022-10-21 11:39:59 -04:00
Artturin bd3acf7393 amarok: add breeze-icons to be a fallback for when there are no globally
installed icons

breeze-icons will be added to XDG_DATA_DIRS in the wrapper

if the user has set their own icon theme then breeze-icons won't be used
2022-10-21 17:47:36 +03:00
Sandro 45454cd8ed
Merge pull request #196986 from Icy-Thought/galaxy-buds-client 2022-10-21 16:30:30 +02:00
Bobby Rong 2615fa1055
Merge pull request #197066 from stehessel/odo/update-meta-data
odo: update meta data
2022-10-21 21:56:43 +08:00
Ryan Mulligan 0427da338f
Merge pull request #196946 from r-ryantm/auto-update/odo
odo: 2.5.1 -> 3.0.0
2022-10-21 05:37:06 -07:00
Stephan Heßelmann 7987c0b6ca odo: update meta data 2022-10-21 14:35:21 +02:00
"Alexander Sieg" f3edf110ed vimPlugins.dracula-nvim: init at 2022-10-21 2022-10-21 14:31:41 +02:00
"Alexander Sieg" 3716e5901d vimPlugins: resolve github repository redirects 2022-10-21 14:31:20 +02:00
"Alexander Sieg" 923ab8a2cb vimPlugins: update 2022-10-21 14:30:59 +02:00
Naïm Favier d8f8cfb270
weechat: 3.7 -> 3.7.1
https://github.com/weechat/weechat/releases/tag/v3.7.1
2022-10-21 13:45:04 +02:00
Sandro 33eebe24c7
Merge pull request #196387 from fgaz/faircamp/unstable-2022-10-08 2022-10-21 13:07:30 +02:00
Sandro 8c3269f838
Merge pull request #196388 from fgaz/upnp-router-control/init 2022-10-21 13:07:09 +02:00
Anderson Torres 77b67a2524
Merge pull request #196862 from atorres1985-contrib/hypr
hypr: init at unstable-2022-05-25
2022-10-21 08:00:20 -03:00
Martin Weinelt 64d5a730cf
Merge pull request #196907 from mweinelt/firefox 2022-10-21 11:50:53 +02:00
Chuang Zhu 63b25b50b9 caerbannog: fix launching 2022-10-21 17:42:07 +08:00
Vladimír Čunát 37a9005fbc
Merge #196921: thunderbird*: 102.3.3 -> 102.4.0 2022-10-21 09:50:35 +02:00
Franz Pletz 834c3a42d3
Merge pull request #196956 from oxzi/claws-mail-4.1.1 2022-10-21 09:10:13 +02:00
github-actions[bot] 328c892e1b terraform-providers.aws: 4.35.0 → 4.36.0 2022-10-21 14:26:30 +10:00
github-actions[bot] f496c4a8b7 terraform-providers.yandex: 0.80.0 → 0.81.0 2022-10-21 14:26:30 +10:00