Unverified Commit 01f13973 authored by PAEPCKE, Michael's avatar PAEPCKE, Michael
Browse files

tlsinfo: add nix-update-script hook

parent 762169c2
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";