Skip to content

Commit

Permalink
brave: 1.70.123 -> 1.71.118; move to by-name (#350798)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse authored Oct 25, 2024
2 parents 8f1bb33 + 9922167 commit 6dbbd5a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ callPackage ./make-brave.nix (removeAttrs args [ "callPackage" ])
if stdenv.hostPlatform.isAarch64 then
rec {
pname = "brave";
version = "1.70.123";
version = "1.71.118";
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_arm64.deb";
hash = "sha256-YqSZYQinNyQQQds5ACyDCeZA+D4sBxyMvMiOvD6CVeU=";
hash = "sha256-6ERUWUb4GL+kuI0j8VI3vERR3HFfb1gYL4d+hBTcw5w=";
platform = "aarch64-linux";
}
else if stdenv.hostPlatform.isx86_64 then
rec {
pname = "brave";
version = "1.70.123";
version = "1.71.118";
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
hash = "sha256-Hr7/Yry7fhSDe1gzpZqtjuIDrbB6HuC1PSeBQ3HlAdE=";
hash = "sha256-SnpYAJmqBRfECQrlOvgxwQI1k7j0tfctJG7Tt93afe8=";
platform = "x86_64-linux";
}
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ hashAmd64="$(nix hash to-sri --type sha256 \
| sed -r -n 's/^SHA256: (.*)/\1/p' | head -n1)
)"

cat > $SCRIPT_DIR/default.nix << EOF
cat > $SCRIPT_DIR/package.nix << EOF
# Expression generated by update.sh; do not edit it by hand!
{ stdenv, callPackage, ... }@args:
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28308,8 +28308,6 @@ with pkgs;

buzztrax = callPackage ../applications/audio/buzztrax { };

brave = callPackage ../applications/networking/browsers/brave { };

break-time = callPackage ../applications/misc/break-time { };

breezy = with python3Packages; toPythonApplication breezy;
Expand Down

0 comments on commit 6dbbd5a

Please sign in to comment.