We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc57a61 + 51949b0 commit a2a6077Copy full SHA for a2a6077
1 file changed
pkgs/by-name/qm/qmqtt/package.nix
@@ -3,18 +3,18 @@
3
stdenv,
4
fetchFromGitHub,
5
cmake,
6
- qt5,
+ qt6,
7
}:
8
9
stdenv.mkDerivation rec {
10
pname = "qmqtt";
11
- version = "1.0.3";
+ version = "1.0.4";
12
13
src = fetchFromGitHub {
14
owner = "emqx";
15
repo = "qmqtt";
16
rev = "v${version}";
17
- hash = "sha256-JLGwEF5e/IKzPzCQBzB710REGWbc/MW+r5AHmyYUkUI=";
+ hash = "sha256-cIzBnJdMFY25cWf1rBoRQx1G0/5S32igF8vcte+nyHI=";
18
};
19
20
outputs = [
@@ -24,11 +24,11 @@ stdenv.mkDerivation rec {
24
25
nativeBuildInputs = [
26
cmake
27
- qt5.wrapQtAppsHook
+ qt6.wrapQtAppsHook
28
];
29
30
buildInputs = [
31
- qt5.qtbase
+ qt6.qtbase
32
33
34
meta = {
0 commit comments