summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild/vs_toolchain.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/vs_toolchain.py b/build/vs_toolchain.py
index 6ed5599..4399063 100755
--- a/build/vs_toolchain.py
+++ b/build/vs_toolchain.py
@@ -278,8 +278,8 @@ def _GetDesiredVsToolchainHashes():
"""Load a list of SHA1s corresponding to the toolchains that we want installed
to build with."""
if GetVisualStudioVersion() == '2015':
- # Update 1 with Debuggers, UCRT installers and ucrtbased.dll
- return ['523b6c2d3df300b2c8538cdc0beac404726af051']
+ # Update 1 with hot fixes.
+ return ['b349b3cc596d5f7e13d649532ddd7e8db39db0cb']
else:
# Default to VS2013.
return ['4087e065abebdca6dbd0caca2910c6718d2ec67f']