stown: add nix-update-script

authored by Ralph Seichter and committed by Masum Reza b8e9b34d bf6aec5b

+3
+3
pkgs/by-name/st/stown/package.nix
··· 4 fetchFromGitHub, 5 tree, 6 versionCheckHook, 7 }: 8 let 9 version = "1.2.0"; ··· 29 tree 30 versionCheckHook 31 ]; 32 33 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 }: 9 let 10 version = "1.2.0"; ··· 30 tree 31 versionCheckHook 32 ]; 33 + 34 + passthru.updateScript = nix-update-script { }; 35 36 meta = { 37 description = "Manage file system object mapping via symlinks. Lightweight alternative to GNU Stow";