nim: Update to version 2.2.6

This commit is contained in:
github-actions[bot] 2025-10-31 12:32:15 +00:00
parent cc66041c8e
commit 84f63ccd47

View File

@ -1,5 +1,5 @@
{ {
"version": "2.2.4", "version": "2.2.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.2.4_x64.zip", "url": "https://nim-lang.org/download/nim-2.2.6_x64.zip",
"hash": "efcfdfd8b7225e10fe9d619b3288a5b25467c5f39ec526e80501393691274612" "hash": "557eed9a9193a3bc812245a997d678fd6dc2c2dec6cfa9ba664a16b310115584"
}, },
"32bit": { "32bit": {
"url": "https://nim-lang.org/download/nim-2.2.4_x32.zip", "url": "https://nim-lang.org/download/nim-2.2.6_x32.zip",
"hash": "cea831b306ca52afc62f8351287967b07aac1586cacc0d21f1a1b6e98cc2e12a" "hash": "00f02af5a62093480ed40a1092fb0f038c10fca907c68c35dc8212af9ba07369"
} }
}, },
"extract_dir": "nim-2.2.4", "extract_dir": "nim-2.2.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\""