Commit 1bd560f

HPCesia <me@hpcesia.com>
2026-07-10 14:50:01
update package: helixPlugins.forest: unstable-2026-07-08 -> unstable-2026-07-10
1 parent 421b72c
Changed files (2)
pkgs
helix-plugins
pkgs/helix-plugins/forest.nix
@@ -6,13 +6,13 @@
 }:
 buildHelixPlugin {
   pname = "forest.hx";
-  version = "0-unstable-2026-07-08";
+  version = "0-unstable-2026-07-10";
 
   src = fetchFromGitHub {
     owner = "Ra77a3l3-jar";
     repo = "forest.hx";
-    rev = "3c599e23c05af95b799f8560c2489cc2821d9c91";
-    hash = "sha256-scg0cV4yQoyf/9MzMNvWnDi5cbjTqLO7KGANc6DqAt0=";
+    rev = "bc7fea7bbc70c285357e515af30678c26a100e7d";
+    hash = "sha256-HP/ISHRNs6Se5im54QeT17mO5cs2jD3D5TvBrwJP55k=";
   };
 
   meta = {
README.md
@@ -34,7 +34,7 @@
 | --- | --- | --- | --- | --- |
 | `helixPlugins.fcitx-focus` | [helix-fcitx-focus](https://github.com/mtul0729/helix-fcitx-focus) | `0-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) | `0-unstable-2026-05-01` | Not specified | File tree for helix, using Steel. |
-| `helixPlugins.forest` | [forest.hx](https://github.com/Ra77a3l3-jar/forest.hx) | `0-unstable-2026-07-08` | [MIT](https://spdx.org/licenses/MIT.html) | A file explorer tree for Helix |
+| `helixPlugins.forest` | [forest.hx](https://github.com/Ra77a3l3-jar/forest.hx) | `0-unstable-2026-07-10` | [MIT](https://spdx.org/licenses/MIT.html) | A file explorer tree for Helix |
 | `helixPlugins.glyph` | [glyph.hx](https://github.com/Ra77a3l3-jar/glyph.hx) | `0-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) | `0-unstable-2026-05-21` | Not specified | Helix file watcher plugin |
 | `helixPlugins.notify` | [notify.hx](https://github.com/chuwy/notify.hx) | `0-unstable-2026-05-30` | [MIT](https://spdx.org/licenses/MIT.html) | A notification engine for Helix |