electron-source.electron_28: init at 28.0.0-nightly.20231009

Yureka 6e8da9c0 4db6c383

+897 -3
+4 -2
pkgs/development/tools/electron/common.nix
··· 42 42 43 43 src = null; 44 44 45 - patches = base.patches ++ [ 45 + patches = base.patches ++ lib.optional (lib.versionOlder info.version "28") 46 46 (substituteAll { 47 47 name = "version.patch"; 48 48 src = if lib.versionAtLeast info.version "27" then ./version.patch else ./version-old.patch; 49 49 inherit (info) version; 50 50 }) 51 - ]; 51 + ; 52 52 53 53 unpackPhase = '' 54 54 runHook preUnpack ··· 167 167 enable_check_raw_ptr_fields = false; 168 168 } // lib.optionalAttrs (lib.versionOlder info.version "26") { 169 169 use_gnome_keyring = false; 170 + } // lib.optionalAttrs (lib.versionAtLeast info.version "28") { 171 + override_electron_version = info.version; 170 172 }; 171 173 172 174 installPhase = ''
+892
pkgs/development/tools/electron/info.json
··· 1 1 { 2 + "28": { 3 + "deps": { 4 + "src/electron": { 5 + "fetcher": "fetchFromGitHub", 6 + "hash": "sha256-klH7DkP/wFUh0IxMMr//EPIsQRv5RzykAR3xC17k9jI=", 7 + "owner": "electron", 8 + "repo": "electron", 9 + "rev": "v28.0.0-nightly.20231009" 10 + }, 11 + "src": { 12 + "fetcher": "fetchFromGitiles", 13 + "hash": "sha256-vXnKOAl9gG0VnYs02Lko2EsDi3eIdV9+nPSyzDFxIQQ=", 14 + "url": "https://chromium.googlesource.com/chromium/src.git", 15 + "rev": "119.0.6045.0", 16 + "postFetch": "rm -r $out/third_party/blink/web_tests; rm -r $out/third_party/hunspell/tests; rm -r $out/content/test/data; rm -r $out/courgette/testdata; rm -r $out/extensions/test/data; rm -r $out/media/test/data; " 17 + }, 18 + "src/third_party/clang-format/script": { 19 + "fetcher": "fetchFromGitiles", 20 + "hash": "sha256-7VvofDDQe+SoMRBfVk26q+C+OPyOE7QH35wVWkfDKxs=", 21 + "url": "https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git", 22 + "rev": "e5337933f2951cacd3aeacd238ce4578163ca0b9" 23 + }, 24 + "src/third_party/libc++/src": { 25 + "fetcher": "fetchFromGitiles", 26 + "hash": "sha256-6kuGJCCRgOwrV85e2i+UTyzt40u2pTET6cs0/MtI9Hk=", 27 + "url": "https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git", 28 + "rev": "7cf98622abaf832e2d4784889ebc69d5b6fde4d8" 29 + }, 30 + "src/third_party/libc++abi/src": { 31 + "fetcher": "fetchFromGitiles", 32 + "hash": "sha256-iFIXi4kq/LhNhFPJG4UJfO08MCxvthpiZ0WT9jg0lHE=", 33 + "url": "https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git", 34 + "rev": "e8e4eb8f1c413ea4365256b2b83a6093c95d2d86" 35 + }, 36 + "src/third_party/libunwind/src": { 37 + "fetcher": "fetchFromGitiles", 38 + "hash": "sha256-ytY/QvFzbqkGbsB+um1Rxo+O5DEOFUxUzRIuKMrC8YE=", 39 + "url": "https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git", 40 + "rev": "43e5a34c5b7066a7ee15c74f09dc37b4b9b5630e" 41 + }, 42 + "src/chrome/test/data/perf/canvas_bench": { 43 + "fetcher": "fetchFromGitiles", 44 + "hash": "sha256-svOuyBGKloBLM11xLlWCDsB4PpRjdKTBdW2UEW4JQjM=", 45 + "url": "https://chromium.googlesource.com/chromium/canvas_bench.git", 46 + "rev": "a7b40ea5ae0239517d78845a5fc9b12976bfc732" 47 + }, 48 + "src/chrome/test/data/perf/frame_rate/content": { 49 + "fetcher": "fetchFromGitiles", 50 + "hash": "sha256-t4kcuvH0rkPBkcdiMsoNQaRwU09eU+oSvyHDiAHrKXo=", 51 + "url": "https://chromium.googlesource.com/chromium/frame_rate/content.git", 52 + "rev": "c10272c88463efeef6bb19c9ec07c42bc8fe22b9" 53 + }, 54 + "src/chrome/test/data/xr/webvr_info": { 55 + "fetcher": "fetchFromGitiles", 56 + "hash": "sha256-BsAPwc4oEWri0TlqhyxqFNqKdfgVSrB0vQyISmYY4eg=", 57 + "url": "https://chromium.googlesource.com/external/github.com/toji/webvr.info.git", 58 + "rev": "c58ae99b9ff9e2aa4c524633519570bf33536248" 59 + }, 60 + "src/docs/website": { 61 + "fetcher": "fetchFromGitiles", 62 + "hash": "sha256-aYgan6NIIIWDzCplczvU57TZQ6GAluejBoWjfx5FPs4=", 63 + "url": "https://chromium.googlesource.com/website.git", 64 + "rev": "98972e05cf600ceefe641ac5d83b661e2792fcb4" 65 + }, 66 + "src/media/cdm/api": { 67 + "fetcher": "fetchFromGitiles", 68 + "hash": "sha256-6J6aSYW0or99VAgMNJJOdJqMJspoG7w1HxDN50MV5bw=", 69 + "url": "https://chromium.googlesource.com/chromium/cdm.git", 70 + "rev": "fef0b5aa1bd31efb88dfab804bdbe614f3d54f28" 71 + }, 72 + "src/net/third_party/quiche/src": { 73 + "fetcher": "fetchFromGitiles", 74 + "hash": "sha256-dziuBpghbxrXXH6on6WxYvfHInSaUWyNrWbYwAJeMuA=", 75 + "url": "https://quiche.googlesource.com/quiche.git", 76 + "rev": "0c75f987990bfb2fe27eeaa8f3cc78f98f3ef42d" 77 + }, 78 + "src/third_party/angle": { 79 + "fetcher": "fetchFromGitiles", 80 + "hash": "sha256-PpW7/iZWiMUhmGfAARnSAn3Sd29ngfz6Q9gY+A994LI=", 81 + "url": "https://chromium.googlesource.com/angle/angle.git", 82 + "rev": "3d5308aac229dabf751b9ebf8a7e81fa2b0477cd" 83 + }, 84 + "src/third_party/angle/third_party/glmark2/src": { 85 + "fetcher": "fetchFromGitiles", 86 + "hash": "sha256-L7+zWM0qn8WFhmON7DGvarTsN1YHt1sn5+hazTOZrrk=", 87 + "url": "https://chromium.googlesource.com/external/github.com/glmark2/glmark2", 88 + "rev": "ca8de51fedb70bace5351c6b002eb952c747e889" 89 + }, 90 + "src/third_party/angle/third_party/rapidjson/src": { 91 + "fetcher": "fetchFromGitiles", 92 + "hash": "sha256-btUl1a/B0sXwf/+hyvCvVJjWqIkXfVYCpHm3TeBuOxk=", 93 + "url": "https://chromium.googlesource.com/external/github.com/Tencent/rapidjson", 94 + "rev": "781a4e667d84aeedbeb8184b7b62425ea66ec59f" 95 + }, 96 + "src/third_party/angle/third_party/VK-GL-CTS/src": { 97 + "fetcher": "fetchFromGitiles", 98 + "hash": "sha256-yXo4h4SgMdmHxtT5IeFDzBa5hq/7RZtMRrktaLJkvfs=", 99 + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/VK-GL-CTS", 100 + "rev": "a55b0930e9db612b25cc67701569931200bc2ee0" 101 + }, 102 + "src/third_party/anonymous_tokens/src": { 103 + "fetcher": "fetchFromGitiles", 104 + "hash": "sha256-/AuMmFWKOaYCsd9cHbZBYUqJUHXJ0xxOuIWe/+lEZ1c=", 105 + "url": "https://chromium.googlesource.com/external/github.com/google/anonymous-tokens.git", 106 + "rev": "79562f0175dba82f671046b5bdea0853323445b7" 107 + }, 108 + "src/third_party/content_analysis_sdk/src": { 109 + "fetcher": "fetchFromGitiles", 110 + "hash": "sha256-f5Jmk1MiGjaRdLun+v/GKVl8Yv9hOZMTQUSxgiJalcY=", 111 + "url": "https://chromium.googlesource.com/external/github.com/chromium/content_analysis_sdk.git", 112 + "rev": "9a408736204513e0e95dd2ab3c08de0d95963efc" 113 + }, 114 + "src/third_party/dav1d/libdav1d": { 115 + "fetcher": "fetchFromGitiles", 116 + "hash": "sha256-KSo2s3M3S13gY84NlAdnPsjoKfJZy7ipTlWSvUHD9Ak=", 117 + "url": "https://chromium.googlesource.com/external/github.com/videolan/dav1d.git", 118 + "rev": "f8ae94eca0f53502a2cddd29a263c1edea4822a0" 119 + }, 120 + "src/third_party/dawn": { 121 + "fetcher": "fetchFromGitiles", 122 + "hash": "sha256-PE1LHtfdL9grVxBKaSVoc/kc6eHLaP7LKJFWxx+BByE=", 123 + "url": "https://dawn.googlesource.com/dawn.git", 124 + "rev": "e1f1c0135a5eca328a320d4f14d21b24576eea9b" 125 + }, 126 + "src/third_party/dawn/third_party/glfw": { 127 + "fetcher": "fetchFromGitiles", 128 + "hash": "sha256-TwAPRjQxIz3J+zbNxzCp5Tek7MwisxdekMpY5QGsKyg=", 129 + "url": "https://chromium.googlesource.com/external/github.com/glfw/glfw", 130 + "rev": "62e175ef9fae75335575964c845a302447c012c7" 131 + }, 132 + "src/third_party/dawn/third_party/dxc": { 133 + "fetcher": "fetchFromGitiles", 134 + "hash": "sha256-uCSypev3Jvy6vfzF0AG3w9DIewV7u4w7TNtw1WVVrXM=", 135 + "url": "https://chromium.googlesource.com/external/github.com/microsoft/DirectXShaderCompiler", 136 + "rev": "6b4b0eb5f2ca9b9039a7dbf7b324a9478fbd6f03" 137 + }, 138 + "src/third_party/dawn/third_party/dxheaders": { 139 + "fetcher": "fetchFromGitiles", 140 + "hash": "sha256-0Miw1Cy/jmOo7bLFBOHuTRDV04cSeyvUEyPkpVsX9DA=", 141 + "url": "https://chromium.googlesource.com/external/github.com/microsoft/DirectX-Headers", 142 + "rev": "980971e835876dc0cde415e8f9bc646e64667bf7" 143 + }, 144 + "src/third_party/dawn/third_party/khronos/OpenGL-Registry": { 145 + "fetcher": "fetchFromGitiles", 146 + "hash": "sha256-K3PcRIiD3AmnbiSm5TwaLs4Gu9hxaN8Y91WMKK8pOXE=", 147 + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/OpenGL-Registry", 148 + "rev": "5bae8738b23d06968e7c3a41308568120943ae77" 149 + }, 150 + "src/third_party/dawn/third_party/khronos/EGL-Registry": { 151 + "fetcher": "fetchFromGitiles", 152 + "hash": "sha256-Z6DwLfgQ1wsJXz0KKJyVieOatnDmx3cs0qJ6IEgSq1A=", 153 + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/EGL-Registry", 154 + "rev": "7dea2ed79187cd13f76183c4b9100159b9e3e071" 155 + }, 156 + "src/third_party/dawn/third_party/webgpu-cts": { 157 + "fetcher": "fetchFromGitiles", 158 + "hash": "sha256-+pKnhSC7qQf8P5YL7ei1IPJ0ur89IJAiItnXhw6HKLo=", 159 + "url": "https://chromium.googlesource.com/external/github.com/gpuweb/cts", 160 + "rev": "be1210e145e89e7a2943947d983f9592495e0f52" 161 + }, 162 + "src/third_party/highway/src": { 163 + "fetcher": "fetchFromGitiles", 164 + "hash": "sha256-kNb9UVcFq2BIf9nftUgN8ciFFCzRCou/sLwVf08jf3E=", 165 + "url": "https://chromium.googlesource.com/external/github.com/google/highway.git", 166 + "rev": "8f20644eca693cfb74aa795b0006b6779c370e7a" 167 + }, 168 + "src/third_party/google_benchmark/src": { 169 + "fetcher": "fetchFromGitiles", 170 + "hash": "sha256-h2ryAQAuHI54Cni88L85e7Np4KATGVTRdDcmUvCNeWc=", 171 + "url": "https://chromium.googlesource.com/external/github.com/google/benchmark.git", 172 + "rev": "b177433f3ee2513b1075140c723d73ab8901790f" 173 + }, 174 + "src/third_party/boringssl/src": { 175 + "fetcher": "fetchFromGitiles", 176 + "hash": "sha256-FBQ7y4N2rCM/Cyd6LBnDUXpSa2O3osUXukECTBjZL6s=", 177 + "url": "https://boringssl.googlesource.com/boringssl.git", 178 + "rev": "d24a38200fef19150eef00cad35b138936c08767" 179 + }, 180 + "src/third_party/breakpad/breakpad": { 181 + "fetcher": "fetchFromGitiles", 182 + "hash": "sha256-8AkC/8oX4OWAcV21laJ0AeMRB9G04rFc6UJFy7Wus4A=", 183 + "url": "https://chromium.googlesource.com/breakpad/breakpad.git", 184 + "rev": "8988364bcddd9b194b0bf931c10bc125987330ed" 185 + }, 186 + "src/third_party/cast_core/public/src": { 187 + "fetcher": "fetchFromGitiles", 188 + "hash": "sha256-AalRQhJmornCqmvE2+36J/3LubaA0jr6P1PXy32lX4I=", 189 + "url": "https://chromium.googlesource.com/cast_core/public", 190 + "rev": "71f51fd6fa45fac73848f65421081edd723297cd" 191 + }, 192 + "src/third_party/catapult": { 193 + "fetcher": "fetchFromGitiles", 194 + "hash": "sha256-j5NFdjcsv3CaAOrUmNkuxodQyudxqWCNPTd6ovW83sg=", 195 + "url": "https://chromium.googlesource.com/catapult.git", 196 + "rev": "4f81c1e295978227d83f1b42ceff40b4f9b5b08c" 197 + }, 198 + "src/third_party/ced/src": { 199 + "fetcher": "fetchFromGitiles", 200 + "hash": "sha256-ySG74Rj2i2c/PltEgHVEDq+N8yd9gZmxNktc56zIUiY=", 201 + "url": "https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git", 202 + "rev": "ba412eaaacd3186085babcd901679a48863c7dd5" 203 + }, 204 + "src/third_party/chromium-variations": { 205 + "fetcher": "fetchFromGitiles", 206 + "hash": "sha256-mWnpJb5yV30slOvqc543uqxN1t6TEGP2H3MKl7x6mbw=", 207 + "url": "https://chromium.googlesource.com/chromium-variations.git", 208 + "rev": "990efdd6cf54f2124621d065e2de629856c395e4" 209 + }, 210 + "src/third_party/cld_3/src": { 211 + "fetcher": "fetchFromGitiles", 212 + "hash": "sha256-C3MOMBUy9jgkT9BAi/Fgm2UH4cxRuwSBEcRl3hzM2Ss=", 213 + "url": "https://chromium.googlesource.com/external/github.com/google/cld_3.git", 214 + "rev": "b48dc46512566f5a2d41118c8c1116c4f96dc661" 215 + }, 216 + "src/third_party/colorama/src": { 217 + "fetcher": "fetchFromGitiles", 218 + "hash": "sha256-6ZTdPYSHdQOLYMSnE+Tp7PgsVTs3U2awGu9Qb4Rg/tk=", 219 + "url": "https://chromium.googlesource.com/external/colorama.git", 220 + "rev": "3de9f013df4b470069d03d250224062e8cf15c49" 221 + }, 222 + "src/third_party/cpu_features/src": { 223 + "fetcher": "fetchFromGitiles", 224 + "hash": "sha256-E8LoVzhe+TAmARWZTSuINlsVhzpUJMxPPCGe/dHZcyA=", 225 + "url": "https://chromium.googlesource.com/external/github.com/google/cpu_features.git", 226 + "rev": "936b9ab5515dead115606559502e3864958f7f6e" 227 + }, 228 + "src/third_party/cpuinfo/src": { 229 + "fetcher": "fetchFromGitiles", 230 + "hash": "sha256-nOSaLZGqmt+8W5Ut9QHDKznh1cekl1jL2ghCM4mgbgc=", 231 + "url": "https://chromium.googlesource.com/external/github.com/pytorch/cpuinfo.git", 232 + "rev": "959002f82d7962a473d8bf301845f2af720e0aa4" 233 + }, 234 + "src/third_party/crc32c/src": { 235 + "fetcher": "fetchFromGitiles", 236 + "hash": "sha256-urg0bmnfMfHagLPELp4WrNCz1gBZ6DFOWpDue1KsMtc=", 237 + "url": "https://chromium.googlesource.com/external/github.com/google/crc32c.git", 238 + "rev": "fa5ade41ee480003d9c5af6f43567ba22e4e17e6" 239 + }, 240 + "src/third_party/cros_system_api": { 241 + "fetcher": "fetchFromGitiles", 242 + "hash": "sha256-uTeouExil2es07n1a4oVa/r6CUraZ0+iu8Q+A1n4kgA=", 243 + "url": "https://chromium.googlesource.com/chromiumos/platform2/system_api.git", 244 + "rev": "b7b78587c03de1cd478f31f734498430773adeb3" 245 + }, 246 + "src/third_party/crossbench": { 247 + "fetcher": "fetchFromGitiles", 248 + "hash": "sha256-s/+y5bMj+CRnljFZ5aWKirPCsRUjckLOZ5F65WnPYSY=", 249 + "url": "https://chromium.googlesource.com/crossbench.git", 250 + "rev": "06981428c28d66678ebec13ca1fac3785cf51bb1" 251 + }, 252 + "src/third_party/depot_tools": { 253 + "fetcher": "fetchFromGitiles", 254 + "hash": "sha256-Zx8VtOMxysriVmcPb9YkdS84WXV6NsSkfnCSV8OBwbc=", 255 + "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git", 256 + "rev": "90a30a5b5357636fa05bb315c393275be7ca705c" 257 + }, 258 + "src/third_party/devtools-frontend/src": { 259 + "fetcher": "fetchFromGitiles", 260 + "hash": "sha256-p95bOkzo984NqbWNs0Ee7QUd6Iz+Zz1e+3ENUzbFELY=", 261 + "url": "https://chromium.googlesource.com/devtools/devtools-frontend", 262 + "rev": "46268f4b777d9e3812ae478fd3254f82fea73f3a" 263 + }, 264 + "src/third_party/dom_distiller_js/dist": { 265 + "fetcher": "fetchFromGitiles", 266 + "hash": "sha256-yuEBD2XQlV3FGI/i7lTmJbCqzeBiuG1Qow8wvsppGJw=", 267 + "url": "https://chromium.googlesource.com/chromium/dom-distiller/dist.git", 268 + "rev": "199de96b345ada7c6e7e6ba3d2fa7a6911b8767d" 269 + }, 270 + "src/third_party/eigen3/src": { 271 + "fetcher": "fetchFromGitiles", 272 + "hash": "sha256-a7TnzR57VmIBUqAEKmxncgV/22g3z7b1lEHsYnNZjKo=", 273 + "url": "https://chromium.googlesource.com/external/gitlab.com/libeigen/eigen.git", 274 + "rev": "18018ed013029ca3f28f52a62360999b5a659eac" 275 + }, 276 + "src/third_party/farmhash/src": { 277 + "fetcher": "fetchFromGitiles", 278 + "hash": "sha256-5n58VEUxa/K//jAfZqG4cXyfxrp50ogWDNYcgiXVHdc=", 279 + "url": "https://chromium.googlesource.com/external/github.com/google/farmhash.git", 280 + "rev": "816a4ae622e964763ca0862d9dbd19324a1eaf45" 281 + }, 282 + "src/third_party/ffmpeg": { 283 + "fetcher": "fetchFromGitiles", 284 + "hash": "sha256-uRgHTVaCAEaoqY20SmePQbApPmjimgggm5922KKfnbc=", 285 + "url": "https://chromium.googlesource.com/chromium/third_party/ffmpeg.git", 286 + "rev": "0ba37733400593b162e5ae9ff26b384cff49c250" 287 + }, 288 + "src/third_party/flac": { 289 + "fetcher": "fetchFromGitiles", 290 + "hash": "sha256-gvTFPNOlBfozptaH7lTb9iD/09AmpdT3kCl9ClszjEs=", 291 + "url": "https://chromium.googlesource.com/chromium/deps/flac.git", 292 + "rev": "689da3a7ed50af7448c3f1961d1791c7c1d9c85c" 293 + }, 294 + "src/third_party/flatbuffers/src": { 295 + "fetcher": "fetchFromGitiles", 296 + "hash": "sha256-yu+bMwlTqT5I+BbJhemGMvs/Yw9TusNnFsHgERXYb2M=", 297 + "url": "https://chromium.googlesource.com/external/github.com/google/flatbuffers.git", 298 + "rev": "0343396e49d1c0bf4ca1058130efd9585ecb3c8f" 299 + }, 300 + "src/third_party/fontconfig/src": { 301 + "fetcher": "fetchFromGitiles", 302 + "hash": "sha256-7PFmgr/+KNEYxCMuxMD2Zi9Ydcbp88IU7exr55a392Q=", 303 + "url": "https://chromium.googlesource.com/external/fontconfig.git", 304 + "rev": "2fb3419a92156569bc1ec707401258c922cd0d99" 305 + }, 306 + "src/third_party/fp16/src": { 307 + "fetcher": "fetchFromGitiles", 308 + "hash": "sha256-m2d9bqZoGWzuUPGkd29MsrdscnJRtuIkLIMp3fMmtRY=", 309 + "url": "https://chromium.googlesource.com/external/github.com/Maratyszcza/FP16.git", 310 + "rev": "0a92994d729ff76a58f692d3028ca1b64b145d91" 311 + }, 312 + "src/third_party/gemmlowp/src": { 313 + "fetcher": "fetchFromGitiles", 314 + "hash": "sha256-O5wD8wxgis0qYMaY+xZ21GBDVQFphMRvInCOswS6inA=", 315 + "url": "https://chromium.googlesource.com/external/github.com/google/gemmlowp.git", 316 + "rev": "13d57703abca3005d97b19df1f2db731607a7dc2" 317 + }, 318 + "src/third_party/grpc/src": { 319 + "fetcher": "fetchFromGitiles", 320 + "hash": "sha256-64JEVCx/PCM0dvv7kAQvSjLc0QbRAZVBDzwD/FAV6T8=", 321 + "url": "https://chromium.googlesource.com/external/github.com/grpc/grpc.git", 322 + "rev": "822dab21d9995c5cf942476b35ca12a1aa9d2737" 323 + }, 324 + "src/third_party/freetype/src": { 325 + "fetcher": "fetchFromGitiles", 326 + "hash": "sha256-+n7BwWerzg8bMIgZYBOtCibfNkECijNVJKNk7qOQVhU=", 327 + "url": "https://chromium.googlesource.com/chromium/src/third_party/freetype2.git", 328 + "rev": "7b308a29dd105074eea9c8d5953a182d325f74f1" 329 + }, 330 + "src/third_party/freetype-testing/src": { 331 + "fetcher": "fetchFromGitiles", 332 + "hash": "sha256-2aHPchIK5Oce5+XxdXVCC+8EM6i0XT0rFbjSIVa2L1A=", 333 + "url": "https://chromium.googlesource.com/external/github.com/freetype/freetype2-testing.git", 334 + "rev": "7a69b1a2b028476f840ab7d4a2ffdfe4eb2c389f" 335 + }, 336 + "src/third_party/fxdiv/src": { 337 + "fetcher": "fetchFromGitiles", 338 + "hash": "sha256-LjX5kivfHbqCIA5pF9qUvswG1gjOFo3CMpX0VR+Cn38=", 339 + "url": "https://chromium.googlesource.com/external/github.com/Maratyszcza/FXdiv.git", 340 + "rev": "63058eff77e11aa15bf531df5dd34395ec3017c8" 341 + }, 342 + "src/third_party/harfbuzz-ng/src": { 343 + "fetcher": "fetchFromGitiles", 344 + "hash": "sha256-+fClyD9Rsge9qdGF8WCv8taLTWNL8iManpXZUzDL2LM=", 345 + "url": "https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git", 346 + "rev": "db700b5670d9475cc8ed4880cc9447b232c5e432" 347 + }, 348 + "src/third_party/emoji-segmenter/src": { 349 + "fetcher": "fetchFromGitiles", 350 + "hash": "sha256-oT9mAKoKnrsFsBAeTRfPOXM76HRQQabFAlPpfKUGFhs=", 351 + "url": "https://chromium.googlesource.com/external/github.com/google/emoji-segmenter.git", 352 + "rev": "9ba6d25d0d9313569665d4a9d2b34f0f39f9a50e" 353 + }, 354 + "src/third_party/ots/src": { 355 + "fetcher": "fetchFromGitiles", 356 + "hash": "sha256-kiUXrXsaGOzPkKh0dVmU1I13WHt0Stzj7QLMqHN9FbU=", 357 + "url": "https://chromium.googlesource.com/external/github.com/khaledhosny/ots.git", 358 + "rev": "46bea9879127d0ff1c6601b078e2ce98e83fcd33" 359 + }, 360 + "src/third_party/libgav1/src": { 361 + "fetcher": "fetchFromGitiles", 362 + "hash": "sha256-dT8/Mdit3Qc5Sno6DYKv1qSNr+6Lhiy24ZNNBKoVq8I=", 363 + "url": "https://chromium.googlesource.com/codecs/libgav1.git", 364 + "rev": "df0023cc95b8e606a2fd243522d823401ef86637" 365 + }, 366 + "src/third_party/googletest/src": { 367 + "fetcher": "fetchFromGitiles", 368 + "hash": "sha256-VYRjcM3dDY2FarviXyFMgSkXCqKfWXwtGAj2Msgm7zg=", 369 + "url": "https://chromium.googlesource.com/external/github.com/google/googletest.git", 370 + "rev": "af29db7ec28d6df1c7f0f745186884091e602e07" 371 + }, 372 + "src/third_party/hunspell_dictionaries": { 373 + "fetcher": "fetchFromGitiles", 374 + "hash": "sha256-67mvpJRFFa9eMfyqFMURlbxOaTJBICnk+gl0b0mEHl8=", 375 + "url": "https://chromium.googlesource.com/chromium/deps/hunspell_dictionaries.git", 376 + "rev": "41cdffd71c9948f63c7ad36e1fb0ff519aa7a37e" 377 + }, 378 + "src/third_party/icu": { 379 + "fetcher": "fetchFromGitiles", 380 + "hash": "sha256-6do7X9xUCMe2mFQoffazdC5W9UJdHp424QEThqX6P48=", 381 + "url": "https://chromium.googlesource.com/chromium/deps/icu.git", 382 + "rev": "985b9a6f70e13f3db741fed121e4dcc3046ad494" 383 + }, 384 + "src/third_party/jsoncpp/source": { 385 + "fetcher": "fetchFromGitiles", 386 + "hash": "sha256-bSLNcoYBz3QCt5VuTR056V9mU2PmBuYBa0W6hFg2m8Q=", 387 + "url": "https://chromium.googlesource.com/external/github.com/open-source-parsers/jsoncpp.git", 388 + "rev": "42e892d96e47b1f6e29844cc705e148ec4856448" 389 + }, 390 + "src/third_party/leveldatabase/src": { 391 + "fetcher": "fetchFromGitiles", 392 + "hash": "sha256-TTX2FrmcWsgqrh4uzqMyGnnnG51cVC2ILfdLxD65MLY=", 393 + "url": "https://chromium.googlesource.com/external/leveldb.git", 394 + "rev": "068d5ee1a3ac40dabd00d211d5013af44be55bea" 395 + }, 396 + "src/third_party/libFuzzer/src": { 397 + "fetcher": "fetchFromGitiles", 398 + "hash": "sha256-T0dO+1A0r6kLFoleMkY8heu80biPntCpvA6YfqA7b+E=", 399 + "url": "https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git", 400 + "rev": "758bd21f103a501b362b1ca46fa8fcb692eaa303" 401 + }, 402 + "src/third_party/fuzztest/src": { 403 + "fetcher": "fetchFromGitiles", 404 + "hash": "sha256-53SzbbDlzLl1MTeHxBhLpVGMKICd3ka6qfGcru9AVog=", 405 + "url": "https://chromium.googlesource.com/external/github.com/google/fuzztest.git", 406 + "rev": "ce460dd7cae252b8505ce0009121bcac17939e3a" 407 + }, 408 + "src/third_party/libaddressinput/src": { 409 + "fetcher": "fetchFromGitiles", 410 + "hash": "sha256-xvUUQSPrvqUp5DI9AqlRTWurwDW087c6v4RvI+4sfOQ=", 411 + "url": "https://chromium.googlesource.com/external/libaddressinput.git", 412 + "rev": "e8712e415627f22d0b00ebee8db99547077f39bd" 413 + }, 414 + "src/third_party/libaom/source/libaom": { 415 + "fetcher": "fetchFromGitiles", 416 + "hash": "sha256-76duDNvaq8o7RdswZglifr+gml86fSTdXAEx0nOTybI=", 417 + "url": "https://aomedia.googlesource.com/aom.git", 418 + "rev": "0d59418942412c4176805198f2ab7ff446637c3b" 419 + }, 420 + "src/third_party/libavif/src": { 421 + "fetcher": "fetchFromGitiles", 422 + "hash": "sha256-ZAsOy32MHx3YPvEnbBGGT4+iYhFyFPik0+9cLRoVDP4=", 423 + "url": "https://chromium.googlesource.com/external/github.com/AOMediaCodec/libavif.git", 424 + "rev": "0d4747af5b3f7b150c3838e6148c49a0bf0e0064" 425 + }, 426 + "src/third_party/libavifinfo/src": { 427 + "fetcher": "fetchFromGitiles", 428 + "hash": "sha256-UAc4iYWrKWteH98hD3QLkD3JWmV/rsvWhFIVJN7tc+Q=", 429 + "url": "https://aomedia.googlesource.com/libavifinfo.git", 430 + "rev": "b496868f7c3fd17dfeeecc0364fe37e19edd548a" 431 + }, 432 + "src/third_party/nearby/src": { 433 + "fetcher": "fetchFromGitiles", 434 + "hash": "sha256-0tTpC11sFIPq+FPlkGFrDNaAK93isQV/Fd2x1lHmtQ8=", 435 + "url": "https://chromium.googlesource.com/external/github.com/google/nearby-connections.git", 436 + "rev": "d477a2d174fc0e31f6dd06264ff3f47ff8da5378" 437 + }, 438 + "src/third_party/beto-core/src": { 439 + "fetcher": "fetchFromGitiles", 440 + "hash": "sha256-qgsPK7RyVqGRji0sTcMck1JqX9iCsYIExGoGwNZyVT0=", 441 + "url": "https://beto-core.googlesource.com/beto-core.git", 442 + "rev": "b902b346037ea3f4aadf8177021f6f917b16e648" 443 + }, 444 + "src/third_party/securemessage/src": { 445 + "fetcher": "fetchFromGitiles", 446 + "hash": "sha256-GS4ccnuiqxMs/LVYAtvSlVAYFp4a5GoZsxcriTX3k78=", 447 + "url": "https://chromium.googlesource.com/external/github.com/google/securemessage.git", 448 + "rev": "fa07beb12babc3b25e0c5b1f38c16aa8cb6b8f84" 449 + }, 450 + "src/third_party/speedometer/v3.0": { 451 + "fetcher": "fetchFromGitiles", 452 + "hash": "sha256-PqrwtPFU3TI840za3UU8p+t4ZdyX0l79esEA602Mbq0=", 453 + "url": "https://chromium.googlesource.com/external/github.com/WebKit/Speedometer.git", 454 + "rev": "5107c739c1b2a008e7293e3b489c4f80a8fb2e01" 455 + }, 456 + "src/third_party/ukey2/src": { 457 + "fetcher": "fetchFromGitiles", 458 + "hash": "sha256-aaLs6ZS+CdBlCJ6ZhsmdAPFxiBIij6oufsDcNeRSV1E=", 459 + "url": "https://chromium.googlesource.com/external/github.com/google/ukey2.git", 460 + "rev": "0275885d8e6038c39b8a8ca55e75d1d4d1727f47" 461 + }, 462 + "src/third_party/cros-components/src": { 463 + "fetcher": "fetchFromGitiles", 464 + "hash": "sha256-grvqHNesTNc3pUkM5YH4P+LaeSWXEKBM8Kw/eRMaB4E=", 465 + "url": "https://chromium.googlesource.com/external/google3/cros_components.git", 466 + "rev": "10d2e376519e88221117e38cd901054b0153501c" 467 + }, 468 + "src/third_party/libdrm/src": { 469 + "fetcher": "fetchFromGitiles", 470 + "hash": "sha256-NUxS2rBJ0nFblvHRQUfKT933+DAws5RUTDb+RLxRF4M=", 471 + "url": "https://chromium.googlesource.com/chromiumos/third_party/libdrm.git", 472 + "rev": "98e1db501173303e58ef6a1def94ab7a2d84afc1" 473 + }, 474 + "src/third_party/expat/src": { 475 + "fetcher": "fetchFromGitiles", 476 + "hash": "sha256-FXTDGAK03jc2wvazhRKqtsFRKZUYS/9HLpZNp4JfZJI=", 477 + "url": "https://chromium.googlesource.com/external/github.com/libexpat/libexpat.git", 478 + "rev": "441f98d02deafd9b090aea568282b28f66a50e36" 479 + }, 480 + "src/third_party/libipp/libipp": { 481 + "fetcher": "fetchFromGitiles", 482 + "hash": "sha256-gxU92lHLd6uxO8T3QWhZIK0hGy97cki705DV0VimCPY=", 483 + "url": "https://chromium.googlesource.com/chromiumos/platform2/libipp.git", 484 + "rev": "2209bb84a8e122dab7c02fe66cc61a7b42873d7f" 485 + }, 486 + "src/third_party/libjpeg_turbo": { 487 + "fetcher": "fetchFromGitiles", 488 + "hash": "sha256-bcmp8RqQYp4lRI9NfdfYgrAJsDLecJEhgRu9oosB9lQ=", 489 + "url": "https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git", 490 + "rev": "30bdb85e302ecfc52593636b2f44af438e05e784" 491 + }, 492 + "src/third_party/liblouis/src": { 493 + "fetcher": "fetchFromGitiles", 494 + "hash": "sha256-EI/uaHXe0NlqdEw764q0SjerThYEVLRogUlmrsZwXnY=", 495 + "url": "https://chromium.googlesource.com/external/liblouis-github.git", 496 + "rev": "9700847afb92cb35969bdfcbbfbbb74b9c7b3376" 497 + }, 498 + "src/third_party/libphonenumber/dist": { 499 + "fetcher": "fetchFromGitiles", 500 + "hash": "sha256-3hSnTFTD3KAdbyxfKg12qbIYTmw6YlTCH64gMP/HUJo=", 501 + "url": "https://chromium.googlesource.com/external/libphonenumber.git", 502 + "rev": "140dfeb81b753388e8a672900fb7a971e9a0d362" 503 + }, 504 + "src/third_party/libprotobuf-mutator/src": { 505 + "fetcher": "fetchFromGitiles", 506 + "hash": "sha256-ZyPweW+V5foxFQwjjMLkaRUo+FNV+kEDGIH/4oRV614=", 507 + "url": "https://chromium.googlesource.com/external/github.com/google/libprotobuf-mutator.git", 508 + "rev": "a304ec48dcf15d942607032151f7e9ee504b5dcf" 509 + }, 510 + "src/third_party/libsrtp": { 511 + "fetcher": "fetchFromGitiles", 512 + "hash": "sha256-pfLFh2JGk/g0ZZxBKTaYW9/PBpkCm0rtJeyNePUMTTc=", 513 + "url": "https://chromium.googlesource.com/chromium/deps/libsrtp.git", 514 + "rev": "5b7c744eb8310250ccc534f3f86a2015b3887a0a" 515 + }, 516 + "src/third_party/libsync/src": { 517 + "fetcher": "fetchFromGitiles", 518 + "hash": "sha256-Mkl6C1LxF3RYLwYbxiSfoQPt8QKFwQWj/Ati2sNJ32E=", 519 + "url": "https://chromium.googlesource.com/aosp/platform/system/core/libsync.git", 520 + "rev": "f4f4387b6bf2387efbcfd1453af4892e8982faf6" 521 + }, 522 + "src/third_party/libvpx/source/libvpx": { 523 + "fetcher": "fetchFromGitiles", 524 + "hash": "sha256-5x0Sk8/DXaTCIydK79vWZgIx3IHeQbLUxoNyE7E+Sdo=", 525 + "url": "https://chromium.googlesource.com/webm/libvpx.git", 526 + "rev": "38a707faef72eeff89d669c553e7bfe9e08dba8f" 527 + }, 528 + "src/third_party/libwebm/source": { 529 + "fetcher": "fetchFromGitiles", 530 + "hash": "sha256-u/5nkJed0DzdhR5OLL2kIhZhOnrbyzL1Kx37vV/jcEo=", 531 + "url": "https://chromium.googlesource.com/webm/libwebm.git", 532 + "rev": "e4fbea0c9751ae8aa86629b197a28d8276a2b0da" 533 + }, 534 + "src/third_party/libwebp/src": { 535 + "fetcher": "fetchFromGitiles", 536 + "hash": "sha256-79peh0y3eeiW5cVQqVq0mUgDcGZ9BlY+OXkPZylKARY=", 537 + "url": "https://chromium.googlesource.com/webm/libwebp.git", 538 + "rev": "2af26267cdfcb63a88e5c74a85927a12d6ca1d76" 539 + }, 540 + "src/third_party/libyuv": { 541 + "fetcher": "fetchFromGitiles", 542 + "hash": "sha256-jxs9kHI40gRFhm9cU6uS1Rxj+LLUUqT9b3myihxgW7s=", 543 + "url": "https://chromium.googlesource.com/libyuv/libyuv.git", 544 + "rev": "04821d1e7d60845525e8db55c7bcd41ef5be9406" 545 + }, 546 + "src/third_party/lss": { 547 + "fetcher": "fetchFromGitiles", 548 + "hash": "sha256-hE8uZf9Fst66qJkoVYChiB8G41ie+k9M4X0W+5JUSdw=", 549 + "url": "https://chromium.googlesource.com/linux-syscall-support.git", 550 + "rev": "ce877209e11aa69dcfffbd53ef90ea1d07136521" 551 + }, 552 + "src/third_party/material_color_utilities/src": { 553 + "fetcher": "fetchFromGitiles", 554 + "hash": "sha256-oi28dWuTd6ijn/RKSPukDr5GSzYiCTM2klFb7WSMDHY=", 555 + "url": "https://chromium.googlesource.com/external/github.com/material-foundation/material-color-utilities.git", 556 + "rev": "234a000e507d586c20df6e3bf5b9e035bc5ce7b1" 557 + }, 558 + "src/third_party/minigbm/src": { 559 + "fetcher": "fetchFromGitiles", 560 + "hash": "sha256-9HwvjTETerbQ7YKXH9kUB2eWa8PxGWMAJfx1jAluhrs=", 561 + "url": "https://chromium.googlesource.com/chromiumos/platform/minigbm.git", 562 + "rev": "3018207f4d89395cc271278fb9a6558b660885f5" 563 + }, 564 + "src/third_party/nasm": { 565 + "fetcher": "fetchFromGitiles", 566 + "hash": "sha256-L+b3X3vsfpY6FSlIK/AHhxhmq2cXd50vND6uT6yn8Qs=", 567 + "url": "https://chromium.googlesource.com/chromium/deps/nasm.git", 568 + "rev": "7fc833e889d1afda72c06220e5bed8fb43b2e5ce" 569 + }, 570 + "src/third_party/neon_2_sse/src": { 571 + "fetcher": "fetchFromGitiles", 572 + "hash": "sha256-299ZptvdTmCnIuVVBkrpf5ZTxKPwgcGUob81tEI91F0=", 573 + "url": "https://chromium.googlesource.com/external/github.com/intel/ARM_NEON_2_x86_SSE.git", 574 + "rev": "a15b489e1222b2087007546b4912e21293ea86ff" 575 + }, 576 + "src/third_party/openh264/src": { 577 + "fetcher": "fetchFromGitiles", 578 + "hash": "sha256-J7Eqe2QevZh1xfap19W8AVCcwfRu7ztknnbKFJUAH1c=", 579 + "url": "https://chromium.googlesource.com/external/github.com/cisco/openh264", 580 + "rev": "09a4f3ec842a8932341b195c5b01e141c8a16eb7" 581 + }, 582 + "src/third_party/openscreen/src": { 583 + "fetcher": "fetchFromGitiles", 584 + "hash": "sha256-rxNhfd/ujWtLWDjEbx/ZIo9tdILB1gD5q4cwxQ6DPnw=", 585 + "url": "https://chromium.googlesource.com/openscreen", 586 + "rev": "934f2462ad01c407a596641dbc611df49e2017b4" 587 + }, 588 + "src/third_party/openscreen/src/third_party/tinycbor/src": { 589 + "fetcher": "fetchFromGitiles", 590 + "hash": "sha256-fMKBFUSKmODQyg4hKIa1hwnEKIV6WBbY1Gb8DOSnaHA=", 591 + "url": "https://chromium.googlesource.com/external/github.com/intel/tinycbor.git", 592 + "rev": "d393c16f3eb30d0c47e6f9d92db62272f0ec4dc7" 593 + }, 594 + "src/third_party/pdfium": { 595 + "fetcher": "fetchFromGitiles", 596 + "hash": "sha256-Uk9knKf3Ixep8h2vDZmCLjP4OJSqNPyUaHU8/5FR5B4=", 597 + "url": "https://pdfium.googlesource.com/pdfium.git", 598 + "rev": "8cf636e15ce21f4c8a574882c7cfd00629b59aba" 599 + }, 600 + "src/third_party/perfetto": { 601 + "fetcher": "fetchFromGitiles", 602 + "hash": "sha256-qv1fTy/0xUauutP0PFaCwPvr1qptfeB3iqNjHXPDKyc=", 603 + "url": "https://android.googlesource.com/platform/external/perfetto.git", 604 + "rev": "a3d4c1de9bcf2a0471ab183c45cf111efd29571e" 605 + }, 606 + "src/third_party/pthreadpool/src": { 607 + "fetcher": "fetchFromGitiles", 608 + "hash": "sha256-R4YmNzWEELSkAws/ejmNVxqXDTJwcqjLU/o/HvgRn2E=", 609 + "url": "https://chromium.googlesource.com/external/github.com/Maratyszcza/pthreadpool.git", 610 + "rev": "4fe0e1e183925bf8cfa6aae24237e724a96479b8" 611 + }, 612 + "src/third_party/pyelftools": { 613 + "fetcher": "fetchFromGitiles", 614 + "hash": "sha256-I/7p3IEvfP/gkes4kx18PvWwhAKilQKb67GXoW4zFB4=", 615 + "url": "https://chromium.googlesource.com/chromiumos/third_party/pyelftools.git", 616 + "rev": "19b3e610c86fcadb837d252c794cb5e8008826ae" 617 + }, 618 + "src/third_party/quic_trace/src": { 619 + "fetcher": "fetchFromGitiles", 620 + "hash": "sha256-Nf9ZDLcE1JunhbpEMHhrY2ROnbgrvVZoRkPwWq1DU0g=", 621 + "url": "https://chromium.googlesource.com/external/github.com/google/quic-trace.git", 622 + "rev": "caa0a6eaba816ecb737f9a70782b7c80b8ac8dbc" 623 + }, 624 + "src/third_party/pywebsocket3/src": { 625 + "fetcher": "fetchFromGitiles", 626 + "hash": "sha256-WEqqu2/7fLqcf/2/IcD7/FewRSZ6jTgVlVBvnihthYQ=", 627 + "url": "https://chromium.googlesource.com/external/github.com/GoogleChromeLabs/pywebsocket3.git", 628 + "rev": "50602a14f1b6da17e0b619833a13addc6ea78bc2" 629 + }, 630 + "src/third_party/re2/src": { 631 + "fetcher": "fetchFromGitiles", 632 + "hash": "sha256-zrVjt229SfVipS05zF5glhd7/D1zpojDyiSnYZpGok4=", 633 + "url": "https://chromium.googlesource.com/external/github.com/google/re2.git", 634 + "rev": "26f7d889e1f7e75e95e65490086538edf9f5275c" 635 + }, 636 + "src/third_party/ruy/src": { 637 + "fetcher": "fetchFromGitiles", 638 + "hash": "sha256-Zi3A49YqDE5S4iSpw9t9kTzitbQbcslm1zsepWX5cbw=", 639 + "url": "https://chromium.googlesource.com/external/github.com/google/ruy.git", 640 + "rev": "6ffa93a89376555b09134c59b84d8f5e9cfc6ce6" 641 + }, 642 + "src/third_party/skia": { 643 + "fetcher": "fetchFromGitiles", 644 + "hash": "sha256-0rjCxtgv+PuiBAIw82fw2NJw4G+fcuig4n1mYoP2pmQ=", 645 + "url": "https://skia.googlesource.com/skia.git", 646 + "rev": "fcd1b7521805ab1cde2947be6118f329e4ace14d" 647 + }, 648 + "src/third_party/smhasher/src": { 649 + "fetcher": "fetchFromGitiles", 650 + "hash": "sha256-RyC//me08hwGXRrWcK8GZ1uhIkBq4FByA7fHCVDsniw=", 651 + "url": "https://chromium.googlesource.com/external/smhasher.git", 652 + "rev": "e87738e57558e0ec472b2fc3a643b838e5b6e88f" 653 + }, 654 + "src/third_party/snappy/src": { 655 + "fetcher": "fetchFromGitiles", 656 + "hash": "sha256-5fV6NfO8vmqK+iCwpLtE2YjYOzjsshctauyjNIOxrH0=", 657 + "url": "https://chromium.googlesource.com/external/github.com/google/snappy.git", 658 + "rev": "c9f9edf6d75bb065fa47468bf035e051a57bec7c" 659 + }, 660 + "src/third_party/sqlite/src": { 661 + "fetcher": "fetchFromGitiles", 662 + "hash": "sha256-35rSG+ptFMC62FsprLvAqfXZknKu40Ee6H2qpAcA3wI=", 663 + "url": "https://chromium.googlesource.com/chromium/deps/sqlite.git", 664 + "rev": "b7e480172bb2411f9afedefdcc69a57a12f18b7b" 665 + }, 666 + "src/third_party/swiftshader": { 667 + "fetcher": "fetchFromGitiles", 668 + "hash": "sha256-r7u2WjgPvoVY9Oj2RVqfI/G6PFh/2gWNDVQ5R2qhtLU=", 669 + "url": "https://swiftshader.googlesource.com/SwiftShader.git", 670 + "rev": "7f4d495c89c200c1945cce5995d348dd41dadb5a" 671 + }, 672 + "src/third_party/text-fragments-polyfill/src": { 673 + "fetcher": "fetchFromGitiles", 674 + "hash": "sha256-4rW2u1cQAF4iPWHAt1FvVXIpz2pmI901rEPks/w/iFA=", 675 + "url": "https://chromium.googlesource.com/external/github.com/GoogleChromeLabs/text-fragments-polyfill.git", 676 + "rev": "c036420683f672d685e27415de0a5f5e85bdc23f" 677 + }, 678 + "src/third_party/tflite/src": { 679 + "fetcher": "fetchFromGitiles", 680 + "hash": "sha256-Mpofo5P6WrkA3hN+sjAhHG4GBQ71vEFnuxfdLRf5epw=", 681 + "url": "https://chromium.googlesource.com/external/github.com/tensorflow/tensorflow.git", 682 + "rev": "edf7215123c67d76199d099779137b974b6e1293" 683 + }, 684 + "src/third_party/vulkan-deps": { 685 + "fetcher": "fetchFromGitiles", 686 + "hash": "sha256-uJFrlLEjFJJSR0+eCtx7bpIC0z8NaHuk/uLeaFBLKKw=", 687 + "url": "https://chromium.googlesource.com/vulkan-deps", 688 + "rev": "7413048934e28b97ae00c37c419e576db8add866" 689 + }, 690 + "src/third_party/vulkan-deps/glslang/src": { 691 + "fetcher": "fetchFromGitiles", 692 + "hash": "sha256-CBA9LlD+Ttki3nc693MSmud0feafxi2/PC2YSn3BX2A=", 693 + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang", 694 + "rev": "b0ed4788858157e271779a7726cccc1149a05407" 695 + }, 696 + "src/third_party/vulkan-deps/spirv-cross/src": { 697 + "fetcher": "fetchFromGitiles", 698 + "hash": "sha256-Wgpdjmes05dMeBr7mrv9UvpabdzJ9lTZ38eO/6Ps60E=", 699 + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross", 700 + "rev": "37fee00a71b5a47247c1cf20256a3f794537c6c0" 701 + }, 702 + "src/third_party/vulkan-deps/spirv-headers/src": { 703 + "fetcher": "fetchFromGitiles", 704 + "hash": "sha256-yAzbZHLtx+XP34Umkp0CuP/vn7JrW4VPVgVOFi50KHM=", 705 + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers", 706 + "rev": "79743b899fde5c954897b2694291002626358fac" 707 + }, 708 + "src/third_party/vulkan-deps/spirv-tools/src": { 709 + "fetcher": "fetchFromGitiles", 710 + "hash": "sha256-/J1eb6ZYSoYZDE8AR/CeRc5GoQEyIlYiHC+JKvi5I5w=", 711 + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools", 712 + "rev": "1bc0e6f59abc3c9cd75f93baef47e9612a448045" 713 + }, 714 + "src/third_party/vulkan-deps/vulkan-headers/src": { 715 + "fetcher": "fetchFromGitiles", 716 + "hash": "sha256-GAl5xC7PCGsVHHUhLkIuwj2zlTCgyNWaBjk6I0qDkhQ=", 717 + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers", 718 + "rev": "7e691380166fb1cd9b193ac9db896bc23a4ea9ad" 719 + }, 720 + "src/third_party/vulkan-deps/vulkan-loader/src": { 721 + "fetcher": "fetchFromGitiles", 722 + "hash": "sha256-6iJxI1SwOjN26dyVs6JSYWODZbA25G/M2ZabGLCGRIo=", 723 + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Loader", 724 + "rev": "9e33cfc66f88c863e9a13492b8045ca28118ebbf" 725 + }, 726 + "src/third_party/vulkan-deps/vulkan-tools/src": { 727 + "fetcher": "fetchFromGitiles", 728 + "hash": "sha256-r2VdG1o2JXbtN14nGjeZ+Ru4Cn1Za/eQd3NU2O6CnkA=", 729 + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools", 730 + "rev": "3a19c1973f0e4732b8f3746593aee2ac425ecb78" 731 + }, 732 + "src/third_party/vulkan-deps/vulkan-utility-libraries/src": { 733 + "fetcher": "fetchFromGitiles", 734 + "hash": "sha256-Zz8r7zHe3MaEzMIyVx6Walsd5QicQ3MxEAunmgWHZcI=", 735 + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries", 736 + "rev": "2169a0849e3df4e2133b728dec67d3b16bd30263" 737 + }, 738 + "src/third_party/vulkan-deps/vulkan-validation-layers/src": { 739 + "fetcher": "fetchFromGitiles", 740 + "hash": "sha256-AUeSb7/sgTZGg/VEkdvGDnj88gqjE1t6qGY0oTAcYsY=", 741 + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers", 742 + "rev": "d82e3c2f34dcf3b849fd7ed6d932ff61dcd838c5" 743 + }, 744 + "src/third_party/vulkan_memory_allocator": { 745 + "fetcher": "fetchFromGitiles", 746 + "hash": "sha256-FdRPPdLZHj3RX3YzcmF58JJuIqeWQV3TDiiXPEW2lsc=", 747 + "url": "https://chromium.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git", 748 + "rev": "e87036508bb156f9986ea959323de1869e328f58" 749 + }, 750 + "src/third_party/wayland/src": { 751 + "fetcher": "fetchFromGitiles", 752 + "hash": "sha256-0ICSMZhnsLqMNfqSGjqM3p4ssxptkBtt7EMCpxknW4A=", 753 + "url": "https://chromium.googlesource.com/external/anongit.freedesktop.org/git/wayland/wayland.git", 754 + "rev": "3fda2fbf51db54398c0155facee82cc9533958a2" 755 + }, 756 + "src/third_party/wayland-protocols/src": { 757 + "fetcher": "fetchFromGitiles", 758 + "hash": "sha256-3QK+ZN6IFUFkDxySSoQwP1J3JnTlD7JPaUk6Tr/d/k4=", 759 + "url": "https://chromium.googlesource.com/external/anongit.freedesktop.org/git/wayland/wayland-protocols.git", 760 + "rev": "4624cfaaf563cd7be5e2e2087c8de6d3a48ea867" 761 + }, 762 + "src/third_party/wayland-protocols/kde": { 763 + "fetcher": "fetchFromGitiles", 764 + "hash": "sha256-Dmcp/2ms/k7NxPPmPkp0YNfM9z2Es1ZO0uX10bc7N2Y=", 765 + "url": "https://chromium.googlesource.com/external/github.com/KDE/plasma-wayland-protocols.git", 766 + "rev": "0b07950714b3a36c9b9f71fc025fc7783e82926e" 767 + }, 768 + "src/third_party/wayland-protocols/gtk": { 769 + "fetcher": "fetchFromGitiles", 770 + "hash": "sha256-75XNnLkF5Lt1LMRGT+T61k0/mLa3kkynfN+QWvZ0LiQ=", 771 + "url": "https://chromium.googlesource.com/external/github.com/GNOME/gtk.git", 772 + "rev": "40ebed3a03aef096addc0af09fec4ec529d882a0" 773 + }, 774 + "src/third_party/webdriver/pylib": { 775 + "fetcher": "fetchFromGitiles", 776 + "hash": "sha256-WIqWXIKVgElgg8P8laLAlUrgwodGdeVcwohZxnPKedw=", 777 + "url": "https://chromium.googlesource.com/external/github.com/SeleniumHQ/selenium/py.git", 778 + "rev": "fc5e7e70c098bfb189a9a74746809ad3c5c34e04" 779 + }, 780 + "src/third_party/webgl/src": { 781 + "fetcher": "fetchFromGitiles", 782 + "hash": "sha256-dubsIPZKBGOzANGvMtQxFKFIHr0laDUGpzgRyEOjHMU=", 783 + "url": "https://chromium.googlesource.com/external/khronosgroup/webgl.git", 784 + "rev": "f4bf599a8b575df685c31d9c4729a70a04e377ed" 785 + }, 786 + "src/third_party/webgpu-cts/src": { 787 + "fetcher": "fetchFromGitiles", 788 + "hash": "sha256-vkwuibUzHacAh5x/g05cGR+UohZmcATysnnFfldM2zA=", 789 + "url": "https://chromium.googlesource.com/external/github.com/gpuweb/cts.git", 790 + "rev": "609645eb5b272668cbfb120d1aa9549eee86e02d" 791 + }, 792 + "src/third_party/webrtc": { 793 + "fetcher": "fetchFromGitiles", 794 + "hash": "sha256-AYiJ8pt56Wd54MHlnjPnHf5PhKSi9CYoNIk3ASMYQXw=", 795 + "url": "https://webrtc.googlesource.com/src.git", 796 + "rev": "bce7ce7ba054ac0e79fed49b84ef52fb24c31778" 797 + }, 798 + "src/third_party/wuffs/src": { 799 + "fetcher": "fetchFromGitiles", 800 + "hash": "sha256-HP8Vf1C9DuA9H+busf3lFoF9SsYqviLKv0l73CxmNEI=", 801 + "url": "https://skia.googlesource.com/external/github.com/google/wuffs-mirror-release-c.git", 802 + "rev": "fe9d08f2b6e80af691bfb1a718e144c49a1b9eba" 803 + }, 804 + "src/third_party/weston/src": { 805 + "fetcher": "fetchFromGitiles", 806 + "hash": "sha256-y2srFaPUOoB2umzpo4+hFfhNlqXM2AoMGOpUy/ZSacg=", 807 + "url": "https://chromium.googlesource.com/external/anongit.freedesktop.org/git/wayland/weston.git", 808 + "rev": "ccf29cb237c3ed09c5f370f35239c93d07abfdd7" 809 + }, 810 + "src/third_party/xdg-utils": { 811 + "fetcher": "fetchFromGitiles", 812 + "hash": "sha256-t3uV9JkkQQIwmezzSoEdTMLSizZdLQB7eLKTRQGH4kQ=", 813 + "url": "https://chromium.googlesource.com/chromium/deps/xdg-utils.git", 814 + "rev": "d80274d5869b17b8c9067a1022e4416ee7ed5e0d" 815 + }, 816 + "src/third_party/xnnpack/src": { 817 + "fetcher": "fetchFromGitiles", 818 + "hash": "sha256-s9Avx9o+1igKulOpKhtbbkoINuh1wNercPszRaA4TZM=", 819 + "url": "https://chromium.googlesource.com/external/github.com/google/XNNPACK.git", 820 + "rev": "bbbaa7352a3ea729987d3e654d37be93e8009691" 821 + }, 822 + "src/tools/page_cycler/acid3": { 823 + "fetcher": "fetchFromGitiles", 824 + "hash": "sha256-s/49EaYQRsyxuLejXc1zGDYTD7uO0ddaQIJBP50Bvw0=", 825 + "url": "https://chromium.googlesource.com/chromium/deps/acid3.git", 826 + "rev": "a926d0a32e02c4c03ae95bb798e6c780e0e184ba" 827 + }, 828 + "src/third_party/zstd/src": { 829 + "fetcher": "fetchFromGitiles", 830 + "hash": "sha256-95OOpYKGve+YWzqqguQIg1emTOAuaGyYpWxrWVDOKAQ=", 831 + "url": "https://chromium.googlesource.com/external/github.com/facebook/zstd.git", 832 + "rev": "cdceb0fce59785c841bf697e00067163106064e1" 833 + }, 834 + "src/v8": { 835 + "fetcher": "fetchFromGitiles", 836 + "hash": "sha256-hJKPhOEF2MKmTsr4TpbTDFs7cTYcYkf0y7LXSAWMjOE=", 837 + "url": "https://chromium.googlesource.com/v8/v8.git", 838 + "rev": "3eb7d73cbd4266dcc250a7b4d0099d0946ec1138" 839 + }, 840 + "src/third_party/nan": { 841 + "fetcher": "fetchFromGitHub", 842 + "hash": "sha256-cwti+BWmF/l/dqa/cN0C587EK4WwRWcWy6gjFVkaMTg=", 843 + "owner": "nodejs", 844 + "repo": "nan", 845 + "rev": "e14bdcd1f72d62bca1d541b66da43130384ec213" 846 + }, 847 + "src/third_party/electron_node": { 848 + "fetcher": "fetchFromGitHub", 849 + "hash": "sha256-feGhB6o14/qgSQvhJ5eMD74KqWrlOoTpaGAlCs486IU=", 850 + "owner": "nodejs", 851 + "repo": "node", 852 + "rev": "v18.18.0" 853 + }, 854 + "src/third_party/squirrel.mac": { 855 + "fetcher": "fetchFromGitHub", 856 + "hash": "sha256-4GfKQg0u3c9GI+jl3ixESNqWXQJKRMi+00QT0s2Shqw=", 857 + "owner": "Squirrel", 858 + "repo": "Squirrel.Mac", 859 + "rev": "0e5d146ba13101a1302d59ea6e6e0b3cace4ae38" 860 + }, 861 + "src/third_party/squirrel.mac/vendor/ReactiveObjC": { 862 + "fetcher": "fetchFromGitHub", 863 + "hash": "sha256-/MCqC1oFe3N9TsmfVLgl+deR6qHU6ZFQQjudb9zB5Mo=", 864 + "owner": "ReactiveCocoa", 865 + "repo": "ReactiveObjC", 866 + "rev": "74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76" 867 + }, 868 + "src/third_party/squirrel.mac/vendor/Mantle": { 869 + "fetcher": "fetchFromGitHub", 870 + "hash": "sha256-ogFkMJybf2Ue606ojXJu6Gy5aXSi1bSKm60qcTAIaPk=", 871 + "owner": "Mantle", 872 + "repo": "Mantle", 873 + "rev": "78d3966b3c331292ea29ec38661b25df0a245948" 874 + } 875 + }, 876 + "version": "28.0.0-nightly.20231009", 877 + "modules": "119", 878 + "chrome": "119.0.6045.0", 879 + "node": "18.18.0", 880 + "chromium": { 881 + "version": "119.0.6045.0", 882 + "deps": { 883 + "gn": { 884 + "version": "2023-09-12", 885 + "url": "https://gn.googlesource.com/gn", 886 + "rev": "991530ce394efb58fcd848195469022fa17ae126", 887 + "sha256": "1zpbaspb2mncbsabps8n1iwzc67nhr79ndc9dnqxx1w1qfvaldg2" 888 + } 889 + } 890 + }, 891 + "chromium_npm_hash": "sha256-10OGEsA0BDrkbTeIbdXLYRyKNwVsb/tP2ryBBuhi+m8=", 892 + "electron_yarn_hash": "1akq5cxcy7fpn4m5qk5kx94vy30z0ybx6ka5qp8an0p33yx9wg8z" 893 + }, 2 894 "27": { 3 895 "deps": { 4 896 "src/electron": {
+1 -1
pkgs/development/tools/electron/update.py
··· 268 268 269 269 @cli.command("update-all") 270 270 def update_all(): 271 - repos = Parallel(n_jobs=2, require='sharedmem')(delayed(get_electron_info)(major_version) for major_version in range(27, 24, -1)) 271 + repos = Parallel(n_jobs=2, require='sharedmem')(delayed(get_electron_info)(major_version) for major_version in range(28, 24, -1)) 272 272 out = {n[0]: n[1] for n in Parallel(n_jobs=2, require='sharedmem')(delayed(get_update)(repo) for repo in repos)} 273 273 274 274 with open('info.json', 'w') as f: