Unverified Commit 97be9fbf authored by Nick Cao's avatar Nick Cao
Browse files

qt6.qtmqtt: 6.8.1 -> 6.8.2

parent 3f22849c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

qtModule rec {
  pname = "qtmqtt";
  version = "6.8.1";
  version = "6.8.2";

  src = fetchFromGitHub {
    owner = "qt";
    repo = "qtmqtt";
    rev = "v${version}";
    hash = "sha256-PmIs+06DjPTbVTNfnl4N/F6sL7qa/X58AvbyCxltAMw=";
    tag = "v${version}";
    hash = "sha256-SIvowzbDmoT06g6pcEbcRy7dXXx6N9jKhkuSr3Ej5P0=";
  };

  propagatedBuildInputs = [ qtbase ];