7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-jlw6ixMoIdIjmQ86N+KN+Gez218sw894POkcCYnT0s0=";
19 description = "Development framework for C providing high performance and highly flexible algorithms";
20 homepage = "https://github.com/atheme/libmowgli-2";
21 license = licenses.isc;
22 platforms = platforms.unix;