qmqtt: 1.0.4 -> 1.0.5

This commit is contained in:
R. Ryantm
2026-03-29 13:03:21 +00:00
parent 25ac73a57c
commit d24a74cae5
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qmqtt";
version = "1.0.4";
version = "1.0.5";
src = fetchFromGitHub {
owner = "emqx";
repo = "qmqtt";
rev = "v${finalAttrs.version}";
hash = "sha256-cIzBnJdMFY25cWf1rBoRQx1G0/5S32igF8vcte+nyHI=";
hash = "sha256-OhRvVOJt5GRwNNKsXLpneDyx8SIptP6KAlIAsWOOcjo=";
};
outputs = [