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).
This commit is contained in:
Daniël de Kok
2020-12-31 11:06:53 +01:00
parent 3d2ffa3dbf
commit 4d9d82632f
2 changed files with 7 additions and 0 deletions
@@ -147,6 +147,8 @@ stdenv.mkDerivation rec {
ln -sf ${xdg_utils}/bin/xdg-mime $out/opt/brave.com/brave/xdg-mime
'';
passthru.updateScript = ./update.sh;
meta = with stdenv.lib; {
homepage = "https://brave.com/";
description = "Privacy-oriented browser for Desktop and Laptop computers";