brave: 1.57.57 -> 1.57.62

https://community.brave.com/t/release-channel-1-57-62/504669
This commit is contained in:
Sean Buckley 2023-09-06 14:38:04 -04:00
parent 3e233330d9
commit c67e2e1606

View File

@ -91,11 +91,11 @@ in
stdenv.mkDerivation rec {
pname = "brave";
version = "1.57.57";
version = "1.57.62";
src = fetchurl {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
sha256 = "sha256-B1V4BsGWBOhWgW4loY12OLLiwlqkIO3y2P6/h0WF71Y=";
sha256 = "sha256-98zhLxlV/pe5fownqQ3k165YfcoLLxz2vBM/4FEq8ug=";
};
dontConfigure = true;