brave: 1.4.96 -> 1.5.112

Keep brave updated to the latest release

(cherry picked from commit 418e3e41cf)
Reasons: Keep the browser up-to-date as much as possible.
This commit is contained in:
Jeff Labonte
2020-03-18 19:54:36 -04:00
committed by Jon
parent 6bbdce2b15
commit 294fd3c0f5

View File

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