6 stdenv.mkDerivation rec {
10 src = fetchFromGitHub {
14 hash = "sha256-YlEKSWzZuQyDi0mbwJh9Dfn4gKiOeqihSHPt4yY6YdY=";
15 fetchSubmodules = true;
23 description = "Encryption tool";
24 homepage = "https://github.com/jedisct1/encpipe";
25 license = licenses.isc;
26 maintainers = with maintainers; [ figsoda ];
27 mainProgram = "encpipe";