10 stdenv.mkDerivation (finalAttrs: {
14 src = fetchFromGitHub {
17 rev = "v${finalAttrs.version}";
18 hash = "sha256-wlxQONOCLPuNdI6AyMJoLP09cs+ak7Jv9idhXTT5RWA=";
21 buildInputs = [ openssl ];
28 passthru.updateScript = nix-update-script { };
31 description = "Client-only implementation of the SCEP (Cisco System's Simple Certificate Enrollment Protocol)";
32 homepage = "https://github.com/certnanny/sscep";
33 maintainers = [ lib.maintainers.stv0g ];
38 platforms = lib.platforms.all;