qt6.qtmqtt: 6.7.1 -> 6.7.2

This commit is contained in:
K900 2024-06-27 15:57:47 +03:00
parent 833cadb750
commit 9f9b501fe9

View File

@ -5,13 +5,13 @@
qtModule rec {
pname = "qtmqtt";
version = "6.7.1";
version = "6.7.2";
src = fetchFromGitHub {
owner = "qt";
repo = "qtmqtt";
rev = "v${version}";
hash = "sha256-Dl+ZJjQU0vHurnhRVMYh0ry74iXb27Zld5dT21AxVhI=";
hash = "sha256-5OvU8I7hSnbBbu8OTrd0o2KSOyIMVfGGUSy4IsA85fA=";
};
propagatedBuildInputs = [ qtbase ];