diff --git a/bucket/nim.json b/bucket/nim.json index 2f7a49ea55..9ec1c164a3 100644 --- a/bucket/nim.json +++ b/bucket/nim.json @@ -1,20 +1,20 @@ { - "version": "1.6.14", + "version": "2.0.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": "mingw-winlibs", "architecture": { "64bit": { - "url": "https://nim-lang.org/download/nim-1.6.14_x64.zip", - "hash": "11b822da0df8af2d764b8ed3ab5ed80f06551f63237f67413ca4df86cf41acf5" + "url": "https://nim-lang.org/download/nim-2.0.0_x64.zip", + "hash": "54ef6f0c3ed26d9615b3f0e442fcbf780dbf31b54d2adcf61257b880a2512d60" }, "32bit": { - "url": "https://nim-lang.org/download/nim-1.6.14_x32.zip", - "hash": "9e9fdac12efe20ca7dc79c26c8b96f2beaee86aaed458b59c956fecd2914848e" + "url": "https://nim-lang.org/download/nim-2.0.0_x32.zip", + "hash": "6cd5a94d29591536ebdc96b304b4d7c402e980f372c814cd882795d7156339aa" } }, - "extract_dir": "nim-1.6.14", + "extract_dir": "nim-2.0.0", "post_install": [ "# Copy Nimble package", "Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""