Unverified Commit 22728a44 authored by K900's avatar K900 Committed by GitHub
Browse files

lls: 0.3.0 -> 0.4.0 (#394241)

parents ad83cdf1 27ac28ef
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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";