7 pname = "cloudflare-utils";
10 src = fetchFromGitHub {
12 repo = "cloudflare-utils";
14 hash = "sha256-Wa8YCwOY7kwKJmME5hWpEGrC8bxjgVnli1GUwKLyFJg=";
17 vendorHash = "sha256-hoU+GSJHBZtb29jJbeuaFQSn496b1xLzXJtBCbKEcYE=";
20 description = "Helpful Cloudflare utility program";
21 homepage = "https://github.com/Cyb3r-Jak3/cloudflare-utils";
22 license = lib.licenses.asl20;
23 maintainers = with lib.maintainers; [ yelite ];