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