Merge pull request #273086 from sikmir/paho-mqtt-cpp

paho-mqtt-cpp: 1.3.0 → 1.3.2
This commit is contained in:
Nick Cao 2023-12-09 12:05:52 -05:00 committed by GitHub
commit 0960ef42a9
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.3.0";
version = "1.3.2";
src = fetchFromGitHub {
owner = "eclipse";
repo = "paho.mqtt.cpp";
rev = "v${version}";
hash = "sha256-QV6r4GzSVghgVQtF8OQ1a23PtCdjg7PeuGRBdA+WbE0=";
hash = "sha256-c2umToT4w+L7bgzp1bCEcb0ECHvxKZ2t6JI5SmUySPo=";
};
nativeBuildInputs = [ cmake ];