Commit Graph

13516 Commits

Author SHA1 Message Date
Michael Weiss
f09799441f
chromium: Drop gn build arguments that match the default 2020-11-28 17:48:16 +01:00
Michael Weiss
fb0239c654
chromium: Set use_vaapi=!stdenv.isAarch64 for M87
I've removed that option in 063b369908 but forgot that M87 still
defaults to use_vaapi=false.
2020-11-28 17:38:28 +01:00
Michael Weiss
063b369908
chromium: Cleanup useOzone and useVaapi
But since Ozone is still experimental I'll keep useOzone in common.nix
for some time.
2020-11-27 23:03:48 +01:00
Frederik Rietdijk
ce9c513856 Merge staging-next into staging 2020-11-27 15:09:41 +01:00
Michael Weiss
2d5bb88418
chromium: Enable Ozone's DRM/GBM platform [0]
We've only set ozone_platform_gbm=false to fix the build with Mesa's
libgbm (vs. Google's own minigbm). However, since this issue has
resolved itself we can now drop it. Building with the recommended
settings should also avoid some issues (e.g. #104885).

[0]: https://chromium.googlesource.com/chromium/src.git/+/master/docs/ozone_overview.md#drm_gbm
2020-11-27 12:56:54 +01:00
Michael Weiss
6aea53c3ce
chromedriver: Switch to Chromium's upstream-info.json (#105054)
This enables automatic updates and fixes #85629.
2020-11-27 12:38:07 +01:00
Sandro
75b469241b
Merge pull request #96292 from GrafBlutwurst/update-gitter 2020-11-27 11:18:17 +01:00
Ben Siraphob
63dd41f745 bombadillo: init at 2.3.3 2020-11-27 11:15:24 +01:00
Graf_Blutwurst
00afc85506
gitter: 4.1.0 -> 5.0.1
Just an update to the underlying package version.
2020-11-27 11:07:43 +01:00
Oleksii Filonenko
e0ff535c4c
Merge pull request #105093 from r-ryantm/auto-update/tiny
tiny: 0.5.1 -> 0.7.0
2020-11-27 02:15:49 +02:00
Sandro
1180d547da
Merge pull request #101430 from SuperSandro2000/81629-surf
surf: 2.0 -> 2019-02-08-unstable
2020-11-27 00:36:25 +01:00
Sandro
2b2c1a4bb7
Merge pull request #101690 from Luflosi/ipfs-cluster-remove-unused
ipfs-cluster: remove unused variables
2020-11-27 00:28:39 +01:00
Sandro Jäckel
80c78cc2e4
surf: 2.0 -> unstable-2019-02-08 2020-11-27 00:11:35 +01:00
Sandro
6fffc4302d
Merge pull request #101698 from r-ryantm/auto-update/minishift
minishift: 1.34.2 -> 1.34.3
2020-11-27 00:10:07 +01:00
Sandro
96c24fa69f
Merge pull request #105080 from r-ryantm/auto-update/starboard-octant-plugin
starboard-octant-plugin: 0.4.0 -> 0.6.0
2020-11-26 23:57:14 +01:00
R. RyanTM
6487eb735c tiny: 0.5.1 -> 0.7.0 2020-11-26 22:55:58 +00:00
Sandro
cb1b139e77
Merge pull request #105067 from r-ryantm/auto-update/seaweedfs
seaweedfs: 2.10 -> 2.12
2020-11-26 23:43:34 +01:00
Sandro
a55efbe101
Merge pull request #105070 from r-ryantm/auto-update/signal-cli
signal-cli: 0.6.11 -> 0.6.12
2020-11-26 23:36:31 +01:00
R. RyanTM
02885ae8e2
minishift: 1.34.2 -> 1.34.3 2020-11-26 23:33:39 +01:00
R. RyanTM
6b4daa6168 starboard-octant-plugin: 0.4.0 -> 0.6.0 2020-11-26 21:12:20 +00:00
StigP
4b924880be
Merge pull request #105064 from r-ryantm/auto-update/rssguard
rssguard: 3.8.0 -> 3.8.2
2020-11-26 21:59:35 +01:00
R. RyanTM
8c08d2cc13 signal-cli: 0.6.11 -> 0.6.12 2020-11-26 20:15:46 +00:00
R. RyanTM
f81b87466b seaweedfs: 2.10 -> 2.12 2020-11-26 19:52:06 +00:00
Sandro
5cdabcc0ee
Merge pull request #105059 from r-ryantm/auto-update/qtox
qtox: 1.17.2 -> 1.17.3
2020-11-26 20:31:29 +01:00
R. RyanTM
524d110912 rssguard: 3.8.0 -> 3.8.2 2020-11-26 19:12:50 +00:00
R. RyanTM
8f72150d9d qtox: 1.17.2 -> 1.17.3 2020-11-26 18:24:29 +00:00
Sandro
9c6a75e379
Merge pull request #103037 from lightdiscord/package-update/protonmail-bridge 2020-11-26 15:05:23 +01:00
Sandro
bdf504b1ea
Merge pull request #105031 from r-ryantm/auto-update/nextdns
nextdns: 1.8.8 -> 1.9.4
2020-11-26 14:55:08 +01:00
06kellyjac
cdfa9b0c26 kube3d: re-order the derivation and general cleanup
Moved k3sVersion to be a variable.
Converted buildFlagsArray to an array
Moved vendorSha256 closer to src
Moved doCheck between build and install related bits (like where the
phase happens)
Replaced stdenv.lib with lib
2020-11-26 12:37:37 +00:00
06kellyjac
168df5f4ff kube3d: mention k3d in the short description
While I was able to find `deno` by searching for "executable" from it's
longDescription on search.nixos.org, I couldn't find it using `nix search`

`nix search` seems to only look at the short description so it's worth
including there too.
2020-11-26 12:36:32 +00:00
06kellyjac
7a03c0f5fe kube3d: add a longDescription to provide detail and help searches
search.nixos.org was able to show me `deno` when searching for
"executable" which was in the longDescription
2020-11-26 12:36:31 +00:00
06kellyjac
c36b5d5799 kube3d: nixpkgs-fmt the file to fit contributing guidelines 2020-11-26 12:36:29 +00:00
R. RyanTM
6e1aa2380b nextdns: 1.8.8 -> 1.9.4 2020-11-26 12:34:41 +00:00
Maximilian Bosch
aed3de18b0
Merge pull request #104950 from chkno/tor-browser-bundle-bin-10.0.5
tor-browser-bundle-bin: 10.0.4 → 10.0.5
2020-11-26 12:38:55 +01:00
Sandro
603c0d4e74
Merge pull request #104984 from r-ryantm/auto-update/helmsman
helmsman: 3.5.1 -> 3.6.2
2020-11-26 09:25:28 +01:00
Jonathan Ringer
7e26b5456d chromium/doc: mention chromedriver when updating 2020-11-26 00:19:08 -08:00
R. RyanTM
e46ab91452 helmsman: 3.5.1 -> 3.6.2 2020-11-26 06:48:03 +00:00
Sandro
dd26967410
Merge pull request #104953 from r-ryantm/auto-update/cordless
cordless: 2020-10-24 -> 2020-11-22
2020-11-26 03:41:50 +01:00
Sandro
c31a43a11d
Merge pull request #104952 from r-ryantm/auto-update/cloudflared
cloudflared: 2020.11.10 -> 2020.11.11
2020-11-26 03:38:20 +01:00
Sandro
9b3868b960
Merge pull request #104653 from iliaaz/bump-dropbox
dropbox: 83.4.152->111.3.447
2020-11-26 02:03:18 +01:00
R. RyanTM
8a3889e129 cordless: 2020-10-24 -> 2020-11-22 2020-11-26 00:54:30 +00:00
R. RyanTM
b7b6b66818 cloudflared: 2020.11.10 -> 2020.11.11 2020-11-26 00:38:45 +00:00
Mario Rodas
8990fc7419
Merge pull request #104937 from 06kellyjac/terragrunt
terragrunt: 0.26.5 -> 0.26.7
2020-11-25 19:37:47 -05:00
Sandro
5b71713b87
Merge pull request #103084 from lukegb/ts3client
teamspeak_client: 3.5.3 -> 3.5.6
2020-11-26 01:20:56 +01:00
Chuck
53dbd00945 tor-browser-bundle-bin: 10.0.4 → 10.0.5 2020-11-25 16:13:08 -08:00
Sandro
1dde9c5aaa
Merge pull request #91182 from Patryk27/pcloud
pcloud: Init at 1.8.8
2020-11-25 22:21:18 +01:00
06kellyjac
a40100b6d7 terragrunt: 0.26.5 -> 0.26.7 2020-11-25 21:16:16 +00:00
Luke Granger-Brown
ebeaae1454 teamspeak_client: 3.5.3 -> 3.5.6 2020-11-25 17:52:06 +00:00
Ryan Mulligan
327338c74a
Merge pull request #103357 from rhoriguchi/master
Add aarch64-linux support to resilio-sync pkgs
2020-11-25 07:43:06 -08:00
Sandro
efa3d96f0c
Merge pull request #104878 from 06kellyjac/terragrunt
terragrunt: 0.26.4 -> 0.26.5
2020-11-25 16:41:02 +01:00