From ddc83505e7413fa75d22e116baf4f70a926453c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 08:29:42 +0000 Subject: [PATCH] nim: Update to version 1.6.12 --- bucket/nim.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/nim.json b/bucket/nim.json index 8f55fe7bc9..831460a084 100644 --- a/bucket/nim.json +++ b/bucket/nim.json @@ -1,20 +1,20 @@ { - "version": "1.6.10", + "version": "1.6.12", "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", "depends": "mingw-winlibs", "architecture": { "64bit": { - "url": "https://nim-lang.org/download/nim-1.6.10_x64.zip", - "hash": "826ca93a6ec7270c0d5395723b0e1e213d0286feecea5be6bd5bb8362ff4866f" + "url": "https://nim-lang.org/download/nim-1.6.12_x64.zip", + "hash": "d226309a33bb965076e105c53d9050268e994cd15ea050f6e15b9da4ed096afb" }, "32bit": { - "url": "https://nim-lang.org/download/nim-1.6.10_x32.zip", - "hash": "09bbfb855f8aa3d9f882a6c99a60ebaee063290ef07232f971c42f1ff72d3235" + "url": "https://nim-lang.org/download/nim-1.6.12_x32.zip", + "hash": "2ed2d52c18276a57dc7ca56f13f0b3f32c170e033e939529aef32680ecfc2bce" } }, - "extract_dir": "nim-1.6.10", + "extract_dir": "nim-1.6.12", "post_install": [ "# Copy Nimble package", "Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\""