···4 fetchFromGitHub,
5 tree,
6 versionCheckHook,
07}:
8let
9 version = "1.2.0";
···29 tree
30 versionCheckHook
31 ];
003233 meta = {
34 description = "Manage file system object mapping via symlinks. Lightweight alternative to GNU Stow";
···4 fetchFromGitHub,
5 tree,
6 versionCheckHook,
7+ nix-update-script,
8}:
9let
10 version = "1.2.0";
···30 tree
31 versionCheckHook
32 ];
33+34+ passthru.updateScript = nix-update-script { };
3536 meta = {
37 description = "Manage file system object mapping via symlinks. Lightweight alternative to GNU Stow";