mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
lls: 0.2.0 -> 0.3.0 (#347917)
This commit is contained in:
commit
dcb3cca32d
@ -5,21 +5,24 @@
|
|||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "lls";
|
pname = "lls";
|
||||||
version = "0.2.0";
|
version = "0.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jcaesar";
|
owner = "jcaesar";
|
||||||
repo = "lls";
|
repo = "lls";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-FtRPRR+/R3JTEI90mAEHFyhqloAbNEdR3jkquKa9Ahw=";
|
hash = "sha256-f2f09ptMBZfBY1jjOEc8ElAoEj4LKXXSdXLlYLf8Z3M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-yjRbg/GzCs5d3zXL22j5U9c4BlOcRHyggHCovj4fMIs=";
|
cargoHash = "sha256-LS0azaKBFWW86R4XO5BkCHMEG2UwgkVQIwLELxewiu0=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Tool to list listening sockets";
|
description = "Tool to list listening sockets";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.k900 ];
|
maintainers = [
|
||||||
|
maintainers.k900
|
||||||
|
maintainers.jcaesar
|
||||||
|
];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
homepage = "https://github.com/jcaesar/lls";
|
homepage = "https://github.com/jcaesar/lls";
|
||||||
mainProgram = "lls";
|
mainProgram = "lls";
|
||||||
|
Loading…
Reference in New Issue
Block a user