Merge pull request #288938 from buckley310/2024-02-14-brave

brave: 1.62.162 -> 1.62.165
This commit is contained in:
Thomas Gerbet 2024-02-16 22:45:04 +01:00 committed by GitHub
commit 59a26b2201
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,11 +93,11 @@ in
stdenv.mkDerivation rec {
pname = "brave";
version = "1.62.162";
version = "1.62.165";
src = fetchurl {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
hash = "sha256-hQG6LHYPhqzfgR0Z7R+hXB1vEVDd6VEyIttSae15Mpo=";
hash = "sha256-FyTHFoPP4u5BF3vrgBnM5aFLPfijMzmkq06HXMDvv4k=";
};
dontConfigure = true;