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: 1152978cdac3
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 241227837ba3
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 12, 2020

  1. brave: 1.17.73 -> 1.18.70

    buckley310 committed Dec 12, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    sxzz Kevin Deng 三咲智子
    Copy the full SHA
    41c2040 View commit details

Commits on Dec 17, 2020

  1. Merge pull request #106718 from buckley310/brave

    brave: 1.17.73 -> 1.18.70
    danieldk authored Dec 17, 2020
    Copy the full SHA
    2412278 View commit details
Showing with 2 additions and 3 deletions.
  1. +2 −3 pkgs/applications/networking/browsers/brave/default.nix
5 changes: 2 additions & 3 deletions pkgs/applications/networking/browsers/brave/default.nix
Original file line number Diff line number Diff line change
@@ -70,7 +70,6 @@ rpath = lib.makeLibraryPath [
libXext
libXfixes
libXi
libxkbcommon
libXrandr
libXrender
libXtst
@@ -89,11 +88,11 @@ in

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

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

dontConfigure = true;