8 pname = "sha2wordlist";
9 version = "unstable-2023-02-20";
11 src = fetchFromGitHub {
13 repo = "sha2wordlist";
14 rev = "2017b7ac786cfb5ad7f35f3f9068333b426d65f7";
15 hash = "sha256-A5KIXvwllzUcUm52lhw0QDjhEkCVTcbLQGFZWmHrFpU=";
19 substituteInPlace Makefile \
29 install -m 755 sha2wordlist $out/bin
33 description = "Display SHA-256 as PGP words";
34 homepage = "https://github.com/kirei/sha2wordlist";
35 maintainers = with maintainers; [ baloo ];
36 license = [ licenses.bsd2 ];
37 platforms = platforms.all;
38 mainProgram = "sha2wordlist";