Skip to content

Commit

Permalink
Merge pull request NixOS#107542 from buckley310/brave2
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar authored Dec 25, 2020
2 parents ca11974 + d239849 commit ae1b121
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/browsers/brave/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ rpath = lib.makeLibraryPath [
libdrm
libpulseaudio
libX11
libxkbcommon
libXScrnSaver
libXcomposite
libXcursor
libXdamage
libXext
libXfixes
libXi
libxkbcommon
libXrandr
libXrender
libXtst
Expand All @@ -88,11 +88,11 @@ in

stdenv.mkDerivation rec {
pname = "brave";
version = "1.17.73";
version = "1.18.75";

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

dontConfigure = true;
Expand Down

0 comments on commit ae1b121

Please sign in to comment.