Skip to content

Commit 22728a4

Browse files
authored
lls: 0.3.0 -> 0.4.0 (#394241)
2 parents ad83cdf + 27ac28e commit 22728a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/ll/lls/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
}:
66
rustPlatform.buildRustPackage rec {
77
pname = "lls";
8-
version = "0.3.0";
8+
version = "0.4.0";
99

1010
src = fetchFromGitHub {
1111
owner = "jcaesar";
1212
repo = "lls";
13-
rev = "v${version}";
14-
hash = "sha256-f2f09ptMBZfBY1jjOEc8ElAoEj4LKXXSdXLlYLf8Z3M=";
13+
tag = "v${version}";
14+
hash = "sha256-7biyctXeTTZi8PQqKKYn7Qkuw1CxJ9lT6Wo1+rpnjVs=";
1515
};
1616

1717
useFetchCargoVendor = true;
18-
cargoHash = "sha256-Hc6roJJ5xbqdCAsZIf0V2Z8KPm+t7AQ5Q9It1ynWqhw=";
18+
cargoHash = "sha256-v4AW6kL546LNdBh9GEJfC5lKJBvVhfF52MS4bOkUbdU=";
1919

2020
meta = with lib; {
2121
description = "Tool to list listening sockets";

0 commit comments

Comments
 (0)