From bbe69186413c2ceb178c8939d6373148da4603c2 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 15 Apr 2021 10:01:15 +0000 Subject: [PATCH] nim: Update to version 1.4.6 --- bucket/nim.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/nim.json b/bucket/nim.json index 5c5243397e..eacde290bb 100644 --- a/bucket/nim.json +++ b/bucket/nim.json @@ -1,20 +1,20 @@ { - "version": "1.4.4", + "version": "1.4.6", "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.4_x64.zip", - "hash": "92106b7d46c6c297a51980e5fcc18928aba7b2350641a84a4ca3f36e31552252" + "url": "https://nim-lang.org/download/nim-1.4.6_x64.zip", + "hash": "b9468de3be6e7a166cbc63b19a26e8174b4c0379dc12a897a69bb584cdb4e485" }, "32bit": { - "url": "https://nim-lang.org/download/nim-1.4.4_x32.zip", - "hash": "fd0f54a4ca8383dc9dcbddef14a5ed983d4d379d13b234a796b5558c1ccc9d71" + "url": "https://nim-lang.org/download/nim-1.4.6_x32.zip", + "hash": "a92df99a9c3eefe8f900e2868fa863fef4609250ada20078b16cf4f174a9d1cc" } }, - "extract_dir": "nim-1.4.4", + "extract_dir": "nim-1.4.6", "post_install": [ "# Copy Nimble package", "Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""