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