brave: 1.5.115 -> 1.5.123

Update the checksum and the version of Brave package.

(cherry picked from commit 7a80ead781)
Reason: Browsers must be kept up-to-date
This commit is contained in:
Jeff Labonte
2020-04-02 21:25:51 -04:00
parent f86271a3fe
commit 528b5b689a

View File

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