1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-jlw6ixMoIdIjmQ86N+KN+Gez218sw894POkcCYnT0s0=";
15 description = "Development framework for C providing high performance and highly flexible algorithms";
16 homepage = "https://github.com/atheme/libmowgli-2";
17 license = licenses.isc;
18 platforms = platforms.unix;