Unverified Commit 1452bef1 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

mosquitto: 2.0.20 -> 2.0.21 (#387772)

parents 2c3adc5f 6bb87d36
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -32,13 +32,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "mosquitto";
  version = "2.0.20";
  version = "2.0.21";

  src = fetchFromGitHub {
    owner = "eclipse";
    repo = "mosquitto";
    rev = "v${version}";
    hash = "sha256-oZo6J6mxMC05jJ8RXIunOMB3kptA6FElchKlg4qmuQ8=";
    hash = "sha256-E47NqiaMk67pNgf151DMhQ4DMyLvfzrECEQtk3jASPU=";
  };

  postPatch = ''
@@ -89,7 +89,10 @@ stdenv.mkDerivation rec {
    homepage = "https://mosquitto.org/";
    changelog = "https://github.com/eclipse/mosquitto/blob/v${version}/ChangeLog.txt";
    license = lib.licenses.epl10;
    maintainers = [ lib.maintainers.peterhoeg ];
    maintainers = with lib.maintainers; [
      peterhoeg
      sikmir
    ];
    platforms = lib.platforms.unix;
    mainProgram = "mosquitto";
  };