Merge pull request #262055 from sikmir/paho-mqtt-c

paho-mqtt-c: 1.3.12 → 1.3.13
This commit is contained in:
Nikolay Korotkiy 2023-10-22 22:17:17 +04:00 committed by GitHub
commit deb0e56ac4
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.c";
version = "1.3.12";
version = "1.3.13";
src = fetchFromGitHub {
owner = "eclipse";
repo = "paho.mqtt.c";
rev = "v${version}";
hash = "sha256-LxyMbMA6Antt8Uu4jCvmvYT9+Vm4ZUVz4XXFdd0O7Kk=";
hash = "sha256-dKQnepQAryAjImh2rX1jdgiKBtJQy9wzk/7rGQjUtPg=";
};
postPatch = ''