diff --git a/bucket/nim.json b/bucket/nim.json index 4e89df1854..dd93476533 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.2.0", + "version": "1.2.2", "license": "MIT", "architecture": { "64bit": { - "url": "https://nim-lang.org/download/nim-1.2.0_x64.zip", - "hash": "0e231dd44648f4ecb43ad8068dfa8d1cd1b86e807704c6475fc0d7c4f1341913" + "url": "https://nim-lang.org/download/nim-1.2.2_x64.zip", + "hash": "142ade2508bf5c8020a1bafeb9383fbdc424161f1bd966172732035a1024f59a" }, "32bit": { - "url": "https://nim-lang.org/download/nim-1.2.0_x32.zip", - "hash": "643cb9d22e21e48dc9e1a5801cb81981ebcea2279821cb7e3b24f33f5165ce66" + "url": "https://nim-lang.org/download/nim-1.2.2_x32.zip", + "hash": "7aca1fd47dc4e6348ed7399375775bfc056f0c0fd4d78676e48440244be97e18" } }, "depends": "gcc", - "extract_dir": "nim-1.2.0", + "extract_dir": "nim-1.2.2", "post_install": [ "# Copy Nimble package", "Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""