1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

nanomq: 0.14.8 → 0.15.1

This commit is contained in:
Nikolay Korotkiy 2023-01-15 01:10:15 +03:00
parent 2d068657ea
commit eb26a9d072
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nanomq";
version = "0.14.8";
version = "0.15.1";
src = fetchFromGitHub {
owner = "emqx";
repo = "nanomq";
rev = finalAttrs.version;
hash = "sha256-rWLsH01XHtN/UlyOiMFI2UECuxodCkCVR/L72HIfNtY=";
hash = "sha256-h4TCorZfg9Sin4CZPRifUkqeg4F2V1DluolerSeREs4=";
fetchSubmodules = true;
};
@ -22,6 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [ mbedtls sqlite ];
cmakeFlags = [
"-DBUILD_NANOMQ_CLI=ON"
"-DNNG_ENABLE_TLS=ON"
"-DNNG_ENABLE_SQLITE=ON"
];