lls: 0.2.0 -> 0.3.0 (#347917)

This commit is contained in:
K900 2024-10-12 03:34:08 +03:00 committed by GitHub
commit dcb3cca32d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,21 +5,24 @@
}:
rustPlatform.buildRustPackage rec {
pname = "lls";
version = "0.2.0";
version = "0.3.0";
src = fetchFromGitHub {
owner = "jcaesar";
repo = "lls";
rev = "v${version}";
hash = "sha256-FtRPRR+/R3JTEI90mAEHFyhqloAbNEdR3jkquKa9Ahw=";
hash = "sha256-f2f09ptMBZfBY1jjOEc8ElAoEj4LKXXSdXLlYLf8Z3M=";
};
cargoHash = "sha256-yjRbg/GzCs5d3zXL22j5U9c4BlOcRHyggHCovj4fMIs=";
cargoHash = "sha256-LS0azaKBFWW86R4XO5BkCHMEG2UwgkVQIwLELxewiu0=";
meta = with lib; {
description = "Tool to list listening sockets";
license = licenses.mit;
maintainers = [ maintainers.k900 ];
maintainers = [
maintainers.k900
maintainers.jcaesar
];
platforms = platforms.linux;
homepage = "https://github.com/jcaesar/lls";
mainProgram = "lls";