From 3234cba79ef2e66ab94b8fe517dd8dddff70d95f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 23 Oct 2019 12:00:16 +0000 Subject: [PATCH] nim: Update to version 1.0.2 --- bucket/nim.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/nim.json b/bucket/nim.json index 1bf8528bd4..fa5dad573e 100644 --- a/bucket/nim.json +++ b/bucket/nim.json @@ -1,20 +1,20 @@ { "homepage": "https://nim-lang.org/", "description": "A statically typed compiled systems programming language, which combines successful concepts from mature languages like Python, Ada and Modula.", - "version": "1.0.0", + "version": "1.0.2", "license": "MIT", "architecture": { "64bit": { - "url": "https://nim-lang.org/download/nim-1.0.0_x64.zip", - "hash": "f20e4f2dd4014bf5765d2d700c7d8822ccc8e56563a8849ee5f645af71142cbf" + "url": "https://nim-lang.org/download/nim-1.0.2_x64.zip", + "hash": "0ca89681d29c45b6900e98bbac3d942490a76f8fc361d647281be7da0f2aa909" }, "32bit": { - "url": "https://nim-lang.org/download/nim-1.0.0_x32.zip", - "hash": "b41aa24ad8a611d051cf182e112e8d7a7785beb696e5903432eb273ae3d7d4e6" + "url": "https://nim-lang.org/download/nim-1.0.2_x32.zip", + "hash": "07790610a728dd6d6b07e6b602defbb5d2dfb85b7b7d9fba2371e072e5ed6d0a" } }, "depends": "gcc", - "extract_dir": "nim-1.0.0", + "extract_dir": "nim-1.0.2", "post_install": [ "# Copy Nimble package", "Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""