Skip to content

Commit 8889f44

Browse files
authored
tlsinfo: add nix-update-script hook (#388142)
2 parents 025225f + 01f1397 commit 8889f44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/by-name/tl/tlsinfo/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
lib,
33
buildGoModule,
44
fetchFromGitHub,
5+
nix-update-script,
56
}:
67

78
buildGoModule rec {
@@ -22,6 +23,8 @@ buildGoModule rec {
2223
"-w"
2324
];
2425

26+
passthru.updateScript = nix-update-script { };
27+
2528
meta = {
2629
changelog = "https://github.com/paepckehh/tlsinfo/releases/tag/v${version}";
2730
homepage = "https://paepcke.de/tlsinfo";

0 commit comments

Comments
 (0)