ungoogled-chromium: 107.0.5304.122 -> 108.0.5359.72

This commit is contained in:
Michael Weiss 2022-12-02 15:42:27 +01:00
parent faf429bd5f
commit 74949d9c40
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83
2 changed files with 8 additions and 12 deletions

View file

@ -261,7 +261,7 @@ let
# Don't build against a sysroot image downloaded from Cloud Storage: # Don't build against a sysroot image downloaded from Cloud Storage:
use_sysroot = false; use_sysroot = false;
# The default value is hardcoded instead of using pkg-config: # The default value is hardcoded instead of using pkg-config:
system_wayland_scanner_path = "${wayland}/bin/wayland-scanner"; system_wayland_scanner_path = "${wayland.bin}/bin/wayland-scanner";
# Because we use a different toolchain / compiler version: # Because we use a different toolchain / compiler version:
treat_warnings_as_errors = false; treat_warnings_as_errors = false;
# We aren't compiling with Chrome's Clang (would enable Chrome-specific # We aren't compiling with Chrome's Clang (would enable Chrome-specific
@ -295,15 +295,11 @@ let
chrome_pgo_phase = 0; chrome_pgo_phase = 0;
clang_base_path = "${llvmPackages.clang}"; clang_base_path = "${llvmPackages.clang}";
use_qt = false; use_qt = false;
} // optionalAttrs (!chromiumVersionAtLeast "108") {
use_system_libwayland_server = true;
} // optionalAttrs (chromiumVersionAtLeast "108") {
# The default has changed to false. We'll build with libwayland from # The default has changed to false. We'll build with libwayland from
# Nixpkgs for now but might want to eventually use the bundled libwayland # Nixpkgs for now but might want to eventually use the bundled libwayland
# as well to avoid incompatibilities (if this continues to be a problem # as well to avoid incompatibilities (if this continues to be a problem
# from time to time): # from time to time):
use_system_libwayland = true; use_system_libwayland = true;
system_wayland_scanner_path = "${wayland.bin}/bin/wayland-scanner";
} // optionalAttrs proprietaryCodecs { } // optionalAttrs proprietaryCodecs {
# enable support for the H.264 codec # enable support for the H.264 codec
proprietary_codecs = true; proprietary_codecs = true;

View file

@ -45,19 +45,19 @@
} }
}, },
"ungoogled-chromium": { "ungoogled-chromium": {
"version": "107.0.5304.122", "version": "108.0.5359.72",
"sha256": "0f2jdvlnp1s5ia01lnqk0ykqji2x4ab9g4kxk637n4csf0i1gj85", "sha256": "1ijvphbmkzha8nbvz17dwypwj1lz7hzr7q9fvk6gma27b1m1d57m",
"sha256bin64": null, "sha256bin64": null,
"deps": { "deps": {
"gn": { "gn": {
"version": "2022-09-14", "version": "2022-10-05",
"url": "https://gn.googlesource.com/gn", "url": "https://gn.googlesource.com/gn",
"rev": "fff29c1b3f9703ea449f720fe70fa73575ef24e5", "rev": "b9c6c19be95a3863e02f00f1fe403b2502e345b6",
"sha256": "1c0dvpp4im1hf277bs5w7rgqxz3g2bax266i2g6smi3pl7a8jpnp" "sha256": "1rhadb6qk867jafr85x2m3asis3jv7x06blhmad2d296p26d5w6x"
}, },
"ungoogled-patches": { "ungoogled-patches": {
"rev": "107.0.5304.122-1", "rev": "108.0.5359.72-1",
"sha256": "109j5jvsbj9dylj8prz7bkzc8czjv2c8bm0albwnkyxymcpd3w6p" "sha256": "0gv9566w1q0abam7ngjb0qw7kg2dp43lixm51m9avsvvb6a4wyzz"
} }
} }
} }