diff options
Diffstat (limited to 'pkgs/cfspeedtest/default.nix')
| -rw-r--r-- | pkgs/cfspeedtest/default.nix | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/pkgs/cfspeedtest/default.nix b/pkgs/cfspeedtest/default.nix deleted file mode 100644 index f68f8a1..0000000 --- a/pkgs/cfspeedtest/default.nix +++ /dev/null @@ -1,27 +0,0 @@ -{ - lib, - fetchFromGitHub, - rustPlatform, -}: -rustPlatform.buildRustPackage rec { - pname = "cfspeedtest"; - version = "1.1.3"; - - src = fetchFromGitHub { - owner = "code-inflation"; - repo = pname; - rev = "v${version}"; - sha256 = "sha256-ZbE8/mh9hb81cGz0Wxq3gTa9BueKfQApeq5z2DGUak0="; - }; - - cargoLock = { - lockFile = "${src}/Cargo.lock"; - }; - - meta = with lib; { - homepage = "https://github.com/code-inflation/cfspeedtest"; - description = "Unofficial CLI for speed.cloudflare.com"; - license = licenses.mit; - maintainers = with maintainers; [getchoo]; - }; -} |
