0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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
commit 01e6f08361
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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";