Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
github-actions[bot]
76394e4624
Merge master into staging-next
2021-01-10 18:41:43 +00:00
ajs124
fe0ee326e0
Merge pull request #108770 from FlorianFranzen/firefox_update
...
Firefox 84.0.2
2021-01-10 18:06:01 +01:00
github-actions[bot]
fcbe48c797
Merge master into staging-next
2021-01-09 18:41:27 +00:00
Michael Weiss
84840c81e3
chromiumDev: 89.0.4356.6 -> 89.0.4381.6
2021-01-09 14:53:20 +01:00
Florian Franzen
70523a5e04
firefox-esr-78: 78.5.0 -> 78.6.1
2021-01-08 15:01:56 +01:00
Florian Franzen
ba229388ca
firefox: 84.0.1 -> 84.0.2
2021-01-08 14:44:04 +01:00
Florian Franzen
1475628429
firefox-bin: 84.0.1 -> 84.0.2
2021-01-08 14:43:52 +01:00
Florian Franzen
126c359b00
firefox-devedition-bin: 84.0b4 -> 85.0b6
2021-01-08 14:42:37 +01:00
Florian Franzen
480692d34f
firefox-beta-bin: 85.0b4 -> 85.0b6
2021-01-08 14:40:36 +01:00
github-actions[bot]
ecebf82121
Merge master into staging-next
2021-01-08 12:29:36 +00:00
Michael Weiss
f274df0cda
chromiumBeta: 88.0.4324.50 -> 88.0.4324.79
2021-01-08 12:48:31 +01:00
Jan Tojnar
f19eb635b4
Merge branch 'master' into staging-next
...
b04fc593e7
seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
TredwellGit
ba0068cf9e
chromium: 87.0.4280.88 -> 87.0.4280.141
...
https://chromereleases.googleblog.com/2021/01/stable-channel-update-for-desktop.html
This update includes 16 security fixes.
CVEs:
CVE-2021-21106 CVE-2021-21107 CVE-2021-21108 CVE-2021-21109
CVE-2021-21110 CVE-2021-21111 CVE-2021-21112 CVE-2021-21113
CVE-2020-16043 CVE-2021-21114 CVE-2020-15995 CVE-2021-21115
CVE-2021-21116
2021-01-07 01:59:35 +00:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Michael Weiss
a90d0cd34c
Revert "chromium/doc: mention chromedriver when updating"
...
This reverts commit 7e26b5456d
.
With 6aea53c3ce
this is now handled automatically.
2021-01-02 16:15:00 +01:00
Louis Bettens
051389eb18
brave: test rpath in installCheck
...
This check helps with making sure that we provide all the required
shared libraries to brave. If something is missing, the command will get
ENOENT, otherwise it should terminate normally.
2021-01-01 13:31:17 +01:00
Daniël de Kok
e2a9d90153
brave: 1.18.75 -> 1.18.77
...
Changelog:
https://community.brave.com/t/release-channel-1-18-77/191009
2020-12-31 11:10:14 +01:00
Daniël de Kok
4d9d82632f
brave: add update script
...
The Brave package often seems to get very outdated. This is bad for a
browser, where vulnerabilities are high impact.
This change adds an update script, so that r-ryantm will suggest
updates. We find the latest version using their Debian package
database (since we are using the Debian package anyway).
2020-12-31 11:06:53 +01:00
Vladimír Čunát
85c8f75393
Merge #107603 : firefox*: 84.0 -> 84.0.1
2020-12-28 08:39:21 +01:00
Christoph Neidahl
b8f2c6fe42
palemoon: 28.16.0 -> 28.17.0 ( #107329 )
2020-12-27 19:07:57 +01:00
Martin Weinelt
445cb38134
Merge pull request #106815 from mayflower/firefox-pipewire-fix-106812
...
firefox-wayland: fix ScreenCast #106812
2020-12-25 19:35:47 +01:00
ajs124
fee53b73a5
firefox: 84.0 -> 84.0.1
2020-12-25 17:56:16 +01:00
ajs124
f3dc47a61d
firefox-bin: 84.0 -> 84.0.1
2020-12-25 17:56:05 +01:00
ajs124
921c6b00c1
firefox-beta-bin: 85.0b2 -> 85.0b4
2020-12-25 17:55:40 +01:00
Michael Weiss
351f3c043d
chromiumDev: Fix the build (libxshmfence is now required)
...
Error:
../../components/viz/service/display_embedder/output_presenter_x11.cc:8:10:
fatal error: 'X11/xshmfence.h' file not found
^~~~~~~~~~~~~~~~~
1 error generated.
2020-12-25 10:22:06 +01:00
Sean Buckley
156ce8d398
brave: 1.18.70 -> 1.18.75
2020-12-24 01:54:36 -05:00
Michael Weiss
86ff1e45ce
ungoogled-chromium: Support enableWideVine=true
...
Building with Google's proprietary Widevine DRM technology requires
fetching the Google Chrome sources.
2020-12-22 13:35:40 +01:00
Vladimír Čunát
d649d77c4c
Merge #107041 : firefox: 83 -> 84 (security)
2020-12-20 08:42:26 +01:00
Michael Weiss
94bee10904
ungoogled-chromium: Support automatic updates via update.py
2020-12-18 19:10:45 +01:00
Michael Weiss
9b846b9600
chromium: Improve update.py (documentation + linting fixes)
2020-12-18 19:10:44 +01:00
Michael Weiss
be94a4cf23
ungoogled-chromium: Try to fix an evaluation error on Hydra
...
This should fix a regression from #106475 (hopefully this is the only
issue, my current implementation with channel+ungoogled isn't ideal):
https://github.com/NixOS/nixpkgs/pull/106475#issuecomment-748131224
2020-12-18 16:21:37 +01:00
Michael Weiss
40199cd3d8
chromiumDev: 89.0.4350.4 -> 89.0.4356.6
2020-12-18 13:02:51 +01:00
Michael Weiss
39c5d116a2
chromiumBeta: 88.0.4324.41 -> 88.0.4324.50
2020-12-17 21:02:14 +01:00
Michael Weiss
f5944b74e6
Merge pull request #106475 from primeos/ungoogled-chromium-merge
...
Merge ungoogled-chromium back into the chromium expressions
2020-12-17 19:02:21 +01:00
Daniël de Kok
241227837b
Merge pull request #106718 from buckley310/brave
...
brave: 1.17.73 -> 1.18.70
2020-12-17 07:21:07 +01:00
Christian Albrecht
5a7530e762
firefox-wayland: fix screen sharing using pipewire
...
After the fedora patches for screen sharing using pipewire got updated
for Firefox 83 (pipewire was inlined there), the nixpkgs buildInput
pipewire got stripped from the resulting firefox binary and so firefox
was unable to actually get the shared stream from the running pipewire
service.
Adding pipewire to the firefox binary with `patchelf --add-needed`
makes it atually get the stream from the service.
Fixes : #106812
2020-12-16 22:30:32 +01:00
Joachim F
8d957d7594
Merge pull request #106930 from samb96/tor-browser-bundle-bin-10.0.6
...
tor-browser-bundle-bin: 10.0.5 -> 10.0.7
2020-12-16 19:46:04 +01:00
ajs124
15302b4729
firefox-bin: 83.0 -> 84.0
2020-12-16 17:52:28 +01:00
ajs124
4d1bebac1b
firefox-beta-bin: 84.0b4 -> 85.0b2
2020-12-16 17:52:13 +01:00
ajs124
26e0135eed
firefox: 83.0 -> 84.0
2020-12-16 17:49:31 +01:00
José Romildo Malaquias
c1be42a1df
Merge pull request #106408 from badmutex/badi/update-vivaldi
...
vivaldi: 3.4.2066.90-1 -> 3.5.2115.73-1
2020-12-16 09:38:03 -03:00
Sam Bickley
e924c5d80f
tor-browser-bundle-bin: 10.0.6 -> 10.0.7
2020-12-15 17:40:01 -06:00
Lassulus
00b8fa792b
Merge pull request #106000 from Luis-Hebendanz/firefoxWrapperAddonSettings
...
firefox: wrapper updating an addon perserves addon settings
2020-12-15 22:16:48 +01:00
Luis Hebendanz
1c8c134972
firefox: wrapper updating an addon perserves addon settings
2020-12-15 22:02:34 +01:00
Sam Bickley
8bb972a8dd
tor-browser-bundle-bin: 10.0.5 -> 10.0.6
2020-12-14 16:47:44 -06:00
Gabriel Ebner
fa0c914322
vieb: init at 3.1.0
2020-12-13 15:48:30 +01:00
Sean Buckley
41c20408c3
brave: 1.17.73 -> 1.18.70
2020-12-12 02:08:17 -05:00
Martin Weinelt
6a163d2dea
Merge pull request #105894 from ryneeverett/firefox-xdg
...
firefox: Prefix $PATH with xdg_utils
2020-12-11 22:17:39 +01:00
Michael Weiss
397a5ee2ee
chromiumDev: 89.0.4343.0 -> 89.0.4350.4
2020-12-11 10:54:19 +01:00