From 2063a7e7b4a0a487a08fd7ab01f7fa81613dcecd Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 16 Oct 2020 13:00:40 +0000 Subject: [PATCH] nim: Update to version 1.4.0 --- bucket/nim.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/nim.json b/bucket/nim.json index cab01f9a9a..e6b994a5f2 100644 --- a/bucket/nim.json +++ b/bucket/nim.json @@ -1,20 +1,20 @@ { - "version": "1.2.6", + "version": "1.4.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.2.6_x64.zip", - "hash": "eceb3f514e3cc846274cbfc2f075e0bc039500e799d8aa3eb5bb2ece35ab888c" + "url": "https://nim-lang.org/download/nim-1.4.0_x64.zip", + "hash": "c0b5c1902b9801b006ba9122d118f8d6ca0065349133a136ed969e1306876f9b" }, "32bit": { - "url": "https://nim-lang.org/download/nim-1.2.6_x32.zip", - "hash": "2686a94f3abaab83bb38dbd0f5ad394282057ee9321c6fdb4fb22f8c3d570e08" + "url": "https://nim-lang.org/download/nim-1.4.0_x32.zip", + "hash": "8b9920db0b8e060ea77e03eaa2a69d1394cc3b9595face4f2592bc3838e813f8" } }, - "extract_dir": "nim-1.2.6", + "extract_dir": "nim-1.4.0", "post_install": [ "# Copy Nimble package", "Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""