We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301751f commit 7135b36Copy full SHA for 7135b36
pkgs/by-name/br/brave/package.nix
@@ -3,16 +3,16 @@
3
4
let
5
pname = "brave";
6
- version = "1.71.121";
+ version = "1.71.123";
7
8
allArchives = {
9
aarch64-linux = {
10
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_arm64.deb";
11
- hash = "sha256-+MBZXtgaEiTqEd63HpPbi4KjHOHPRRcf8q3QDe+YsKk=";
+ hash = "sha256-u3fme771Q5F00fYiLez9mhGQR2mORYdSabXovr0+OYE=";
12
};
13
x86_64-linux = {
14
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
15
- hash = "sha256-sc2FFSttm9+yh8atJQ6KS5ZL87Ov9vUXJeVKYTPNpy0=";
+ hash = "sha256-fJczTAra+j8+veicz4lIyKSNJyxJK4q9gpZoAyQwkxQ=";
16
17
18
0 commit comments