From 915bc15e7edd4e18527143f637cb836171d337d9 Mon Sep 17 00:00:00 2001 From: Luca Guzzon Date: Fri, 19 May 2017 15:33:30 +0200 Subject: [PATCH] SHA 256 update From https://nim-lang.org/install_windows.html --- nim.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nim.json b/nim.json index c4bf7445ba..576c028c2d 100644 --- a/nim.json +++ b/nim.json @@ -5,11 +5,11 @@ "architecture": { "64bit": { "url": "https://nim-lang.org/download/nim-0.17.0_x64.zip", - "hash": "e52d59f41216aed3bfa5eb44fa935258543cd2a6b4c4e52b571bcf7b7869a770" + "hash": "0e0aea31338b433e75f9c197a6ec37a42f68aee4be6c91d813f3e053fef5a05c" }, "32bit": { "url": "https://nim-lang.org/download/nim-0.17.0_x32.zip", - "hash": "21371737d7123709ed10d68bc1c84030d1f0f35e85314ff5bce9b6ff4f28bf23" + "hash": "8fe344f6fb6242b4555878f4243844ea78edb22acf9cb23a91399ea543a5036b" } }, "depends": "gcc",