Colin Arnott
2690f30fd3
rke: init at 1.4.1
...
Fixes #143217
2022-11-30 09:21:11 +00:00
Mario Rodas
8e036dae81
Merge pull request #202555 from 06kellyjac/brave
...
brave: fix commandLineArgs option also requiring vulkanSupport
2022-11-29 21:17:42 -05:00
Mario Rodas
7a6e73f749
Merge pull request #202763 from wegank/freefilesync-11.28
...
freefilesync: 11.27 -> 11.28
2022-11-29 20:51:41 -05:00
Mario Rodas
53f9dc1cbc
Merge pull request #202859 from NickCao/tdesktop
...
tdesktop: 4.3.1 -> 4.3.4
2022-11-29 20:12:08 -05:00
Mario Rodas
b3f927ee01
Merge pull request #202954 from arcnmx/mkchromecast-update
...
mkchromecast: 2020-10-17 -> 2022-10-31
2022-11-29 20:09:20 -05:00
Mario Rodas
79cafc7bb7
Merge pull request #203486 from malob/update-signalbackup-tools
...
signalbackup-tools: 20221122 -> 20221128
2022-11-29 18:44:13 -05:00
Robert Scott
250c00dbc9
Merge pull request #203532 from wegank/ladybird-fix
...
ladybird: fix build
2022-11-29 21:55:26 +00:00
Mario Rodas
edff869405
Merge pull request #202663 from aaronjheng/pachyderm
...
pachyderm: 1.8.5 -> 2.4.0
2022-11-29 09:29:20 -05:00
Martin Weinelt
5834fbb994
firefox-bin-unwrapped: 107.0 -> 107.0.1
...
https://www.mozilla.org/en-US/firefox/107.0.1/releasenotes/
2022-11-29 10:36:08 +01:00
Martin Weinelt
83c75c0f43
firefox-unwrapped: 107.0 -> 107.0.1
...
https://www.mozilla.org/en-US/firefox/107.0.1/releasenotes/
2022-11-29 10:35:34 +01:00
Mario Rodas
1bab0e366b
Merge pull request #203466 from r-ryantm/auto-update/flexget
...
flexget: 3.5.5 -> 3.5.6
2022-11-29 01:46:17 -05:00
Weijia Wang
390c682402
ladybird: fix build
2022-11-29 00:28:58 +01:00
Michael Weiss
4024dedc4d
chromiumBeta: Fix the build
...
We do already set `system_wayland_scanner_path` to
`"${wayland}/bin/wayland-scanner"` but apparently wayland-scanner wasn't
required (anymore?) as wayland-scanner is only in the `bin` output (I have a
few ideas what could've changed but didn't bother to check as it isn't worth
the time as long as it works now).
This fixes the following build error:
```
ninja: error: '../../../../../../../../nix/store/l3y9k2x7cqzcjj9s18z7la9xqsjq6r52-wayland-1.21.0/bin/wayland-scanner', needed by 'gen/components/exo/wayland/protocol/aura-shell-protocol.c', missing and no known rule to make it
```
2022-11-28 21:55:56 +01:00
Malo Bourgon
7e7831645c
signalbackup-tools: 20221122 -> 20221128
2022-11-28 10:23:11 -08:00
Jonas Heinrich
8795e79f31
Merge pull request #203409 from r-ryantm/auto-update/appgate-sdp
...
appgate-sdp: 6.0.2 -> 6.0.3
2022-11-28 19:09:18 +01:00
R. Ryantm
9c8f2f6767
flexget: 3.5.5 -> 3.5.6
2022-11-28 15:44:11 +00:00
Anderson Torres
9f16b00e11
Merge pull request #203119 from OPNA2608/update/palemoon
...
palemoon: 31.3.1 -> 31.4.0
2022-11-28 11:41:16 -03:00
Jörg Thalheim
3ff61b6094
Revert "Launch signal-desktop in background, pipe stdout to log file to avoid crash"
...
This reverts commit ca3bf6506a
.
We should not write to /tmp since /tmp is world-writeable.
2022-11-28 15:13:08 +01:00
Jörg Thalheim
a2494bf204
Merge pull request #203421 from prtzl/signal-desktop
...
signal-desktop: fix background launch in desktop file
2022-11-28 13:49:32 +01:00
Bobby Rong
78dd6da1b9
Merge pull request #199174 from r-ryantm/auto-update/sonobuoy
...
sonobuoy: 0.56.10 -> 0.56.12
2022-11-28 16:35:46 +08:00
R. Ryantm
311adbd52d
appgate-sdp: 6.0.2 -> 6.0.3
2022-11-28 06:41:01 +00:00
Robert Schütz
2eb0a97773
Merge pull request #200981 from dotlambda/deltachat-desktop-1.34
...
deltachat-desktop: 1.30.1 -> 1.34.0
2022-11-27 19:56:07 -08:00
Sandro
ed6f61e5c0
Merge pull request #202919 from SuperSandro2000/polypane
2022-11-28 02:01:54 +01:00
Sandro
853077236a
Merge pull request #202124 from SuperSandro2000/dbus-passthru-daemon
2022-11-28 01:35:34 +01:00
Sandro
462f837721
Merge pull request #200101 from nagy/freenet
2022-11-28 00:15:31 +01:00
Sandro
9f21a3abb3
Merge pull request #200073 from SuperSandro2000/element-piwiki
2022-11-28 00:01:45 +01:00
Michael Weiss
7bbbe664fb
Merge pull request #203311 from primeos/chromiumBeta
...
chromiumBeta: Fix the configuration phase
2022-11-27 19:58:23 +01:00
Michael Weiss
9d05d42f4d
chromiumBeta: Fix the configuration phase
...
Upstream switched use_system_libwayland to false [0] and
system_wayland_scanner_path will now only be declared if
use_system_wayland_scanner is set to true (it defaults to
use_system_libwayland) [1].
In Nixpkgs, we usually try to set use_system_* to true (i.e., we favor
system libraries over bundled/vendored ones) but in the case of Chromium
this can become difficult to maintain so we might eventually drop
`use_system_libwayland = true` again (IIRC this only caused one
incompatibility in the past though: b6b51374fc7; and f9d9864cb6
will
become relevant again when we build with the bundled libwayland).
[0]: b33bdfe265
[1]: 272220cefa
2022-11-27 19:10:44 +01:00
Robert Schütz
6d43ede855
deltachat-desktop: 1.30.1 -> 1.34.0
...
https://github.com/deltachat/deltachat-desktop/blob/v1.34.0/CHANGELOG.md
2022-11-27 09:30:26 -08:00
Alexander Bantyev
93ecaab8f8
Merge pull request #187596 from Izorkin/init-diswall
...
diswall: init at 0.2.0
2022-11-27 18:00:54 +04:00
Mario Rodas
f9f4b49f90
Merge pull request #203217 from r-ryantm/auto-update/tektoncd-cli
...
tektoncd-cli: 0.27.0 -> 0.28.0
2022-11-27 08:27:04 -05:00
prtzl
ca3bf6506a
Launch signal-desktop in background, pipe stdout to log file to avoid crash
2022-11-27 14:01:54 +01:00
Fabian Affolter
9a2425d41d
Merge pull request #203220 from r-ryantm/auto-update/terragrunt
...
terragrunt: 0.40.2 -> 0.41.0
2022-11-27 13:57:20 +01:00
R. Ryantm
6c33c73e95
terragrunt: 0.40.2 -> 0.41.0
2022-11-27 10:19:01 +00:00
R. Ryantm
dc2bd6b843
tektoncd-cli: 0.27.0 -> 0.28.0
2022-11-27 10:01:19 +00:00
Stefan Frijters
0e3813f46e
maestral-qt: set mainProgram and changelog meta attributes
2022-11-27 16:28:52 +08:00
Thiago Kenji Okada
b863103eaf
Merge pull request #203110 from otavio/sh-0108
...
shellhub-agent: 0.10.4 -> 0.10.8
2022-11-26 21:46:41 +00:00
Robert Schütz
058b7ee575
Merge pull request #202883 from dotlambda/telepathy-logger-python3
...
telepathy-logger: build using python3
2022-11-26 12:28:16 -08:00
Otavio Salvador
03bf773416
shellhub-agent: 0.10.4 -> 0.10.8
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2022-11-26 17:17:42 -03:00
Nikolay Korotkiy
a0cda14935
Merge pull request #202997 from sikmir/lagrange
...
lagrange: 1.13.8 → 1.14.1
2022-11-26 22:12:52 +04:00
Guillaume Girol
02bebd410a
Merge pull request #201929 from chvp/bump-gomuks
...
gomuks: 0.2.4 -> 0.3.0
2022-11-26 16:58:47 +00:00
Nikolay Korotkiy
57041d44e8
lagrange: 1.13.8 → 1.14.1
2022-11-26 16:47:43 +03:00
OPNA2608
be825b650a
palemoon: 31.3.1 -> 31.4.0
2022-11-26 14:02:01 +01:00
Jonas Heinrich
dd085c683a
Merge pull request #201806 from duxovni/briar-desktop-0.3.1-beta
...
briar-desktop: 0.2.1-beta -> 0.3.1-beta
2022-11-26 13:46:42 +01:00
Martin Weinelt
ac21be8ae4
Merge pull request #202955 from dotlambda/purple-plugin-pack-2.8.0
2022-11-26 13:11:39 +01:00
R. RyanTM
fd257cf024
kops: 1.25.2 -> 1.25.3 ( #203024 )
2022-11-26 12:55:46 +01:00
R. Ryantm
a7cc99f1cd
fluxcd: 0.36.0 -> 0.37.0
2022-11-26 19:35:41 +08:00
github-actions[bot]
2afac7a20c
terraform-providers.vcd: 3.7.0 → 3.8.0
2022-11-26 13:55:48 +10:00
github-actions[bot]
f6c8b8160a
terraform-providers.gitlab: 3.19.0 → 3.20.0
2022-11-26 13:55:48 +10:00
Robert Schütz
693f50b9bd
purple-plugin-pack: 2.7.0 -> 2.8.0
2022-11-25 19:38:45 -08:00