diff --git a/bucket/nim.json b/bucket/nim.json index ec3a2b5ead..62483bf82c 100644 --- a/bucket/nim.json +++ b/bucket/nim.json @@ -1,20 +1,20 @@ { - "version": "1.6.0", + "version": "1.6.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.6.0_x64.zip", - "hash": "52a5d3ae061d97bae68e64e793967a212cac49039c7589c81b78d2ef8f23e035" + "url": "https://nim-lang.org/download/nim-1.6.2_x64.zip", + "hash": "cdb2670bbc1094edc2e78fbbca41cb80f032a01b30913248fa028e79ab3e1567" }, "32bit": { - "url": "https://nim-lang.org/download/nim-1.6.0_x32.zip", - "hash": "0386847b932942051c43d9297b43ad0c3e066be04dc3e181c7d793e0f5230dae" + "url": "https://nim-lang.org/download/nim-1.6.2_x32.zip", + "hash": "0ccbaa0fb1e619b7bea932e984933570e21bc3d2c68cffca190a9b8fcb410893" } }, - "extract_dir": "nim-1.6.0", + "extract_dir": "nim-1.6.2", "post_install": [ "# Copy Nimble package", "Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""