qt6.qtmqtt: 6.5.3 -> 6.6.0
This commit is contained in:
parent
367aae2e1c
commit
6b0b44ae8e
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue