Loading pkgs/by-name/li/libstrophe/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -6,24 +6,27 @@ , expat , pkg-config , check , zlib }: stdenv.mkDerivation rec { pname = "libstrophe"; version = "0.12.3"; version = "0.13.1"; src = fetchFromGitHub { owner = "strophe"; repo = pname; rev = version; sha256 = "EDgdKJ7wqUoThy0t1r39p2lbn64uvTDoIqNCzhpWnZ8="; hash = "sha256-JMuvWspgXs+1dVWoo6kJVaf6cVvYj8lhyyu4ZILKeOg="; }; nativeBuildInputs = [ autoreconfHook pkg-config ]; buildInputs = [ openssl expat libtool check ]; buildInputs = [ openssl expat libtool check zlib ]; dontDisableStatic = true; strictDeps = true; doCheck = true; meta = with lib; { Loading Loading
pkgs/by-name/li/libstrophe/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -6,24 +6,27 @@ , expat , pkg-config , check , zlib }: stdenv.mkDerivation rec { pname = "libstrophe"; version = "0.12.3"; version = "0.13.1"; src = fetchFromGitHub { owner = "strophe"; repo = pname; rev = version; sha256 = "EDgdKJ7wqUoThy0t1r39p2lbn64uvTDoIqNCzhpWnZ8="; hash = "sha256-JMuvWspgXs+1dVWoo6kJVaf6cVvYj8lhyyu4ZILKeOg="; }; nativeBuildInputs = [ autoreconfHook pkg-config ]; buildInputs = [ openssl expat libtool check ]; buildInputs = [ openssl expat libtool check zlib ]; dontDisableStatic = true; strictDeps = true; doCheck = true; meta = with lib; { Loading