9 stdenv.mkDerivation rec {
10 pname = "acme-client";
14 url = "https://data.wolfsden.cz/sources/acme-client-${version}.tar.gz";
15 hash = "sha256-HJOk2vlDD7ADrLdf/eLEp+teu9XN0KrghEe6y4FIDoI=";
28 "PREFIX=${placeholder "out"}"
32 description = "Secure ACME/Let's Encrypt client";
33 homepage = "https://git.wolfsden.cz/acme-client-portable";
34 platforms = platforms.unix;
35 license = licenses.isc;
36 maintainers = with maintainers; [ pmahoney ];
37 mainProgram = "acme-client";