diff --git a/bucket/nim.json b/bucket/nim.json index 722cf6bd46..ce5438e0cc 100644 --- a/bucket/nim.json +++ b/bucket/nim.json @@ -1,5 +1,5 @@ { - "version": "2.0.4", + "version": "2.0.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", @@ -8,15 +8,15 @@ }, "architecture": { "64bit": { - "url": "https://nim-lang.org/download/nim-2.0.4_x64.zip", - "hash": "febee540483c3c1d620b2d8ed4ea1ce3a4b041debf2782d848124e66886522e3" + "url": "https://nim-lang.org/download/nim-2.0.6_x64.zip", + "hash": "e67f069890c2ae970266fa146c5211eca0ed2a09a29e6a8308ef02557b3f9e38" }, "32bit": { - "url": "https://nim-lang.org/download/nim-2.0.4_x32.zip", - "hash": "3fef2e8eb99af6e7e3c27950f19c8b8fac0515ca0a4339367cd590376ef8a1c8" + "url": "https://nim-lang.org/download/nim-2.0.6_x32.zip", + "hash": "e6370da947ac8f8846bcce1bd872043bcf3a31a811dc8cdd4bcd5dcd7adacaec" } }, - "extract_dir": "nim-2.0.4", + "extract_dir": "nim-2.0.6", "post_install": [ "# Copy Nimble package", "Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""