Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9d0e884b5bc9
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ca90190e2c12
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 8, 2020

  1. brave: 1.7.92 -> 1.8.95

    CheariX committed May 8, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e659bf3 View commit details

Commits on May 21, 2020

  1. Merge pull request #87277 from CheariX/brave-1.8.95

    brave: 1.7.92 -> 1.8.95
    AndersonTorres authored May 21, 2020
    Copy the full SHA
    ca90190 View commit details
Showing with 6 additions and 2 deletions.
  1. +6 −2 pkgs/applications/networking/browsers/brave/default.nix
8 changes: 6 additions & 2 deletions pkgs/applications/networking/browsers/brave/default.nix
Original file line number Diff line number Diff line change
@@ -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;