1 { lib, buildGoModule, fetchFromGitHub, fetchpatch }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-H0soiKOytchfcFx17az0pGoFbA+hhXLxGJVdaARvnDc=";
16 # https://github.com/asciimoo/wuzz/pull/146
18 url = "https://github.com/asciimoo/wuzz/commit/bb4c4fff794f160920df1d3b87541b28f071862c.patch";
19 hash = "sha256-nbgwmST36nB5ia3mgZvkwAVqJfznvFnNyzdoyo51kLg=";
23 vendorHash = "sha256-oIm6DWSs6ZDKi6joxydguSXxqtGyKP21cmWtz8MkeIQ=";
26 homepage = "https://github.com/asciimoo/wuzz";
27 description = "Interactive cli tool for HTTP inspection";
28 license = licenses.agpl3Only;
29 maintainers = with maintainers; [ pradeepchhetri ];