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

brave: 1.63.174 -> 1.64.109
This commit is contained in:
Nick Cao 2024-03-21 08:35:11 -04:00 committed by GitHub
commit b5dc5121df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,11 +94,11 @@ in
stdenv.mkDerivation rec {
pname = "brave";
version = "1.63.174";
version = "1.64.109";
src = fetchurl {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
hash = "sha256-COy1XwooN0agp5dLDVUAfhpFvgubbClaGrUQ5PFgTJk=";
hash = "sha256-36igba0U3p8i7t91RxeG6PqlKYyHDDlj295ICcYmCNc=";
};
dontConfigure = true;