From bb2d949cd14a40b649b205f9e6043155663fea9e Mon Sep 17 00:00:00 2001 From: Osi Bluber <87434959+OsiPog@users.noreply.github.com> Date: Thu, 24 Jul 2025 14:15:17 +0200 Subject: [PATCH 1/2] flake: bump `base16-helix` to latest version --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 5a79e3da..8a1a5a8e 100644 --- a/flake.lock +++ b/flake.lock @@ -37,11 +37,11 @@ "base16-helix": { "flake": false, "locked": { - "lastModified": 1748408240, - "narHash": "sha256-9M2b1rMyMzJK0eusea0x3lyh3mu5nMeEDSc4RZkGm+g=", + "lastModified": 1752979451, + "narHash": "sha256-0CQM+FkYy0fOO/sMGhOoNL80ftsAzYCg9VhIrodqusM=", "owner": "tinted-theming", "repo": "base16-helix", - "rev": "6c711ab1a9db6f51e2f6887cc3345530b33e152e", + "rev": "27cf1e66e50abc622fb76a3019012dc07c678fac", "type": "github" }, "original": { From 06d89e95bab748316c8dfddb95d542d9a6ec36f4 Mon Sep 17 00:00:00 2001 From: Osi Bluber <87434959+OsiPog@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:08:40 +0200 Subject: [PATCH 2/2] helix: add `osipog` as maintainer --- modules/helix/meta.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/helix/meta.nix b/modules/helix/meta.nix index 3c4d1539..85252834 100644 --- a/modules/helix/meta.nix +++ b/modules/helix/meta.nix @@ -1,5 +1,6 @@ +{ lib, ... }: { name = "Helix"; homepage = "https://helix-editor.com"; - maintainers = [ ]; + maintainers = [ lib.maintainers.osipog ]; }