Skip to content

Commit 97be9fb

Browse files
committed
qt6.qtmqtt: 6.8.1 -> 6.8.2
1 parent 3f22849 commit 97be9fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/libraries/qt-6/modules/qtmqtt.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
qtModule rec {
88
pname = "qtmqtt";
9-
version = "6.8.1";
9+
version = "6.8.2";
1010

1111
src = fetchFromGitHub {
1212
owner = "qt";
1313
repo = "qtmqtt";
14-
rev = "v${version}";
15-
hash = "sha256-PmIs+06DjPTbVTNfnl4N/F6sL7qa/X58AvbyCxltAMw=";
14+
tag = "v${version}";
15+
hash = "sha256-SIvowzbDmoT06g6pcEbcRy7dXXx6N9jKhkuSr3Ej5P0=";
1616
};
1717

1818
propagatedBuildInputs = [ qtbase ];

0 commit comments

Comments
 (0)