nim: Update to version 2.0.2

This commit is contained in:
github-actions[bot] 2023-12-19 20:23:06 +00:00
parent 7aa07122f0
commit b444edf824

View File

@ -1,5 +1,5 @@
{ {
"version": "2.0.0", "version": "2.0.2",
"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.0_x64.zip", "url": "https://nim-lang.org/download/nim-2.0.2_x64.zip",
"hash": "54ef6f0c3ed26d9615b3f0e442fcbf780dbf31b54d2adcf61257b880a2512d60" "hash": "948dbf8e3fdd1b5242e3d662fd25c50e9b2586e097be8a85c22d7db2bde70bad"
}, },
"32bit": { "32bit": {
"url": "https://nim-lang.org/download/nim-2.0.0_x32.zip", "url": "https://nim-lang.org/download/nim-2.0.2_x32.zip",
"hash": "6cd5a94d29591536ebdc96b304b4d7c402e980f372c814cd882795d7156339aa" "hash": "d076d35fdab29baf83c66f1135a1fd607eb61d4c14037706f7be3ba58fb83d87"
} }
}, },
"extract_dir": "nim-2.0.0", "extract_dir": "nim-2.0.2",
"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\""