qt6Packages.qtmqtt: 6.9.0 -> 6.9.1

This commit is contained in:
Robert Schütz
2025-06-11 12:18:53 -07:00
parent b357ca72b6
commit 373cd32e73
@@ -6,13 +6,13 @@
qtModule rec {
pname = "qtmqtt";
version = "6.9.0";
version = "6.9.1";
src = fetchFromGitHub {
owner = "qt";
repo = "qtmqtt";
tag = "v${version}";
hash = "sha256-kBm173AJYVjAH2ZH6xTMyqEcw0GB1XkbxKc3vYriMvU=";
hash = "sha256-nyMsl07pL6mNpg1p7W3cn2NXGmEbm+y9tgMexp6+xYI=";
};
propagatedBuildInputs = [ qtbase ];