Loading pkgs/development/tools/misc/httpref/default.nix 0 → 100644 +28 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "httpref"; version = "1.6.1"; src = fetchFromGitHub { owner = "dnnrly"; repo = "httpref"; rev = "v${version}"; hash = "sha256-T5fR9cyqsM6Kw6kFqZedoSxyvFkkxNpuErscwiUTMa0="; }; vendorHash = "sha256-9Ei4Lfll79f/+iuO5KesUMaTgkS9nq+1tma/dhOZ7Qw="; ldflags = [ "-s" "-w" ]; meta = with lib; { description = "Command line, offline, access to HTTP status code, common header, and port references"; homepage = "https://github.com/dnnrly/httpref"; changelog = "https://github.com/dnnrly/httpref/releases/tag/${src.rev}"; license = licenses.asl20; maintainers = with maintainers; [ figsoda ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -21052,6 +21052,8 @@ with pkgs; http-parser = callPackage ../development/libraries/http-parser { }; httpref = callPackage ../development/tools/misc/httpref { }; hubble = callPackage ../applications/networking/cluster/hubble { }; hunspell = callPackage ../development/libraries/hunspell { }; Loading
pkgs/development/tools/misc/httpref/default.nix 0 → 100644 +28 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "httpref"; version = "1.6.1"; src = fetchFromGitHub { owner = "dnnrly"; repo = "httpref"; rev = "v${version}"; hash = "sha256-T5fR9cyqsM6Kw6kFqZedoSxyvFkkxNpuErscwiUTMa0="; }; vendorHash = "sha256-9Ei4Lfll79f/+iuO5KesUMaTgkS9nq+1tma/dhOZ7Qw="; ldflags = [ "-s" "-w" ]; meta = with lib; { description = "Command line, offline, access to HTTP status code, common header, and port references"; homepage = "https://github.com/dnnrly/httpref"; changelog = "https://github.com/dnnrly/httpref/releases/tag/${src.rev}"; license = licenses.asl20; maintainers = with maintainers; [ figsoda ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -21052,6 +21052,8 @@ with pkgs; http-parser = callPackage ../development/libraries/http-parser { }; httpref = callPackage ../development/tools/misc/httpref { }; hubble = callPackage ../applications/networking/cluster/hubble { }; hunspell = callPackage ../development/libraries/hunspell { };