File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1616 mariadb ,
1717 openssl ,
1818 bash ,
19+ nix-update-script ,
1920} :
2021
2122buildGoModule 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 } " ;
You can’t perform that action at this time.
0 commit comments