Skip to content

Commit

Permalink
brave: 1.21.73 -> 1.21.74 (NixOS#115912)
Browse files Browse the repository at this point in the history
Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
  • Loading branch information
Louis Bettens and r-ryantm committed Mar 11, 2021
1 parent d211397 commit 3175628
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 @@ -90,11 +90,11 @@ in

stdenv.mkDerivation rec {
pname = "brave";
version = "1.21.73";
version = "1.21.74";

src = fetchurl {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
sha256 = "12jkj9h1smipqlkidnd3r492yfnncl0b2dmjq22qp2vsrscc3jfg";
sha256 = "2csyjwn5j5+cRmjq0+gHLWvIVjtaSaN9rVZ8ikI0gec=";
};

dontConfigure = true;
Expand Down Expand Up @@ -160,7 +160,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://brave.com/";
description = "Privacy-oriented browser for Desktop and Laptop computers";
changelog = "https://github.com/brave/brave-browser/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/brave/brave-browser/blob/master/CHANGELOG_DESKTOP.md";
longDescription = ''
Brave browser blocks the ads and trackers that slow you down,
chew up your bandwidth, and invade your privacy. Brave lets you
Expand Down

0 comments on commit 3175628

Please sign in to comment.