diff --git a/bucket/nim.json b/bucket/nim.json index ab1e0004d6..5c5243397e 100644 --- a/bucket/nim.json +++ b/bucket/nim.json @@ -1,20 +1,20 @@ { - "version": "1.4.2", + "version": "1.4.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", "depends": "gcc", "architecture": { "64bit": { - "url": "https://nim-lang.org/download/nim-1.4.2_x64.zip", - "hash": "f8f2e4ae0a61a917a23d465d4c8d84348695e551187233f2937b98639a59ca9a" + "url": "https://nim-lang.org/download/nim-1.4.4_x64.zip", + "hash": "92106b7d46c6c297a51980e5fcc18928aba7b2350641a84a4ca3f36e31552252" }, "32bit": { - "url": "https://nim-lang.org/download/nim-1.4.2_x32.zip", - "hash": "eb755c4bc984ce31fd99a9b04142a947c1e8c268e2bcb2f49f499a28ce71c2c3" + "url": "https://nim-lang.org/download/nim-1.4.4_x32.zip", + "hash": "fd0f54a4ca8383dc9dcbddef14a5ed983d4d379d13b234a796b5558c1ccc9d71" } }, - "extract_dir": "nim-1.4.2", + "extract_dir": "nim-1.4.4", "post_install": [ "# Copy Nimble package", "Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""