7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
15 sha256 = "1j6c6m9fcy24jn8mk989x49yk765xb26lpr8yhpiaqk206wlss2z";
23 description = "Password generator which creates passwords which can be easily memorized by a human";
24 homepage = "https://github.com/tytso/pwgen";
25 license = licenses.gpl2Only;
26 maintainers = with maintainers; [ fab ];
27 mainProgram = "pwgen";
28 platforms = platforms.all;