Unverified Commit 09bb40ad authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

Merge pull request #269391 from r-ryantm/auto-update/paho-mqtt-cpp

paho-mqtt-cpp: 1.2.0 -> 1.3.0
parents 73013294 8a9ae79e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "paho.mqtt.cpp";
  version = "1.2.0";
  version = "1.3.0";

  src = fetchFromGitHub {
    owner = "eclipse";
    repo = "paho.mqtt.cpp";
    rev = "v${version}";
    hash = "sha256-tcq0a4X5dKE4rnczRMAVe3Wt43YzUKbxsv9Sk+q+IB8=";
    hash = "sha256-QV6r4GzSVghgVQtF8OQ1a23PtCdjg7PeuGRBdA+WbE0=";
  };

  nativeBuildInputs = [ cmake ];