nim: Update to version 2.2.0

This commit is contained in:
github-actions[bot] 2024-10-02 16:30:36 +00:00
parent 5ba465fea1
commit dc4f0475c4

View File

@ -1,5 +1,5 @@
{
"version": "2.0.8",
"version": "2.2.0",
"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.0.8_x64.zip",
"hash": "ad073af8fe578edab89a0c71809c7f252a85ba1905f32b5351a92323657e15e1"
"url": "https://nim-lang.org/download/nim-2.2.0_x64.zip",
"hash": "932970ed7535c7665c4f79005044ed5240426b5d2b55bfdba36dacc5af479e9d"
},
"32bit": {
"url": "https://nim-lang.org/download/nim-2.0.8_x32.zip",
"hash": "924b759d539aace403407df3573516f6016eaded2e6bc57466acc489e915ca50"
"url": "https://nim-lang.org/download/nim-2.2.0_x32.zip",
"hash": "67b0bdf4f190ccece7187fc2949703b2fce6cffae407e295f2e176674736cf4d"
}
},
"extract_dir": "nim-2.0.8",
"extract_dir": "nim-2.2.0",
"post_install": [
"# Copy Nimble package",
"Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""