10 clangStdenv.mkDerivation {
11 inherit pname version;
12 src = fetchFromGitHub {
16 sha256 = "sha256-2HNI9ycT9f+NLwLElEuR61qmTguOsI+kNxv01ipxSqQ=";
18 nativeBuildInputs = [ cmake ];
20 description = "Fast Base64 stream encoder/decoder in C99, with SIMD acceleration";
21 license = licenses.bsd2;
22 homepage = "https://github.com/aklomp/base64";
23 maintainers = with maintainers; [ avakhrenev ];
24 platforms = platforms.unix;