Unverified Commit 16ab9ff5 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

brave: 1.70.119 -> 1.70.123 (#346015)

parents 1a8a13a2 07196b85
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -6,17 +6,17 @@ callPackage ./make-brave.nix (removeAttrs args [ "callPackage" ])
    if stdenv.hostPlatform.isAarch64 then
      rec {
        pname = "brave";
        version = "1.70.119";
        version = "1.70.123";
        url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_arm64.deb";
        hash = "sha256-we/M1/hMdnxxKfhS6q+Lc3G2OCj+wyBpoC6pfd0Ta08=";
        hash = "sha256-YqSZYQinNyQQQds5ACyDCeZA+D4sBxyMvMiOvD6CVeU=";
        platform = "aarch64-linux";
      }
    else if stdenv.hostPlatform.isx86_64 then
      rec {
        pname = "brave";
        version = "1.70.119";
        version = "1.70.123";
        url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
        hash = "sha256-GtFkE0R4s0G9pO2Omt1V+YvBv0kvyJrcPc41ba07TTQ=";
        hash = "sha256-Hr7/Yry7fhSDe1gzpZqtjuIDrbB6HuC1PSeBQ3HlAdE=";
        platform = "x86_64-linux";
      }
    else