Skip to content

Commit

Permalink
Merge pull request #84537 from JeffLabonte/20.03-brave_1.5.115_to_1.5…
Browse files Browse the repository at this point in the history
….123

brave: 1.5.115 -> 1.5.123
  • Loading branch information
marsam authored Apr 12, 2020
2 parents 21b3020 + f752298 commit ba1f985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/browsers/brave/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ba1f985

Please sign in to comment.