6 stdenv.mkDerivation rec {
10 src = fetchFromGitHub {
14 sha256 = "sha256-RKqbv0iGkjS7Y7KikqglZ+AK1oiw4G1mB2Zg87tOlbI=";
18 install -D -t $out/lib libzxcvbn.so*
22 homepage = "https://github.com/tsyrogit/zxcvbn-c";
23 description = "C/C++ implementation of the zxcvbn password strength estimation";
24 license = licenses.mit;
25 platforms = platforms.linux;
26 maintainers = with maintainers; [ xurei ];