4 directoryListingUpdater,
12 stdenv.mkDerivation rec {
17 url = "https://redwax.eu/dist/rs/${pname}-${version}.tar.gz";
18 hash = "sha256-HFPQ1A3ULtT2MduIQZS1drdQvCdZqJqKpOsJLEw67sI=";
21 nativeBuildInputs = [ pkg-config ];
29 inherit (mod_ca) configureFlags installFlags;
31 passthru.updateScript = directoryListingUpdater {
32 url = "https://redwax.eu/dist/rs/";
36 description = "RedWax CA service modules for SCEP (Automatic ceritifcate issue/renewal)";
37 homepage = "https://redwax.eu";
38 changelog = "https://source.redwax.eu/projects/RS/repos/mod_scep/browse/ChangeLog";
39 license = licenses.asl20;
40 platforms = platforms.unix;
41 maintainers = with maintainers; [ dirkx ];