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