Unverified Commit 4b65b859 authored by K900's avatar K900 Committed by GitHub
Browse files

qt6.qtmqtt: 6.8.1 -> 6.8.2 (#386193)

parents f7957a47 97be9fbf
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 ];