12 rustPlatform.buildRustPackage rec {
14 version = "unstable-2023-07-19";
16 src = fetchFromGitHub {
19 rev = "9f4f9c617f2477850ed70f1b1d7387807c35d26c";
20 hash = "sha256-jmQ88flSMrS0CB7GNj1Ee60HZgroDKTwLk0i/kg6gVM=";
23 cargoHash = "sha256-+WLb4DsAW6tnO0KdtD9zMnYCEb1t0onZqFhnqhbIStU=";
33 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
34 darwin.apple_sdk.frameworks.Security
38 ZSTD_SYS_USE_PKG_CONFIG = true;
42 description = "NIST-based CVE lookup store and API powered by Rust";
43 homepage = "https://github.com/Exein-io/kepler";
44 license = licenses.asl20;
45 maintainers = with maintainers; [ fab ];
46 mainProgram = "kepler";