From 16de4f0c926b1fef36743e0879ed2093d52e1f51 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Oct 2020 17:12:22 +0800 Subject: [PATCH] nim: hash fix (#1515) --- bucket/nim.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/nim.json b/bucket/nim.json index cb133b57f4..38f35c996f 100644 --- a/bucket/nim.json +++ b/bucket/nim.json @@ -7,11 +7,11 @@ "architecture": { "64bit": { "url": "https://nim-lang.org/download/nim-1.4.0_x64.zip", - "hash": "aa89e4ebbb6f35f5d91566d707393fcddd840b09f407eb34dd6e93610756a84c" + "hash": "931b8718e9d9651ca75cefa2e086671bf2b0c83b313034c9246c46d3288a5b1d" }, "32bit": { "url": "https://nim-lang.org/download/nim-1.4.0_x32.zip", - "hash": "e838883a604bd87f51215a7fabc40bb95cd8e0faf7b218c68517fa89ed7f3fd9" + "hash": "941a0cff5ca0cdcfce1b1fe8d60aebff1d27af6cb1ba4c0a49cb863eaaa35ed1" } }, "extract_dir": "nim-1.4.0",