qt6.qtmqtt: 6.5.1 -> 6.5.2

This commit is contained in:
Nick Cao 2023-07-23 12:56:23 +08:00
parent af8cd5ded7
commit 1fb9945efd
No known key found for this signature in database

View File

@ -5,12 +5,12 @@
qtModule rec {
pname = "qtmqtt";
version = "6.5.1";
version = "6.5.2";
src = fetchFromGitHub {
owner = "qt";
repo = "qtmqtt";
rev = "v${version}";
hash = "sha256-tXCLb4ZWgdPSfnlGKsKNW9kJ57cm8+d8y416O42NZvk=";
hash = "sha256-yyerVzz+nGT5kjNo24zYqZcJmrE50KCp38s3+samjd0=";
};
qtInputs = [ qtbase ];
}