brave: 1.50.114 -> 1.50.125

https://community.brave.com/t/release-channel-1-50-125-linux-only/483338/1
This commit is contained in:
Sean Buckley 2023-04-19 20:51:53 -04:00
parent 603e89eef9
commit b05f6d7e6f

View File

@ -90,11 +90,11 @@ in
stdenv.mkDerivation rec {
pname = "brave";
version = "1.50.114";
version = "1.50.125";
src = fetchurl {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
sha256 = "sha256-aZuNxO4whVRUb4Up0VwyMiI50OumWuCDfzm15ywGdIk=";
sha256 = "sha256-QVKCH8w593uF948tyavABI0g6sG0oteS/1O8Ncz77ps=";
};
dontConfigure = true;