Unverified Commit 00b541f8 authored by Emily's avatar Emily Committed by GitHub
Browse files

chromium,chromedriver: 145.0.7632.109 -> 145.0.7632.116 (#493458)

parents bff98da8 d4204c92
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
{
  "chromium": {
    "version": "145.0.7632.109",
    "version": "145.0.7632.116",
    "chromedriver": {
      "version": "145.0.7632.110",
      "hash_darwin": "sha256-wa8s3PwS5G1TopGYheyLD7wlxxTZWPYwU90TLFpBMZw=",
@@ -21,8 +21,8 @@
    "DEPS": {
      "src": {
        "url": "https://chromium.googlesource.com/chromium/src.git",
        "rev": "61eff07de4f37ac1c6969c91034a447ef6cd394d",
        "hash": "sha256-b498JyyvsN/+0Gqjdrq+eT1HW54/ayEENRHa1Sw69Xw=",
        "rev": "7d28075c6a9ba147e6df449209001258bb82a122",
        "hash": "sha256-ljqK297kBByDGHKwH+yz6XcLO7l0+GDIrR0Hznh6X8c=",
        "recompress": true
      },
      "src/third_party/clang-format/script": {
@@ -132,8 +132,8 @@
      },
      "src/third_party/dawn": {
        "url": "https://dawn.googlesource.com/dawn.git",
        "rev": "d9f5a980bb5a4baeb7d9c1fef89a39789a6cd9fb",
        "hash": "sha256-DaNsRQm9bR2lfbiP6vWr2R7KD8mYWOaJ72VJyrUkJvI="
        "rev": "3df397b5b33f950da92787d9a6ac655e0601bca2",
        "hash": "sha256-UAKnxnEScteAj+14i56K6VA34JM+J4KCpG4HbY2bT4s="
      },
      "src/third_party/dawn/third_party/glfw": {
        "url": "https://chromium.googlesource.com/external/github.com/glfw/glfw",
@@ -817,8 +817,8 @@
      },
      "src/v8": {
        "url": "https://chromium.googlesource.com/v8/v8.git",
        "rev": "a8b42c8fae7c7f1ce4e32b08ee61c22775185c01",
        "hash": "sha256-HZ4JbSoMNVqUrCWoxk0/AxzlcpMgKhe/HJ7DGeTeE9M="
        "rev": "ce21eb288e9b86bf6a294968a5113a2646d7b8dd",
        "hash": "sha256-ayAzZOrJYOLqGunDs9t/x6HBUy32y+0ISjaGkEUK+hk="
      }
    }
  },
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ chromium.mkDerivation (finalAttrs: {
  # Kill existing postFixup that tries to patchelf things
  postFixup = null;

  requiredSystemFeatures = [ "big-parallel" ];

  passthru.tests.version = testers.testVersion { package = chromedriver; };

  meta = chromium.meta // {