From b00b598338b7e0d13fb6f954d08c4d6c84d89b6b Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Sat, 23 Dec 2017 11:45:11 -0800 Subject: [PATCH] Fix hash in rustup (#1925) --- rustup.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustup.json b/rustup.json index 5a538f727b..8157cf9084 100644 --- a/rustup.json +++ b/rustup.json @@ -1,7 +1,7 @@ { "version": "1.8.0", "license": "MIT", - "hash": "016519a9e975a752bd240c49155b34e652f60193c951eacf0c2d17805839819d", + "hash": "aab034521189a3832235acb6213dd9756250e8ea274ec6d27618da30429aa014", "homepage": "https://github.com/rust-lang-nursery/rustup.rs", "checkver": { "url": "https://raw.githubusercontent.com/rust-lang-nursery/rustup.rs/master/Cargo.toml",