nim: Update to version 2.2.2

This commit is contained in:
github-actions[bot] 2025-02-06 16:29:47 +00:00
parent 5612c9155e
commit 5d45a58d99

View File

@ -1,5 +1,5 @@
{ {
"version": "2.2.0", "version": "2.2.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.2.0_x64.zip", "url": "https://nim-lang.org/download/nim-2.2.2_x64.zip",
"hash": "932970ed7535c7665c4f79005044ed5240426b5d2b55bfdba36dacc5af479e9d" "hash": "8359f3cafe874f235f8875ff12f842ece57b139bb8b6971a48f1344b08702901"
}, },
"32bit": { "32bit": {
"url": "https://nim-lang.org/download/nim-2.2.0_x32.zip", "url": "https://nim-lang.org/download/nim-2.2.2_x32.zip",
"hash": "67b0bdf4f190ccece7187fc2949703b2fce6cffae407e295f2e176674736cf4d" "hash": "4c8abf041b09d55b76678100451f3a4abb71ba387e916863931fed6ba1254041"
} }
}, },
"extract_dir": "nim-2.2.0", "extract_dir": "nim-2.2.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\""