pw_env_setup: Upgrade cmake

Change-Id: I25e3ff6c150808f89f48638f421ce95cc122cd29
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/77520
Reviewed-by: Rob Mohr <mohrr@google.com>
Commit-Queue: Anthony DiGirolamo <tonymd@google.com>
diff --git a/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json b/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json
index 9b3bc36..3e84783 100644
--- a/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json
+++ b/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json
@@ -26,14 +26,15 @@
     ]
   },
   {
-    "path": "infra/cmake/${platform}",
+    "path": "fuchsia/third_party/cmake/${platform}",
     "platforms": [
-      "linux-amd64",
       "mac-amd64",
+      "linux-amd64",
+      "linux-arm64",
       "windows-amd64"
     ],
     "tags": [
-      "version:3.16.1"
+      "version:3.22.20211026-geeb4540"
     ]
   },
   {