Merge pull request #215509 from michaeladler/ungoogled

ungoogled-chromium: 109.0.5414.120 -> 110.0.5481.78

authored by

Michael Weiss and committed by
GitHub
841564d9 53bf06bd

+9 -18
+2 -11
pkgs/applications/networking/browsers/chromium/common.nix
··· 150 150 libdrm wayland mesa.drivers libxkbcommon 151 151 curl 152 152 libepoxy 153 + libffi 153 154 ] ++ lib.optional systemdSupport systemd 154 155 ++ lib.optionals cupsSupport [ libgcrypt cups ] 155 - ++ lib.optional pulseSupport libpulseaudio 156 - ++ lib.optional (chromiumVersionAtLeast "110") libffi; 156 + ++ lib.optional pulseSupport libpulseaudio; 157 157 158 158 patches = [ 159 159 # Optional patch to use SOURCE_DATE_EPOCH in compute_build_timestamp.py (should be upstreamed): ··· 293 293 chrome_pgo_phase = 0; 294 294 clang_base_path = "${llvmPackages.clang}"; 295 295 use_qt = false; 296 - } // lib.optionalAttrs (!chromiumVersionAtLeast "110") { 297 - # The default has changed to false. We'll build with libwayland from 298 - # Nixpkgs for now but might want to eventually use the bundled libwayland 299 - # as well to avoid incompatibilities (if this continues to be a problem 300 - # from time to time): 301 - use_system_libwayland = true; 302 - # The default value is hardcoded instead of using pkg-config: 303 - system_wayland_scanner_path = "${wayland.bin}/bin/wayland-scanner"; 304 - } // lib.optionalAttrs (chromiumVersionAtLeast "110") { 305 296 # To fix the build as we don't provide libffi_pic.a 306 297 # (ld.lld: error: unable to find library -l:libffi_pic.a): 307 298 use_system_libffi = true;
+7 -7
pkgs/applications/networking/browsers/chromium/upstream-info.json
··· 45 45 } 46 46 }, 47 47 "ungoogled-chromium": { 48 - "version": "109.0.5414.120", 49 - "sha256": "1yvfd0a7zfz4x00f83irrs6hy15wn85mrbbm7mk5wy4gjwg5zyrj", 48 + "version": "110.0.5481.78", 49 + "sha256": "1m67xfdgggaan09xsbppna209b8sm882xq587i0hsnnnzb3fdxdj", 50 50 "sha256bin64": null, 51 51 "deps": { 52 52 "gn": { 53 - "version": "2022-11-10", 53 + "version": "2022-12-12", 54 54 "url": "https://gn.googlesource.com/gn", 55 - "rev": "1c4151ff5c1d6fbf7fa800b8d4bb34d3abc03a41", 56 - "sha256": "02621c9nqpr4pwcapy31x36l5kbyd0vdgd0wdaxj5p8hrxk67d6b" 55 + "rev": "5e19d2fb166fbd4f6f32147fbb2f497091a54ad8", 56 + "sha256": "1b5fwldfmkkbpp5x63n1dxv0nc965hphc8rm8ah7zg44zscm9z30" 57 57 }, 58 58 "ungoogled-patches": { 59 - "rev": "109.0.5414.120-1", 60 - "sha256": "0hq48lsjl7da8rdq129mc7cd0z5ykqbaf1sbhhs1d10dzm5zs4p3" 59 + "rev": "110.0.5481.78-1", 60 + "sha256": "1ffb2wf1bdmzlxk4ih8qq439jzqz17f8nchvx7na52y48am1qr3c" 61 61 } 62 62 } 63 63 }