Unverified Commit 8889f445 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

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

parents 025225f7 01f13973
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";