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

paho-mqtt-cpp: 1.2.0 -> 1.3.0
This commit is contained in:
Nikolay Korotkiy 2023-11-23 17:51:43 +04:00 committed by GitHub
commit 09bb40adb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];