7 stdenv.mkDerivation rec {
12 url = "https://monocypher.org/download/monocypher-${version}.tar.gz";
13 hash = "sha256-ONBxeXOMDJBnfbo863p7hJa8/qdYuhpT6AP+0wrgh5w=";
16 installFlags = [ "PREFIX=$(out)" ];
21 description = "Boring crypto that simply works";
22 homepage = "https://monocypher.org";
23 license = with licenses; [
27 platforms = platforms.linux;
28 maintainers = with maintainers; [ sikmir ];