Loading pkgs/by-name/ll/lls/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
pkgs/by-name/ll/lls/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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"; Loading