Skip to content

Commit 27684a5

Browse files
authored
ecapture: 0.8.7 -> 0.8.8 (#351179)
2 parents fe1759e + fe77538 commit 27684a5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,18 @@
1616
mariadb,
1717
openssl,
1818
bash,
19+
nix-update-script,
1920
}:
2021

2122
buildGoModule rec {
2223
pname = "ecapture";
23-
version = "0.8.7";
24+
version = "0.8.8";
2425

2526
src = fetchFromGitHub {
2627
owner = "gojue";
2728
repo = "ecapture";
2829
rev = "refs/tags/v${version}";
29-
hash = "sha256-tkWbX/RGx+SbJn+vqPTgyStBwdhldd5hGuRj8wTwY9M=";
30+
hash = "sha256-pw/qlYVw1ofYDrTWTQVdx/N9U2JjkB05c7IUXURd4B8=";
3031
fetchSubmodules = true;
3132
};
3233

@@ -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)