nim: Update to version 2.0.4

This commit is contained in:
github-actions[bot] 2024-04-16 17:08:23 +00:00
parent 6030d2c19c
commit ba130ea75b

View File

@ -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.", "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/", "homepage": "https://nim-lang.org/",
"license": "MIT", "license": "MIT",
@ -8,15 +8,15 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://nim-lang.org/download/nim-2.0.2_x64.zip", "url": "https://nim-lang.org/download/nim-2.0.4_x64.zip",
"hash": "948dbf8e3fdd1b5242e3d662fd25c50e9b2586e097be8a85c22d7db2bde70bad" "hash": "febee540483c3c1d620b2d8ed4ea1ce3a4b041debf2782d848124e66886522e3"
}, },
"32bit": { "32bit": {
"url": "https://nim-lang.org/download/nim-2.0.2_x32.zip", "url": "https://nim-lang.org/download/nim-2.0.4_x32.zip",
"hash": "d076d35fdab29baf83c66f1135a1fd607eb61d4c14037706f7be3ba58fb83d87" "hash": "3fef2e8eb99af6e7e3c27950f19c8b8fac0515ca0a4339367cd590376ef8a1c8"
} }
}, },
"extract_dir": "nim-2.0.2", "extract_dir": "nim-2.0.4",
"post_install": [ "post_install": [
"# Copy Nimble package", "# Copy Nimble package",
"Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\"" "Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""