brave: 1.75.178 -> 1.75.180 (#383497)

This commit is contained in:
Thomas Gerbet
2025-02-22 12:26:48 +01:00
committed by GitHub
+5 -5
View File
@@ -3,24 +3,24 @@
let
pname = "brave";
version = "1.75.178";
version = "1.75.180";
allArchives = {
aarch64-linux = {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_arm64.deb";
hash = "sha256-e/HdEO8Z3woPGNR646M51En5/IBNh/KOwTjXTQLwOY0=";
hash = "sha256-ynGkEsUalgzZ1W0gmj4XrHXjLKvWz2/jLioxD9qWSyw=";
};
x86_64-linux = {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
hash = "sha256-Fl82K7W3awVxD7cflKVKcPrk4ZA7pxiQabCFlmp0U6w=";
hash = "sha256-aJB79bSzIOzGhn/p96noz9GamvcRaQsGsshgapdcqT8=";
};
aarch64-darwin = {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-v${version}-darwin-arm64.zip";
hash = "sha256-juijrUlvkxlXXzP/5PY1ngO6EYdcGbxlyMpcEHj6bEU=";
hash = "sha256-ywOnEiileEmlhmCJ3jaUYAqxiVkhOLl+AjcAoQc0f7k=";
};
x86_64-darwin = {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-v${version}-darwin-x64.zip";
hash = "sha256-ipjLpENca6RlccXhd7sX5l8ycMKCFvSp3f2vCmkmcrA=";
hash = "sha256-1VY0BUFoox91nYdRQBPmU7NtQywIiFVXvla5y+CHGjI=";
};
};