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:
parent
ad0d03283b
commit
bd6cbe256b
|
@ -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 { };
|
||||||
|
|
Loading…
Reference in a new issue