Skip to content

Commit

Permalink
Upgrade cef_binary to 130.1.16+g5a7e5ed+chromium-130.0.6723.117 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 8, 2024
1 parent b884eb2 commit ee08b75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
config:
- arch: x86_64
target: x86_64-pc-windows-msvc
url: https://cef-builds.spotifycdn.com/cef_binary_130.1.10%2Bg3470f6a%2Bchromium-130.0.6723.92_windows64.tar.bz2
url: https://cef-builds.spotifycdn.com/cef_binary_130.1.16%2Bg5a7e5ed%2Bchromium-130.0.6723.117_windows64.tar.bz2
- arch: i686
target: i686-pc-windows-msvc
url: https://cef-builds.spotifycdn.com/cef_binary_130.1.10%2Bg3470f6a%2Bchromium-130.0.6723.92_windows32.tar.bz2
url: https://cef-builds.spotifycdn.com/cef_binary_130.1.16%2Bg5a7e5ed%2Bchromium-130.0.6723.117_windows32.tar.bz2

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
config:
- arch: x86_64
target: x86_64-unknown-linux-gnu
url: https://cef-builds.spotifycdn.com/cef_binary_130.1.10%2Bg3470f6a%2Bchromium-130.0.6723.92_linux64.tar.bz2
url: https://cef-builds.spotifycdn.com/cef_binary_130.1.16%2Bg5a7e5ed%2Bchromium-130.0.6723.117_linux64.tar.bz2
- arch: i686
target: i686-unknown-linux-gnu
# Linux x86 32-bit builds are discontinued after version 101 (details)
Expand Down Expand Up @@ -218,10 +218,10 @@ jobs:
config:
- arch: armhf
target: armv7-unknown-linux-gnueabihf
url: https://cef-builds.spotifycdn.com/cef_binary_130.1.10%2Bg3470f6a%2Bchromium-130.0.6723.92_linuxarm.tar.bz2
url: https://cef-builds.spotifycdn.com/cef_binary_130.1.16%2Bg5a7e5ed%2Bchromium-130.0.6723.117_linuxarm.tar.bz2
- arch: aarch64
target: aarch64-unknown-linux-gnu
url: https://cef-builds.spotifycdn.com/cef_binary_130.1.10%2Bg3470f6a%2Bchromium-130.0.6723.92_linuxarm64.tar.bz2
url: https://cef-builds.spotifycdn.com/cef_binary_130.1.16%2Bg5a7e5ed%2Bchromium-130.0.6723.117_linuxarm64.tar.bz2

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
config:
- arch: x86_64
target: x86_64-apple-darwin
url: https://cef-builds.spotifycdn.com/cef_binary_130.1.10%2Bg3470f6a%2Bchromium-130.0.6723.92_macosx64.tar.bz2
url: https://cef-builds.spotifycdn.com/cef_binary_130.1.16%2Bg5a7e5ed%2Bchromium-130.0.6723.117_macosx64.tar.bz2

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# "aarch64-darwin" = { platformUrl = "macosarm64"; projectArchCmake = "arm64"; };
};

platforms."x86_64-linux".hash = "sha256-HYr1mPbo7TpmZSpZvZ6CpY0donkP9HmlyNynV963c8Q=";
platforms."x86_64-linux".hash = "sha256-i5AdlRy1wE7mj8sH1+VJ/K5wJ7ECyyZJhVl+/00Axj0=";
# platforms."aarch64-linux".hash = "";
# platforms."armv7l-linux".hash = "";
# platforms."x86_64-darwin".hash = "";
Expand All @@ -36,7 +36,7 @@
inherit (platforms.${pkgs.stdenv.hostPlatform.system}) platformUrl projectArchCmake hash;
in
(prev: rec {
version = "130.1.10+g3470f6a+chromium-130.0.6723.92";
version = "130.1.16+g5a7e5ed+chromium-130.0.6723.117";

src = pkgs.fetchzip {
inherit hash;
Expand Down

0 comments on commit ee08b75

Please sign in to comment.