Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e7c435cbbdf5
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8a5e6ede39ba
Choose a head ref
  • 4 commits
  • 1 file changed
  • 3 contributors

Commits on Jul 18, 2020

  1. brave: 1.5.123 -> 1.7.92

    (cherry picked from commit 094c35b)
    JeffLabonte authored and marsam committed Jul 18, 2020
    Copy the full SHA
    5494101 View commit details
  2. brave: 1.7.92 -> 1.8.95

    (cherry picked from commit e659bf3)
    CheariX authored and marsam committed Jul 18, 2020
    Copy the full SHA
    f3c0431 View commit details
  3. brave: 1.8.95 -> 1.10.97

    (cherry picked from commit e09a882)
    felschr authored and marsam committed Jul 18, 2020
    Copy the full SHA
    78c08f2 View commit details
  4. brave: 1.10.97 -> 1.11.97

    (cherry picked from commit 0dd4c64)
    felschr authored and marsam committed Jul 18, 2020
    Copy the full SHA
    8a5e6ed 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.5.123";
version = "1.11.97";

src = fetchurl {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
sha256 = "1yv6hfjqzcd60b0bjpfbj8d4s2yf10swanxhbmnslcqp6ajb2nqr";
sha256 = "1wmjwk98fvzy5slyqpzpnn1mx663q3pvcyr3fzcinf6v971vz3q2";
};

dontConfigure = true;