lls: 0.3.0 -> 0.4.0

This commit is contained in:
Julius Michaelis
2025-03-29 17:36:53 +09:00
parent 9246ba4479
commit 27ac28efab
+4 -4
View File
@@ -5,17 +5,17 @@
}:
rustPlatform.buildRustPackage rec {
pname = "lls";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "jcaesar";
repo = "lls";
rev = "v${version}";
hash = "sha256-f2f09ptMBZfBY1jjOEc8ElAoEj4LKXXSdXLlYLf8Z3M=";
tag = "v${version}";
hash = "sha256-7biyctXeTTZi8PQqKKYn7Qkuw1CxJ9lT6Wo1+rpnjVs=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Hc6roJJ5xbqdCAsZIf0V2Z8KPm+t7AQ5Q9It1ynWqhw=";
cargoHash = "sha256-v4AW6kL546LNdBh9GEJfC5lKJBvVhfF52MS4bOkUbdU=";
meta = with lib; {
description = "Tool to list listening sockets";