From 83821fe74c06ff704c71213460310840a17e1134 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 1 Dec 2020 12:01:47 +0000 Subject: [PATCH] nim: Update to version 1.4.2 --- bucket/nim.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/nim.json b/bucket/nim.json index 38f35c996f..ab1e0004d6 100644 --- a/bucket/nim.json +++ b/bucket/nim.json @@ -1,20 +1,20 @@ { - "version": "1.4.0", + "version": "1.4.2", "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.0_x64.zip", - "hash": "931b8718e9d9651ca75cefa2e086671bf2b0c83b313034c9246c46d3288a5b1d" + "url": "https://nim-lang.org/download/nim-1.4.2_x64.zip", + "hash": "f8f2e4ae0a61a917a23d465d4c8d84348695e551187233f2937b98639a59ca9a" }, "32bit": { - "url": "https://nim-lang.org/download/nim-1.4.0_x32.zip", - "hash": "941a0cff5ca0cdcfce1b1fe8d60aebff1d27af6cb1ba4c0a49cb863eaaa35ed1" + "url": "https://nim-lang.org/download/nim-1.4.2_x32.zip", + "hash": "eb755c4bc984ce31fd99a9b04142a947c1e8c268e2bcb2f49f499a28ce71c2c3" } }, - "extract_dir": "nim-1.4.0", + "extract_dir": "nim-1.4.2", "post_install": [ "# Copy Nimble package", "Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""