6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-f2f09ptMBZfBY1jjOEc8ElAoEj4LKXXSdXLlYLf8Z3M=";
17 cargoHash = "sha256-LS0azaKBFWW86R4XO5BkCHMEG2UwgkVQIwLELxewiu0=";
20 description = "Tool to list listening sockets";
21 license = licenses.mit;
26 platforms = platforms.linux;
27 homepage = "https://github.com/jcaesar/lls";