Skip to content

Commit 426ecab

Browse files
committed
ecapture: add passthru.updateScript
1 parent 09aa28c commit 426ecab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/by-name/ec/ecapture/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
mariadb,
1717
openssl,
1818
bash,
19+
nix-update-script,
1920
}:
2021

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

104105
vendorHash = "sha256-j5AXZqup0nPUlGWvb4PCLKJFoQx/c4I3PxZB99TTTWA=";
105106

107+
passthru.updateScript = nix-update-script { };
108+
106109
meta = {
107110
description = "Capture SSL/TLS text content without CA certificate Using eBPF";
108111
changelog = "https://github.com/gojue/ecapture/releases/tag/v${version}";

0 commit comments

Comments
 (0)