lls: 0.4.0 -> 0.4.1 (#395987)

This commit is contained in:
K900
2025-04-08 09:33:52 +03:00
committed by GitHub
+3 -3
View File
@@ -5,17 +5,17 @@
}:
rustPlatform.buildRustPackage rec {
pname = "lls";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "jcaesar";
repo = "lls";
tag = "v${version}";
hash = "sha256-7biyctXeTTZi8PQqKKYn7Qkuw1CxJ9lT6Wo1+rpnjVs=";
hash = "sha256-OszKEWrpXEyi+0ayTzqy6O+cMZ/AVmesN3QJWCAHF7Q=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-v4AW6kL546LNdBh9GEJfC5lKJBvVhfF52MS4bOkUbdU=";
cargoHash = "sha256-GIAGy0yLV7hRUk7cMEKxjmXJxpZSNyMXICEGr4vfIxc=";
meta = with lib; {
description = "Tool to list listening sockets";