Commit c93b1f6

HPCesia <me@hpcesia.com>
2026-07-09 09:55:58
update package: helixPlugins.forest: unstable-2026-07-07 -> unstable-2026-07-08
1 parent bc0276f
Changed files (2)
pkgs
helix-plugins
pkgs/helix-plugins/forest.nix
@@ -6,13 +6,13 @@
 }:
 buildHelixPlugin {
   pname = "forest.hx";
-  version = "unstable-2026-07-07";
+  version = "unstable-2026-07-08";
 
   src = fetchFromGitHub {
     owner = "Ra77a3l3-jar";
     repo = "forest.hx";
-    rev = "612036f93b2bbff6b4c68022544d8f0d8480c4fd";
-    hash = "sha256-km3DCDyPd9RGZ7ekbWplSoG40+zpRQvYKIpPGGyBPzU=";
+    rev = "3c599e23c05af95b799f8560c2489cc2821d9c91";
+    hash = "sha256-scg0cV4yQoyf/9MzMNvWnDi5cbjTqLO7KGANc6DqAt0=";
   };
 
   meta = {
README.md
@@ -34,7 +34,7 @@
 | --- | --- | --- | --- | --- |
 | `helixPlugins.fcitx-focus` | [helix-fcitx-focus](https://github.com/mtul0729/helix-fcitx-focus) | `unstable-2026-05-06` | [MIT](https://spdx.org/licenses/MIT.html) | Steel native module for Helix fcitx5 focus and mode switching |
 | `helixPlugins.file-tree` | [file-tree.hx](https://github.com/mattwparas/file-tree.hx) | `unstable-2026-05-01` | Not specified | File tree for helix, using Steel. |
-| `helixPlugins.forest` | [forest.hx](https://github.com/Ra77a3l3-jar/forest.hx) | `unstable-2026-07-07` | [MIT](https://spdx.org/licenses/MIT.html) | A file explorer tree for Helix |
+| `helixPlugins.forest` | [forest.hx](https://github.com/Ra77a3l3-jar/forest.hx) | `unstable-2026-07-08` | [MIT](https://spdx.org/licenses/MIT.html) | A file explorer tree for Helix |
 | `helixPlugins.glyph` | [glyph.hx](https://github.com/Ra77a3l3-jar/glyph.hx) | `unstable-2026-07-06` | [MIT](https://spdx.org/licenses/MIT.html) | Shared icon library for Helix plugins |
 | `helixPlugins.helix-file-watcher` | [helix-file-watcher](https://github.com/mattwparas/helix-file-watcher) | `unstable-2026-05-21` | Not specified | Helix file watcher plugin |
 | `helixPlugins.notify` | [notify.hx](https://github.com/chuwy/notify.hx) | `unstable-2026-05-30` | [MIT](https://spdx.org/licenses/MIT.html) | A notification engine for Helix |