qt6.qtmqtt: 6.5.3 -> 6.6.0

This commit is contained in:
Nick Cao 2023-10-10 10:21:16 -04:00
parent 367aae2e1c
commit 6b0b44ae8e
No known key found for this signature in database

View file

@ -5,12 +5,12 @@
qtModule rec {
pname = "qtmqtt";
version = "6.5.3";
version = "6.6.0";
src = fetchFromGitHub {
owner = "qt";
repo = "qtmqtt";
rev = "v${version}";
hash = "sha256-F0rq72Cvnwy2cJmw3wUL9t8ZsnI61HBRMMWRwKdSEs8=";
hash = "sha256-rFi1w0Z4jLvHvhu0/VOIT0MWmKjy51jSK5M56qLs0gI=";
};
qtInputs = [ qtbase ];
}