Commit Graph

21531 Commits

Author SHA1 Message Date
Michael Raskin
e93ca388e8 matrix-recorder: use node14 2022-05-09 20:01:08 +02:00
Vladimír Čunát
7fc4acfd29
Merge #171985: wrapFirefox: handle binary wrappers
...into staging-next
2022-05-09 07:10:10 +02:00
github-actions[bot]
f39e774f11
Merge master into staging-next 2022-05-09 00:02:27 +00:00
Sandro
806344b3e2
Merge pull request #172067 from nagy/pr/vimb
vimb: 3.3.0 -> 3.6.0
2022-05-09 02:01:16 +02:00
Sandro
884ba7d525
Merge pull request #171354 from dotlambda/trytond-6.4.0 2022-05-09 01:22:03 +02:00
Sandro
0db8be50db
Merge pull request #172077 from chivay/aerc
aerc: 0.9.0 -> 0.10.0
2022-05-09 01:21:11 +02:00
Robert Schütz
a2675e7e29 python3Packages.twisted: use extras-require 2022-05-08 20:32:14 +00:00
Sandro
57ee2fc2d4
Merge pull request #171999 from euank/k3s-1.23.6
k3s: 1.23.5+k3s1 -> 1.23.6+k3s1
2022-05-08 21:15:35 +02:00
Hubert Jasudowicz
fe4650c436 aerc: 0.9.0 -> 0.10.0 2022-05-08 20:15:57 +02:00
Daniel Nagy
f6c5c1292a
vimb: 3.3.0 -> 3.6.0 2022-05-08 17:12:00 +02:00
github-actions[bot]
eaaed3f1d2
Merge master into staging-next 2022-05-08 12:01:07 +00:00
Artturi
52f31d531b
Merge pull request #171820 from Artturin/torbrow1
tor-browser-bundle-bin: fix unbound variables
2022-05-08 13:51:12 +03:00
Rick van Schijndel
cdb1067df4
Merge pull request #171804 from panicgh/tbb
tor-browser-bundle-bin: 11.0.10 -> 11.0.11
2022-05-08 11:55:07 +02:00
7c6f434c
35c8369737
Merge pull request #171945 from trofi/fix-fno-common-for-freetalk
freetalk: pull pending fix for -fno-common toolchains
2022-05-08 07:46:04 +00:00
github-actions[bot]
7c1e4ffd7f
Merge master into staging-next 2022-05-08 06:01:24 +00:00
Bobby Rong
e65ee93064
Merge pull request #171472 from r-ryantm/auto-update/brave
brave: 1.38.109 -> 1.38.111
2022-05-08 13:38:34 +08:00
Mario Rodas
0f949eb7f1
Merge pull request #172015 from r-ryantm/auto-update/flexget
flexget: 3.3.8 -> 3.3.9
2022-05-07 22:45:59 -05:00
Artturi
8500b9de82
Merge pull request #168752 from nicknovitski/minikube-wrap
minikube: disable update notifications
2022-05-08 06:40:14 +03:00
R. Ryantm
e77d20ed55 flexget: 3.3.8 -> 3.3.9 2022-05-08 02:17:13 +00:00
github-actions[bot]
d6c9d38363
Merge master into staging-next 2022-05-08 00:02:24 +00:00
Euan Kemp
527f2375d0 k3s: 1.23.5+k3s1 -> 1.23.6+k3s1
This updates k3s.

This one's done by hand rather than via the update bot since the
upstream repo ended up in a state where `go mod download` didn't work,
and we had `proxyVendor` set (which causes a `go mod download`).

Deleting `proxyVendor` works now though, and I didn't actually fully
understand why it was needed before, so I've removed that. Which
unblocks the update.

The actual update was done via `./update.sh` after removing
`proxyVendor` and the `k3sServerVendorSha256` variables.
2022-05-07 14:56:39 -07:00
Michael Weiss
50eb698593
Merge pull request #171852 from primeos/chromiumDev
chromiumDev: 103.0.5028.0 -> 103.0.5042.0
2022-05-07 22:04:59 +02:00
Michael Weiss
b7cc539a71
Merge pull request #171851 from primeos/chromiumBeta
chromiumBeta: 102.0.5005.27 -> 102.0.5005.40
2022-05-07 22:04:48 +02:00
Naïm Favier
863cdf8f09
wrapFirefox: handle binary wrappers
We can't just edit binary wrappers in place because of a length
mismatch, so we have to parse the generating makeCWrapper call out of
the binary, extract wrapper arguments from it and add them to the
Firefox wrapper.

