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