From 8f76a5eb62fe6c2651fae63ca5453a1b6bd428d2 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 8 Sep 2026 12:44:02 +0000
Subject: [PATCH] fix: update Nim metadata to 2.2.12
---
README.md | 2 +-
src/languages/nim.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index b2d3f33..172a0ab 100644
--- a/README.md
+++ b/README.md
@@ -651,7 +651,7 @@ from its package subpath.
|
| Nextflow | `nextflow` | `.nf` | `26.04.6` | `code-languages/nextflow` |
|
| nginx | `nginx` | `nginx.conf`, `.nginx`, `.conf` | `1.30.4` | `code-languages/nginx` |
|
| Nickel | `nickel` | `.ncl` | `1.17.0` | `code-languages/nickel` |
-|
| Nim | `nim` | `.nim`, `.nims`, `.nimble` | `2.2.10` | `code-languages/nim` |
+|
| Nim | `nim` | `.nim`, `.nims`, `.nimble` | `2.2.12` | `code-languages/nim` |
|
| Nix | `nix` | `.nix` | `2.35.2` | `code-languages/nix` |
|
| Noir | `noir` | `.nr` | `1.0.0-beta` | `code-languages/noir` |
|
| Nunjucks | `nunjucks` | `.njk`, `.nunjucks` | `3.2.4` | `code-languages/nunjucks` |
diff --git a/src/languages/nim.ts b/src/languages/nim.ts
index cd5b8e0..0b0e9b2 100644
--- a/src/languages/nim.ts
+++ b/src/languages/nim.ts
@@ -15,7 +15,7 @@ export const nim = {
packageManagers: ['Nimble'],
ecosystems: ['Systems Programming', 'CLI', 'Web', 'Embedded', 'Native Applications'],
},
- version: '2.2.10',
+ version: '2.2.12',
logo: 'https://cdn.simpleicons.org/nim/FFE953',
color: '#FFE953',
i18n: {