Merge pull request #150797 from r-ryantm/auto-update/brave

brave: 1.32.115 -> 1.33.106
This commit is contained in:
Bobby Rong 2021-12-15 15:51:31 +08:00 committed by GitHub
commit 67ffa42e7a
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.32.115";
version = "1.33.106";
src = fetchurl {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
sha256 = "6DY3gLyaMSkjZEPR9o1hiuFFsL22bTeq2SN9Nt3DCSc=";
sha256 = "XSqlQyc6gJthchfmq29d5+OVVSaxYG7zpVZNFZpl67s=";
};
dontConfigure = true;