nim: Update to version 1.6.10

This commit is contained in:
github-actions[bot] 2022-11-23 12:31:21 +00:00
parent cb81dc4f9e
commit 7214a22278

View File

@ -1,20 +1,20 @@
{ {
"version": "1.6.8", "version": "1.6.10",
"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",
"depends": "mingw-winlibs", "depends": "mingw-winlibs",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://nim-lang.org/download/nim-1.6.8_x64.zip", "url": "https://nim-lang.org/download/nim-1.6.10_x64.zip",
"hash": "baeea83bcc1d3ae75537aa37f77d3cf00a975849279aea35dd8e3668fc2be857" "hash": "826ca93a6ec7270c0d5395723b0e1e213d0286feecea5be6bd5bb8362ff4866f"
}, },
"32bit": { "32bit": {
"url": "https://nim-lang.org/download/nim-1.6.8_x32.zip", "url": "https://nim-lang.org/download/nim-1.6.10_x32.zip",
"hash": "fb35cf9b67b2c0cc9ac3d4df1d2a8e534b15fb9c484088cc091c627d7168cc63" "hash": "09bbfb855f8aa3d9f882a6c99a60ebaee063290ef07232f971c42f1ff72d3235"
} }
}, },
"extract_dir": "nim-1.6.8", "extract_dir": "nim-1.6.10",
"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\""