Skip to content

Commit a2a6077

Browse files
authored
qmqtt: 1.0.3 -> 1.0.4 (NixOS#481395)
2 parents bc57a61 + 51949b0 commit a2a6077

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pkgs/by-name/qm/qmqtt/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
stdenv,
44
fetchFromGitHub,
55
cmake,
6-
qt5,
6+
qt6,
77
}:
88

99
stdenv.mkDerivation rec {
1010
pname = "qmqtt";
11-
version = "1.0.3";
11+
version = "1.0.4";
1212

1313
src = fetchFromGitHub {
1414
owner = "emqx";
1515
repo = "qmqtt";
1616
rev = "v${version}";
17-
hash = "sha256-JLGwEF5e/IKzPzCQBzB710REGWbc/MW+r5AHmyYUkUI=";
17+
hash = "sha256-cIzBnJdMFY25cWf1rBoRQx1G0/5S32igF8vcte+nyHI=";
1818
};
1919

2020
outputs = [
@@ -24,11 +24,11 @@ stdenv.mkDerivation rec {
2424

2525
nativeBuildInputs = [
2626
cmake
27-
qt5.wrapQtAppsHook
27+
qt6.wrapQtAppsHook
2828
];
2929

3030
buildInputs = [
31-
qt5.qtbase
31+
qt6.qtbase
3232
];
3333

3434
meta = {

0 commit comments

Comments
 (0)