Unverified Commit 426ecabd authored by wxt's avatar wxt
Browse files

ecapture: add passthru.updateScript

parent 09aa28c2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
  mariadb,
  openssl,
  bash,
  nix-update-script,
}:

buildGoModule rec {
@@ -103,6 +104,8 @@ buildGoModule rec {

  vendorHash = "sha256-j5AXZqup0nPUlGWvb4PCLKJFoQx/c4I3PxZB99TTTWA=";

  passthru.updateScript = nix-update-script { };

  meta = {
    description = "Capture SSL/TLS text content without CA certificate Using eBPF";
    changelog = "https://github.com/gojue/ecapture/releases/tag/v${version}";