diff --git a/bucket/nim.json b/bucket/nim.json index 53a0e0e5f6..d2d47c7764 100644 --- a/bucket/nim.json +++ b/bucket/nim.json @@ -1,20 +1,20 @@ { "homepage": "https://nim-lang.org/", "description": "A statically typed compiled systems programming language, which combines successful concepts from mature languages like Python, Ada and Modula.", - "version": "1.0.4", + "version": "1.0.6", "license": "MIT", "architecture": { "64bit": { - "url": "https://nim-lang.org/download/nim-1.0.4_x64.zip", - "hash": "e1f09f02d294aaac4c474fb94a08fa77ee4014784026e4e2ffbe55e9bc12b293" + "url": "https://nim-lang.org/download/nim-1.0.6_x64.zip", + "hash": "cd9585b407ec22c588cb3836862ee113e3e7eea729934eef8f81e0c1210e780d" }, "32bit": { - "url": "https://nim-lang.org/download/nim-1.0.4_x32.zip", - "hash": "a6a2beb099a276e259013a016addfcbf128bd33cccb5bdca56b06b63edcb7610" + "url": "https://nim-lang.org/download/nim-1.0.6_x32.zip", + "hash": "33d274e7ec6edb62c354e5cf104e0e3eb054b7dabbd2302678b5e56001dc04e3" } }, "depends": "gcc", - "extract_dir": "nim-1.0.4", + "extract_dir": "nim-1.0.6", "post_install": [ "# Copy Nimble package", "Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""