nim: Update to version 2.2.8

This commit is contained in:
github-actions[bot] 2026-02-23 12:33:11 +00:00
parent 0e53e46904
commit c8b22eeee8

View File

@ -1,5 +1,5 @@
{
"version": "2.2.6",
"version": "2.2.8",
"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",
@ -8,15 +8,15 @@
},
"architecture": {
"64bit": {
"url": "https://nim-lang.org/download/nim-2.2.6_x64.zip",
"hash": "557eed9a9193a3bc812245a997d678fd6dc2c2dec6cfa9ba664a16b310115584"
"url": "https://nim-lang.org/download/nim-2.2.8_x64.zip",
"hash": "11fe2415a64a791b899cc78e2eeacdde93b5f122f2fabc447db36d38002bfb8c"
},
"32bit": {
"url": "https://nim-lang.org/download/nim-2.2.6_x32.zip",
"hash": "00f02af5a62093480ed40a1092fb0f038c10fca907c68c35dc8212af9ba07369"
"url": "https://nim-lang.org/download/nim-2.2.8_x32.zip",
"hash": "69033d8ad53e2d3db25b227f054208edacc914e9430206375680663ab19d82cb"
}
},
"extract_dir": "nim-2.2.6",
"extract_dir": "nim-2.2.8",
"post_install": [
"# Copy Nimble package",
"Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""