brave: 1.5.112 -> 1.5.115

Update the checkum and the version

(cherry picked from commit fa5fc4993e)
Reason: Browser must be kept up-to-date
This commit is contained in:
Jeff Labonte
2020-03-22 00:41:33 -04:00
committed by Frederik Rietdijk
parent f7ffc4476d
commit 2d0d227b23

View File

@@ -82,11 +82,11 @@ in
stdenv.mkDerivation rec {
pname = "brave";
version = "1.5.112";
version = "1.5.115";
src = fetchurl {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
sha256 = "0am7qr09pvy6v720rngfxilh4yalxzp7vcq2yndcz6726wnhw9zx";
sha256 = "04zyv5amqxax1z0da4bcgxwsq596zfs416nshg6ffg4ci9nfbiab";
};
dontConfigure = true;