1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

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 { }; hardlink = callPackage ../tools/system/hardlink { };
hashcash = callPackage ../tools/security/hashcash { };
hashcat = callPackage ../tools/security/hashcat { }; hashcat = callPackage ../tools/security/hashcat { };
hash_extender = callPackage ../tools/security/hash_extender { }; hash_extender = callPackage ../tools/security/hash_extender { };