diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 687a0bf..57d0da9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,10 +28,10 @@ jobs: config: - arch: x86_64 target: x86_64-pc-windows-msvc - url: https://cef-builds.spotifycdn.com/cef_binary_131.4.1%2Bg437feba%2Bchromium-131.0.6778.265_windows64.tar.bz2 + url: https://cef-builds.spotifycdn.com/cef_binary_132.3.1%2Bg144febe%2Bchromium-132.0.6834.83_windows64.tar.bz2 - arch: i686 target: i686-pc-windows-msvc - url: https://cef-builds.spotifycdn.com/cef_binary_131.4.1%2Bg437feba%2Bchromium-131.0.6778.265_windows32.tar.bz2 + url: https://cef-builds.spotifycdn.com/cef_binary_132.3.1%2Bg144febe%2Bchromium-132.0.6834.83_windows32.tar.bz2 steps: - uses: actions/checkout@v4 @@ -130,7 +130,7 @@ jobs: config: - arch: x86_64 target: x86_64-unknown-linux-gnu - url: https://cef-builds.spotifycdn.com/cef_binary_131.4.1%2Bg437feba%2Bchromium-131.0.6778.265_linux64.tar.bz2 + url: https://cef-builds.spotifycdn.com/cef_binary_132.3.1%2Bg144febe%2Bchromium-132.0.6834.83_linux64.tar.bz2 - arch: i686 target: i686-unknown-linux-gnu # Linux x86 32-bit builds are discontinued after version 101 (details) @@ -218,10 +218,10 @@ jobs: config: - arch: armhf target: armv7-unknown-linux-gnueabihf - url: https://cef-builds.spotifycdn.com/cef_binary_131.4.1%2Bg437feba%2Bchromium-131.0.6778.265_linuxarm.tar.bz2 + url: https://cef-builds.spotifycdn.com/cef_binary_132.3.1%2Bg144febe%2Bchromium-132.0.6834.83_linuxarm.tar.bz2 - arch: aarch64 target: aarch64-unknown-linux-gnu - url: https://cef-builds.spotifycdn.com/cef_binary_131.4.1%2Bg437feba%2Bchromium-131.0.6778.265_linuxarm64.tar.bz2 + url: https://cef-builds.spotifycdn.com/cef_binary_132.3.1%2Bg144febe%2Bchromium-132.0.6834.83_linuxarm64.tar.bz2 steps: - uses: actions/checkout@v4 @@ -299,7 +299,7 @@ jobs: config: - arch: x86_64 target: x86_64-apple-darwin - url: https://cef-builds.spotifycdn.com/cef_binary_131.4.1%2Bg437feba%2Bchromium-131.0.6778.265_macosx64.tar.bz2 + url: https://cef-builds.spotifycdn.com/cef_binary_132.3.1%2Bg144febe%2Bchromium-132.0.6834.83_macosx64.tar.bz2 steps: - uses: actions/checkout@v4 diff --git a/flake.nix b/flake.nix index ff3b733..eadcd5c 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,7 @@ # "aarch64-darwin" = { platformUrl = "macosarm64"; projectArchCmake = "arm64"; }; }; - platforms."x86_64-linux".hash = "sha256-aFmXdaxgvhJWuSknHl/ZTVpT34KirOGH71Wg1J87NOc="; + platforms."x86_64-linux".hash = "sha256-/izVmuHGh+vJcZnInixgz+LyNdNx3FpsD4vkinKX+aw="; # platforms."aarch64-linux".hash = ""; # platforms."armv7l-linux".hash = ""; # platforms."x86_64-darwin".hash = ""; @@ -39,7 +39,7 @@ inherit (platforms.${pkgs.stdenv.hostPlatform.system}) platformUrl projectArchCmake hash; in (prev: rec { - version = "131.4.1+g437feba+chromium-131.0.6778.265"; + version = "132.3.1+g144febe+chromium-132.0.6834.83"; src = pkgs.fetchzip { inherit hash;