tlsinfo: add nix-update-script hook (#388142)

This commit is contained in:
Austin Horstman
2025-03-10 23:45:23 -05:00
committed by GitHub
+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";