8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 hash = "sha256-JLGwEF5e/IKzPzCQBzB710REGWbc/MW+r5AHmyYUkUI=";
34 description = "MQTT client for Qt";
35 homepage = "https://github.com/emqx/qmqtt";
36 license = licenses.epl10;
37 maintainers = with maintainers; [ hexa ];
38 platforms = platforms.all;