Merge pull request #157933 from TredwellGit/brave

brave: 1.34.81 -> 1.35.100
This commit is contained in:
Pascal Bach 2022-02-03 20:41:58 +01:00 committed by GitHub
commit f46ae00b26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;