brave: 1.56.20 -> 1.57.47

https://community.brave.com/t/release-channel-1-57-47/501529/1
This commit is contained in:
Sean Buckley 2023-08-15 21:50:52 -04:00
parent f409c89968
commit 26757d32c5

View file

@ -91,11 +91,11 @@ in
stdenv.mkDerivation rec {
pname = "brave";
version = "1.56.20";
version = "1.57.47";
src = fetchurl {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
sha256 = "sha256-ub44AI0Fu3V8SRhiBrQueJZaSdl4/cI6DQ3QYJfGseo=";
sha256 = "sha256-u2xC+Q6tcg989S0zM2flRRiCu7kLSv1/y3N2EvFxiwM=";
};
dontConfigure = true;