From 1cf8113757507a83f8669dccd06d12d894fd7c85 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 19 Oct 2021 13:00:41 +0000 Subject: [PATCH] nim: Update to version 1.6.0 --- bucket/nim.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/nim.json b/bucket/nim.json index b0d391c8d9..ec3a2b5ead 100644 --- a/bucket/nim.json +++ b/bucket/nim.json @@ -1,20 +1,20 @@ { - "version": "1.4.8", + "version": "1.6.0", "description": "A statically typed compiled systems programming language, which combines successful concepts from mature languages like Python, Ada and Modula.", "homepage": "https://nim-lang.org/", "license": "MIT", "depends": "gcc", "architecture": { "64bit": { - "url": "https://nim-lang.org/download/nim-1.4.8_x64.zip", - "hash": "fa2186ec09825dba55ccff3000ac5ef507d75b8805fcf2695612dd3a98ebbf9a" + "url": "https://nim-lang.org/download/nim-1.6.0_x64.zip", + "hash": "52a5d3ae061d97bae68e64e793967a212cac49039c7589c81b78d2ef8f23e035" }, "32bit": { - "url": "https://nim-lang.org/download/nim-1.4.8_x32.zip", - "hash": "9ab192c6eda9e8290699b8d6b60d186bc6199941f40894fb5679e846aae5694f" + "url": "https://nim-lang.org/download/nim-1.6.0_x32.zip", + "hash": "0386847b932942051c43d9297b43ad0c3e066be04dc3e181c7d793e0f5230dae" } }, - "extract_dir": "nim-1.4.8", + "extract_dir": "nim-1.6.0", "post_install": [ "# Copy Nimble package", "Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""