Unverified Commit cababbf7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

mqtt_cpp: 13.2.2 -> 13.2.3 (#489614)

parents 17dc3c6c efa2aa90
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "mqtt_cpp";
  version = "13.2.2";
  version = "13.2.3";

  src = fetchFromGitHub {
    owner = "redboltz";
    repo = "mqtt_cpp";
    rev = "v${finalAttrs.version}";
    hash = "sha256-L1XscNriCBZF3PB2QXhA08s9aUqoQ1SwE9wnHHCUHvg=";
    hash = "sha256-Ls/sOc/kKE/Y2OUuVHAgt+5U079FdwQz0GXHelWn5+4=";
  };

  nativeBuildInputs = [ cmake ];