tlsinfo: add nix-update-script hook

This commit is contained in:
PAEPCKE, Michael
2025-03-10 18:32:22 +00:00
parent 762169c20a
commit 01f13973be
+3
View File
@@ -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";