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