1 { lib, stdenv, fetchFromGitHub, openssl }:
3 stdenv.mkDerivation rec {
5 version = "1.2.0.20191006";
7 src = fetchFromGitHub {
8 owner = "ReclaimYourPrivacy";
10 rev = "a45bad5b9a3e4939340ddd8a751ceffa3c0db76a";
11 sha256 = "1wbi0azc2b57nmmx6c1wmvng70d9ph1s83yhnl5lxaaqaj85h22g";
14 buildInputs = [ openssl ];
17 install -D -t $out/bin eschalot worgen
21 description = "Tor hidden service name generator";
22 homepage = src.meta.homepage;
23 license = licenses.isc;
24 platforms = platforms.unix;
25 maintainers = with maintainers; [ dotlambda ];