{ lib , rustPlatform , name ? "cloudflare-dns-operator" }: rustPlatform.buildRustPackage { version = "0.1.8"; pname = name; cargoHash = "sha256-5CUv4+acN5itgx8rM1jUZeVL7wvzOIVOhuf4KWIoTNo="; src = ../.; meta = with lib; { homepage = "https://github.com/hypervideo/cloudflare-dns-operator"; description = "This is a kubernetes operator to manage cloudflare DNS entries from within kubernetes."; mainProgram = "cloudflare-dns-operator"; license = licenses.mpl20; maintainers = with maintainers; [ rksm ]; }; }