mqtt_cpp: 13.2.1 -> 13.2.2

This commit is contained in:
R. Ryantm
2025-07-22 16:27:05 +00:00
parent d04876e8e9
commit a7ed5c7ae1
+2 -2
View File
@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "mqtt_cpp";
version = "13.2.1";
version = "13.2.2";
src = fetchFromGitHub {
owner = "redboltz";
repo = "mqtt_cpp";
rev = "v${finalAttrs.version}";
hash = "sha256-E5dMZ0uJ1AOwiGTxD4qhbO72blplmXHh1gTYGE34H+0=";
hash = "sha256-L1XscNriCBZF3PB2QXhA08s9aUqoQ1SwE9wnHHCUHvg=";
};
nativeBuildInputs = [ cmake ];