10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 sha256 = "sha256-91nrxCqX4BJVP9gKcrWrEgjVkTnwkVKxFA8KjcFjaOs=";
22 # Needed to get openssl-sys to use pkgconfig.
23 OPENSSL_NO_VENDOR = 1;
25 buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];
26 nativeBuildInputs = [ pkg-config ];
28 cargoSha256 = "sha256-nWhqYvji53KurLGECsgE13Bwxng8CZUfdkv3mhHSl7Y=";
31 homepage = "https://docs.sentry.io/cli/";
32 license = licenses.bsd3;
33 description = "A command line utility to work with Sentry";
34 changelog = "https://github.com/getsentry/sentry-cli/raw/${version}/CHANGELOG.md";
35 maintainers = with maintainers; [ rizary ];