We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9246ba4 commit 27ac28eCopy full SHA for 27ac28e
pkgs/by-name/ll/lls/package.nix
@@ -5,17 +5,17 @@
5
}:
6
rustPlatform.buildRustPackage rec {
7
pname = "lls";
8
- version = "0.3.0";
+ version = "0.4.0";
9
10
src = fetchFromGitHub {
11
owner = "jcaesar";
12
repo = "lls";
13
- rev = "v${version}";
14
- hash = "sha256-f2f09ptMBZfBY1jjOEc8ElAoEj4LKXXSdXLlYLf8Z3M=";
+ tag = "v${version}";
+ hash = "sha256-7biyctXeTTZi8PQqKKYn7Qkuw1CxJ9lT6Wo1+rpnjVs=";
15
};
16
17
useFetchCargoVendor = true;
18
- cargoHash = "sha256-Hc6roJJ5xbqdCAsZIf0V2Z8KPm+t7AQ5Q9It1ynWqhw=";
+ cargoHash = "sha256-v4AW6kL546LNdBh9GEJfC5lKJBvVhfF52MS4bOkUbdU=";
19
20
meta = with lib; {
21
description = "Tool to list listening sockets";
0 commit comments