From 6faef45f298efd81f96c1f53673f3956dc3878b3 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 23 Sep 2019 21:00:15 +0000 Subject: [PATCH] nim: Update to version 1.0.0 --- bucket/nim.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/nim.json b/bucket/nim.json index ca2ae13b3f..1bf8528bd4 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": "0.20.2", + "version": "1.0.0", "license": "MIT", "architecture": { "64bit": { - "url": "https://nim-lang.org/download/nim-0.20.2_x64.zip", - "hash": "ccd258ae90d2af2eb1042830f1204920e8d44b6947aedb56458110cf9a714207" + "url": "https://nim-lang.org/download/nim-1.0.0_x64.zip", + "hash": "f20e4f2dd4014bf5765d2d700c7d8822ccc8e56563a8849ee5f645af71142cbf" }, "32bit": { - "url": "https://nim-lang.org/download/nim-0.20.2_x32.zip", - "hash": "4a01f826dec15943fff3a0783f52436576c4c583ef92108c8ec8db1b89363469" + "url": "https://nim-lang.org/download/nim-1.0.0_x32.zip", + "hash": "b41aa24ad8a611d051cf182e112e8d7a7785beb696e5903432eb273ae3d7d4e6" } }, "depends": "gcc", - "extract_dir": "nim-0.20.2", + "extract_dir": "nim-1.0.0", "post_install": [ "# Copy Nimble package", "Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""