We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09aa28c commit 426ecabCopy full SHA for 426ecab
pkgs/by-name/ec/ecapture/package.nix
@@ -16,6 +16,7 @@
16
mariadb,
17
openssl,
18
bash,
19
+ nix-update-script,
20
}:
21
22
buildGoModule rec {
@@ -103,6 +104,8 @@ buildGoModule rec {
103
104
105
vendorHash = "sha256-j5AXZqup0nPUlGWvb4PCLKJFoQx/c4I3PxZB99TTTWA=";
106
107
+ passthru.updateScript = nix-update-script { };
108
+
109
meta = {
110
description = "Capture SSL/TLS text content without CA certificate Using eBPF";
111
changelog = "https://github.com/gojue/ecapture/releases/tag/v${version}";
0 commit comments