brave: 1.49.128 -> 1.50.114

https://community.brave.com/t/release-channel-1-50-114/480649/1
This commit is contained in:
Sean Buckley
2023-04-07 01:08:45 -04:00
parent 3c1c5600e8
commit 9c82fd294f
@@ -90,11 +90,11 @@ in
stdenv.mkDerivation rec {
pname = "brave";
version = "1.49.128";
version = "1.50.114";
src = fetchurl {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
sha256 = "sha256-TXAPzhNRupv8R2rKj/mFdubAVjOrnmbdBtmasTnqfyU=";
sha256 = "sha256-aZuNxO4whVRUb4Up0VwyMiI50OumWuCDfzm15ywGdIk=";
};
dontConfigure = true;