tlsclient: add passthru.updateScript

This commit is contained in:
Jacob Moody 2023-07-21 19:33:02 -05:00
parent 98d4da0f82
commit 278cd2be26

View file

@ -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)";