brave: 1.34.81 -> 1.35.100
https://github.com/brave/brave-browser/blob/master/CHANGELOG_DESKTOP.md#135100
This commit is contained in:
parent
7b5b5adfcc
commit
8ab663aaa5
1 changed files with 2 additions and 2 deletions
|
@ -93,11 +93,11 @@ in
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "brave";
|
||||
version = "1.34.81";
|
||||
version = "1.35.100";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
|
||||
sha256 = "bMNk1l3MguQho0vck78U1e3A+/571DyoWSKKerQVE7s=";
|
||||
sha256 = "ToPh2uhWHMR6CS7wtos26iVuyKLXi3ctOP/dFyeosoM=";
|
||||
};
|
||||
|
||||
dontConfigure = true;
|
||||
|
|
Loading…
Reference in a new issue