Skip to content

Commit f777a74

Browse files
authored
paho-mqtt-cpp: 1.5.2 -> 1.5.3 (#407551)
2 parents a901f48 + e3b178c commit f777a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pa/paho-mqtt-cpp/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "paho.mqtt.cpp";
14-
version = "1.5.2";
14+
version = "1.5.3";
1515

1616
src = fetchFromGitHub {
1717
owner = "eclipse";
1818
repo = "paho.mqtt.cpp";
1919
tag = "v${finalAttrs.version}";
20-
hash = "sha256-3fUqtYFerjEmwn68rNvDeqGU+gly6fkWOyBPikhoFNg=";
20+
hash = "sha256-vwfWcJqAWY4Em4MxZVcvOi6pzXAYYlOrKh6peMtjcXo=";
2121
};
2222

2323
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)