nim: Update to version 2.0.8

This commit is contained in:
github-actions[bot] 2024-07-03 16:28:54 +00:00
parent b39058dc9a
commit 1d6be4f1a2

View File

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