1 { lib, stdenv, fetchFromGitHub }:
2 stdenv.mkDerivation rec {
6 src = fetchFromGitHub {
10 sha256 = "12ksdnpxlqlmg9zhyyk3bspcf0sfj5zk735vr4ry635qi7gzcaas";
14 install -D -t $out/lib libzxcvbn.so*
18 homepage = "https://github.com/tsyrogit/zxcvbn-c";
19 description = "A C/C++ implementation of the zxcvbn password strength estimation";
20 license = licenses.mit;
21 platforms = platforms.linux;
22 maintainers = with maintainers; [ xurei ];