nanomq: 0.24.10 -> 0.24.11

This commit is contained in:
Harinn
2026-03-16 21:30:42 +07:00
parent bd53ac1067
commit bd34c3ee3d
+2 -2
View File
@@ -49,13 +49,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "nanomq";
version = "0.24.10";
version = "0.24.11";
src = fetchFromGitHub {
owner = "emqx";
repo = "nanomq";
tag = finalAttrs.version;
hash = "sha256-2laH4qJo4sQtjsUDEljUoipAXs+LRH+xmOP4a0zz1Y8=";
hash = "sha256-I2SLc/KbkBvqbbWuLr8ARmmg4DeE7ZbTqcM1tw8WhwQ=";
fetchSubmodules = true;
};