All these contortions are needed because Firefox looks for its runtime
in argv0, so the proper argv0 needs to be set by wrappers to always
point to the "final" runtime. I think this could be avoided by wrapping
/lib/$libName/firefox instead of /bin/firefox, and I'd like to look into
that in the future, but for now I'm just fixing the immediate problem.
2022-05-07 20:40:43 +02:00
Sergei Trofimovich
2f653769f8 freetalk: pull pending fix for -fno-common toolchains
Without the change build on -fno-common toolchains like clamng-13 fails as:

    $ nix build --impure --expr 'with import ./. {}; freetalk.override { stdenv = clang13Stdenv; }' -L
    ...
    ld: more.o:src/./more.h:15: multiple definition of `cin'; primitives.o:src/./more.h:15: first defined here
    ld: more.o:src/./more.h:14: multiple definition of `initial_settings'; primitives.o:src/./more.h:14: first defined here
2022-05-07 18:32:19 +01:00
Vladimír Čunát
a87d534668
Merge #171203: gmime3: 3.2.7 -> 3.2.11 (into staging-next) 2022-05-07 08:52:11 +02:00
Artturi
77b0530b3c
Merge pull request #171879 from SuperSandro2000/python-magic
python310Packages.python-magic: normalise attr
2022-05-07 07:23:25 +03:00
Sandro Jäckel
115475ff5b
python310Packages.python-magic: normalise attr 2022-05-07 01:18:35 +02:00
Sandro
4c4133e86d
Merge pull request #170726 from WolfangAukang/protonvpn-cli-legacy 2022-05-07 01:15:10 +02:00
Sandro
4dbc054800
Merge pull request #171292 from malob/update-signalbackup-tools
signalbackup-tools: 20220425 -> 20220430
2022-05-07 01:10:46 +02:00
Sandro
da51b0c1b3
Merge pull request #171811 from Kranzes/nc
nextcloud-client: Revert "nextcloud-client: remove inkscape from runtime closure"
2022-05-07 00:56:23 +02:00
P. R. d. O
ac247e0885
protonvpn-cli_2: init at 2.2.11
Naming as protonvpn-cli_2 as this version uses openvpn to perform connections instead of NetworkManager as on the official version
2022-05-06 15:28:06 -06:00
P. R. d. O
0ffb521ac8
protonvpn-cli: 2.2.6 -> 3.11.1 2022-05-06 15:26:57 -06:00
Michael Weiss
fdeff96262
chromiumDev: 103.0.5028.0 -> 103.0.5042.0 2022-05-06 21:19:07 +02:00
Michael Weiss
e1ae57055b
chromiumBeta: 102.0.5005.27 -> 102.0.5005.40 2022-05-06 21:17:49 +02:00
Michael Weiss
1234e830e4
Merge pull request #171564 from primeos/chromium
chromium: 101.0.4951.41 -> 101.0.4951.54
2022-05-06 21:17:24 +02:00
Sandro
7278295c36
Merge pull request #103909 from RamKromberg/fix/transgui
transgui: patch to circumvent v3 rpc issue
2022-05-06 18:37:04 +02:00
K900
70b3cbff57 n8n: reenable tests 2022-05-06 14:34:43 +00:00
Sandro Jäckel
004a752f6f
nextcloud-client: replace inkscape with the more light librsvg 2022-05-06 16:19:32 +02:00
Jonas Chevalier
bab6710b73
Merge pull request #171221 from zimbatm/numtide-team
maintainers: add numtide team
2022-05-06 15:42:16 +02:00
Bobby Rong
1ed2cbda29
Merge pull request #170861 from equirosa/signal-desktop
signal-desktop: 5.39.0 -> 5.42.0
2022-05-06 21:41:46 +08:00
Artturin
af3565ce64 tor-browser-bundle-bin: fix unbound variables 2022-05-06 16:21:37 +03:00
Ilan Joselevich
02479819d6 Revert "nextcloud-client: remove inkscape from runtime closure"
This reverts commit 1f70a0a9e0.
2022-05-06 15:00:13 +03:00
hexchen
6f33598b7e alfaview: fix and update 2022-05-06 12:18:13 +02:00
Nicolas Benes
607be2704a tor-browser-bundle-bin: 11.0.10 -> 11.0.11 2022-05-06 12:09:20 +02:00
Bobby Rong
d1ad6a8d44
Merge pull request #171661 from jtrees/update-tutanota
tutanota-desktop: 3.91.10 -> 3.95.4
2022-05-06 17:14:39 +08:00
Ram Kromberg
c0de15d581 transgui: patch to circumvent v3 rpc issue 2022-05-06 09:27:19 +03:00
7c6f434c
7bdbbba683
Merge pull request #171368 from ThibaultLemaire/update-linphone-4-4-1
linphone: Cleanup dependencies
2022-05-06 04:27:28 +00:00
Bernardo Meurer
e6b94ad07e
Merge pull request #171602 from malob/treewide-mainProgram
treewide: add meta.mainProgram to many packages
2022-05-05 18:16:09 -07:00
K900
50644fd3b1 n8n: 0.175.0 -> 0.175.1, build with Node 16 2022-05-05 22:25:50 +03:00