nim: Update to version 2.0.6

This commit is contained in:
github-actions[bot] 2024-06-17 12:31:55 +00:00
parent 16b9dc861c
commit 26f641afbd

View File

@ -1,5 +1,5 @@
{ {
"version": "2.0.4", "version": "2.0.6",
"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.4_x64.zip", "url": "https://nim-lang.org/download/nim-2.0.6_x64.zip",
"hash": "febee540483c3c1d620b2d8ed4ea1ce3a4b041debf2782d848124e66886522e3" "hash": "e67f069890c2ae970266fa146c5211eca0ed2a09a29e6a8308ef02557b3f9e38"
}, },
"32bit": { "32bit": {
"url": "https://nim-lang.org/download/nim-2.0.4_x32.zip", "url": "https://nim-lang.org/download/nim-2.0.6_x32.zip",
"hash": "3fef2e8eb99af6e7e3c27950f19c8b8fac0515ca0a4339367cd590376ef8a1c8" "hash": "e6370da947ac8f8846bcce1bd872043bcf3a31a811dc8cdd4bcd5dcd7adacaec"
} }
}, },
"extract_dir": "nim-2.0.4", "extract_dir": "nim-2.0.6",
"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\""