nim: Update to version 1.6.14

This commit is contained in:
github-actions[bot] 2023-06-27 12:30:58 +00:00
parent f088c9680d
commit 905dedf378

View File

@ -1,20 +1,20 @@
{ {
"version": "1.6.12", "version": "1.6.14",
"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.12_x64.zip", "url": "https://nim-lang.org/download/nim-1.6.14_x64.zip",
"hash": "d226309a33bb965076e105c53d9050268e994cd15ea050f6e15b9da4ed096afb" "hash": "11b822da0df8af2d764b8ed3ab5ed80f06551f63237f67413ca4df86cf41acf5"
}, },
"32bit": { "32bit": {
"url": "https://nim-lang.org/download/nim-1.6.12_x32.zip", "url": "https://nim-lang.org/download/nim-1.6.14_x32.zip",
"hash": "2ed2d52c18276a57dc7ca56f13f0b3f32c170e033e939529aef32680ecfc2bce" "hash": "9e9fdac12efe20ca7dc79c26c8b96f2beaee86aaed458b59c956fecd2914848e"
} }
}, },
"extract_dir": "nim-1.6.12", "extract_dir": "nim-1.6.14",
"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\""