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

brave: 1.25.68 -> 1.25.72
This commit is contained in:
Sandro 2021-06-16 18:23:22 +02:00 committed by GitHub
commit 05c4eda9af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,11 +90,11 @@ in
stdenv.mkDerivation rec {
pname = "brave";
version = "1.25.68";
version = "1.25.72";
src = fetchurl {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
sha256 = "OBf42L6pctflNLjtcbnw2wKo7TisRSMF3SriDPFlB6I=";
sha256 = "7bvcLKc/ZyVSTGOsRIO9qgHc8dSYOJaoEHJw7V2Vl/M=";
};
dontConfigure = true;