add missing semicolon

This commit is contained in:
Ivan Folgueira Bande 2026-02-12 12:00:52 +01:00
parent 96348a5e40
commit 959b0fc717
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -39,7 +39,7 @@
(final: prev: {
nimble = prev.nimble.overrideAttrs (old: {
src = prev.fetchFromGitHub {
version = "0.22.0"
version = "0.22.0";
owner = "nim-lang";
repo = "nimble";
rev = "802e158ddce88c93367ebd9b3c66714b215a7928";