Skip to content

Commit

Permalink
fix brave
Browse files Browse the repository at this point in the history
  • Loading branch information
novel2430 committed May 6, 2024
1 parent 7141f5a commit 6910927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/brave-browser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ callPackage ./make-brave.nix (removeAttrs args [ "callPackage" ])
if stdenv.isAarch64 then
{
pname = "brave";
version = "1.65.126";
version = "1.65.122";
url = "https://github.com/brave/brave-browser/releases/download/v1.65.126/brave-browser_1.65.126_arm64.deb";
hash = "sha256-v2PbixM9g+AhvR6tJ9QDbaXF7ERlBBrNMIsLofFbAfU=";
platform = "aarch64-linux";
}
else if stdenv.isx86_64 then
{
pname = "brave";
version = "1.65.126";
version = "1.65.122";
url = "https://github.com/brave/brave-browser/releases/download/v1.65.126/brave-browser_1.65.126_amd64.deb";
hash = "sha256-DbdwCu9LwCeoH46egVY4AsOxcJDWilD2MdpyNdyJizw=";
platform = "x86_64-linux";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/brave-browser/make-brave.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, wrapGAppsHook4, makeWrapper
{ lib, stdenv, fetchurl, wrapGAppsHook3, makeWrapper
, alsa-lib
, at-spi2-atk
, at-spi2-core
Expand Down

0 comments on commit 6910927

Please sign in to comment.