lol

Merge pull request #312059 from emilylange/chromium

chromedriver,{ungoogled-,}chromium: 124.0.6367.207 -> 125.0.6422.60

authored by

Emily and committed by
GitHub
b223ef04 402031bf

+23 -22
+7 -6
pkgs/applications/networking/browsers/chromium/patches/widevine-disable-auto-download-allow-bundle.patch
··· 12 12 "ENABLE_MEDIA_FOUNDATION_WIDEVINE_CDM=$enable_media_foundation_widevine_cdm", 13 13 ] 14 14 diff --git a/third_party/widevine/cdm/widevine.gni b/third_party/widevine/cdm/widevine.gni 15 - index 58f073ca562ca..4b242c2618dfb 100644 15 + index 8b97b7a57419e..69fe548ec2845 100644 16 16 --- a/third_party/widevine/cdm/widevine.gni 17 17 +++ b/third_party/widevine/cdm/widevine.gni 18 - @@ -41,8 +41,7 @@ enable_library_widevine_cdm = 19 - # Widevine CDM can be deployed as a component. Currently only supported on 20 - # desktop platforms. The CDM can be bundled regardless whether 21 - # it's a component. See below. 18 + @@ -42,9 +42,7 @@ enable_library_widevine_cdm = 19 + # desktop platforms. Not enabled for lacros (as it is changing to use the 20 + # ash updated version). The CDM can be bundled regardless whether it's a 21 + # component. See below. 22 22 -enable_widevine_cdm_component = 23 - - enable_library_widevine_cdm && (is_win || is_mac || is_linux || is_chromeos) 23 + - enable_library_widevine_cdm && 24 + - (is_win || is_mac || is_linux || is_chromeos_ash) 24 25 +enable_widevine_cdm_component = false 25 26 26 27 # Enable (Windows) Media Foundation Widevine CDM component.
+16 -16
pkgs/applications/networking/browsers/chromium/upstream-info.nix
··· 1 1 { 2 2 stable = { 3 3 chromedriver = { 4 - hash_darwin = "sha256-00582jnlAkVkqFsylZnTWfHh5TJkz+m9W8QCXYKerfo="; 4 + hash_darwin = "sha256-ahwPSPoB2h6Zq4ePbvSmYs3WNc+MpBXQYyYLf0ZS3ss="; 5 5 hash_darwin_aarch64 = 6 - "sha256-EV45I6lav93uMzgZkjypq1RazqtP1W8w8/c4dVZ5hjI="; 7 - hash_linux = "sha256-xCizRpHgcent3D/tMBK+CtXiwtTdH61fja1u8QyECCA="; 8 - version = "124.0.6367.207"; 6 + "sha256-NVqr/i4S4XP+z0+YT6CuDnmyN4GtS6ttyJDOQ05KB+0="; 7 + hash_linux = "sha256-PKuhfBw5FblCUQ60yeQC0McvYu7gPfwwIW1ysN/MwVA="; 8 + version = "125.0.6422.60"; 9 9 }; 10 10 deps = { 11 11 gn = { 12 - hash = "sha256-aEL1kIhgPAFqdb174dG093HoLhCJ07O1Kpqfu7r14wQ="; 13 - rev = "22581fb46c0c0c9530caa67149ee4dd8811063cf"; 12 + hash = "sha256-lrVAb6La+cvuUCNI90O6M/sheOEVFTjgpfA3O/6Odp0="; 13 + rev = "d823fd85da3fb83146f734377da454473b93a2b2"; 14 14 url = "https://gn.googlesource.com/gn"; 15 - version = "2024-03-14"; 15 + version = "2024-04-10"; 16 16 }; 17 17 }; 18 - hash = "sha256-IeIWk4y1dufEnhxqvZbQlFVD8dsoceysiEHqJ2G4Oz8="; 19 - version = "124.0.6367.207"; 18 + hash = "sha256-ewX7oRna7IYCXhAe98HS5HbS1psIEAguhZJ1ymK+dPE="; 19 + version = "125.0.6422.60"; 20 20 }; 21 21 ungoogled-chromium = { 22 22 deps = { 23 23 gn = { 24 - hash = "sha256-aEL1kIhgPAFqdb174dG093HoLhCJ07O1Kpqfu7r14wQ="; 25 - rev = "22581fb46c0c0c9530caa67149ee4dd8811063cf"; 24 + hash = "sha256-lrVAb6La+cvuUCNI90O6M/sheOEVFTjgpfA3O/6Odp0="; 25 + rev = "d823fd85da3fb83146f734377da454473b93a2b2"; 26 26 url = "https://gn.googlesource.com/gn"; 27 - version = "2024-03-14"; 27 + version = "2024-04-10"; 28 28 }; 29 29 ungoogled-patches = { 30 - hash = "sha256-7Z9j+meVRZYLmreCzHlJe71E9kj5YJ4rrfpQ/deNTpM="; 31 - rev = "124.0.6367.207-1"; 30 + hash = "sha256-I3RQBa4LLuOdZQFKHIqePj9Ozw61dsuAOctqN1abij0="; 31 + rev = "125.0.6422.60-1"; 32 32 }; 33 33 }; 34 - hash = "sha256-IeIWk4y1dufEnhxqvZbQlFVD8dsoceysiEHqJ2G4Oz8="; 35 - version = "124.0.6367.207"; 34 + hash = "sha256-ewX7oRna7IYCXhAe98HS5HbS1psIEAguhZJ1ymK+dPE="; 35 + version = "125.0.6422.60"; 36 36 }; 37 37 }