tlsclient: add passthru.updateScript
This commit is contained in:
parent
98d4da0f82
commit
278cd2be26
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
, pkg-config
|
||||
, openssl
|
||||
, installShellFiles
|
||||
, gitUpdater
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
|
@ -28,6 +29,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
installManPage tlsclient.1
|
||||
'';
|
||||
|
||||
passthru.updateScript = gitUpdater {
|
||||
rev-prefix = "v";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "tlsclient command line utility";
|
||||
longDescription = "unix port of 9front's tlsclient(1) and rcpu(1)";
|
||||
|
|
Loading…
Reference in a new issue