Merge pull request #51194 from rht/brave

brave: 0.56.12 -> 0.56.15 (70.0.3538.77 -> 70.0.3538.110)
This commit is contained in:
worldofpeace
2018-11-28 22:34:20 -05:00
committed by GitHub

View File

@@ -74,11 +74,11 @@ let rpath = lib.makeLibraryPath [
in stdenv.mkDerivation rec {
name = "brave-${version}";
version = "0.56.12";
version = "0.56.15";
src = fetchurl {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
sha256 = "1pvablwchpsm1fdhfp9kr2912yv4812r8prv5fn799qpflzxvyai";
sha256 = "1d18fgnxcgl95bhkgfqjyv4p81q6fciqibd3ss4vwh1ljjy1fv76";
};
dontConfigure = true;