Merge pull request #87277 from CheariX/brave-1.8.95

brave: 1.7.92 -> 1.8.95
This commit is contained in:
Anderson Torres 2020-05-21 00:23:05 -03:00 committed by GitHub
commit ca90190e2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@
, gtk3
, libpulseaudio
, libuuid
, libdrm
, libX11
, libXcomposite
, libXcursor
@ -29,6 +30,7 @@
, libXrender
, libXScrnSaver
, libXtst
, mesa
, nspr
, nss
, pango
@ -56,6 +58,7 @@ rpath = lib.makeLibraryPath [
glib
gnome2.GConf
gtk3
libdrm
libpulseaudio
libX11
libXScrnSaver
@ -69,6 +72,7 @@ rpath = lib.makeLibraryPath [
libXrender
libXtst
libuuid
mesa
nspr
nss
pango
@ -82,11 +86,11 @@ in
stdenv.mkDerivation rec {
pname = "brave";
version = "1.7.92";
version = "1.8.95";
src = fetchurl {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
sha256 = "1f262xh88c83m6ixqxc69z8kvkl3qbjc6jnv2g8n0flw8s70hs7z";
sha256 = "1mlffg2v31b42gj354w5yv0yzlqc2f4f3cmdnddzkplw10jgw6f1";
};
dontConfigure = true;