nanomq: 0.23.6 -> 0.24.5 (#454642)

This commit is contained in:
Vladimír Čunát
2025-11-08 09:56:18 +00:00
committed by GitHub
+2 -2
View File
@@ -49,13 +49,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "nanomq";
version = "0.23.6";
version = "0.24.5";
src = fetchFromGitHub {
owner = "emqx";
repo = "nanomq";
tag = finalAttrs.version;
hash = "sha256-Fy/9ASpQ/PHGItYhad69DdHWqCr/Wa+Xdm53Q573Pfc=";
hash = "sha256-tyhAEYdYCO0Tur7HDXXbBSQ8tzTHCbW9B8aBu0sMEEI=";
fetchSubmodules = true;
};