From d0336d7445b6b8015c89adc6315f4d09150d5ba4 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 31 Jul 2020 10:00:25 +0000 Subject: [PATCH] nim: Update to version 1.2.6 --- bucket/nim.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/nim.json b/bucket/nim.json index 18a03627e3..cab01f9a9a 100644 --- a/bucket/nim.json +++ b/bucket/nim.json @@ -1,20 +1,20 @@ { - "version": "1.2.4", + "version": "1.2.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.2.4_x64.zip", - "hash": "0892b8988a7ee14e4ba477ad2057e8d7ce937f8a3d4d1aaac52fda9cf28ffe53" + "url": "https://nim-lang.org/download/nim-1.2.6_x64.zip", + "hash": "eceb3f514e3cc846274cbfc2f075e0bc039500e799d8aa3eb5bb2ece35ab888c" }, "32bit": { - "url": "https://nim-lang.org/download/nim-1.2.4_x32.zip", - "hash": "7b5ae87a7bad27c0c386289acc2418f9006af4882e59d3fe786caae92781306e" + "url": "https://nim-lang.org/download/nim-1.2.6_x32.zip", + "hash": "2686a94f3abaab83bb38dbd0f5ad394282057ee9321c6fdb4fb22f8c3d570e08" } }, - "extract_dir": "nim-1.2.4", + "extract_dir": "nim-1.2.6", "post_install": [ "# Copy Nimble package", "Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""