tlsinfo: add nix-update-script hook (#388142)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
@@ -22,6 +23,8 @@ buildGoModule rec {
|
||||
"-w"
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/paepckehh/tlsinfo/releases/tag/v${version}";
|
||||
homepage = "https://paepcke.de/tlsinfo";
|
||||
|
||||
Reference in New Issue
Block a user