Add hash sum for mount_path_toolchain
Even for tests we should not download random files from the internet
without ensuring that we get what we expect.
Change-Id: I4b9ef3f89c1ea12a4b883d833fb598196f9a7db3
PiperOrigin-RevId: 200201636
diff --git a/WORKSPACE b/WORKSPACE
index e613661..47b99a3 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -170,4 +170,5 @@
http_file(
name = 'mount_path_toolchain',
url = 'https://asci-toolchain.appspot.com.storage.googleapis.com/toolchain-testing/mount_path_toolchain.tar.gz',
+ sha256 = "dd8088d3543a86fd91a9ccde6e40102aff6eaf3d048aa73cc18eff05cc2053d5",
)