added hashcash to all packages

This commit is contained in:
Jim Fowler 2018-12-14 11:04:49 -05:00
parent ad0d03283b
commit bd6cbe256b

View file

@ -3233,6 +3233,8 @@ in
hardlink = callPackage ../tools/system/hardlink { };
hashcash = callPackage ../tools/security/hashcash { };
hashcat = callPackage ../tools/security/hashcat { };
hash_extender = callPackage ../tools/security/hash_extender { };