Loading pkgs/by-name/mo/mosquitto/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -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 = '' Loading Loading @@ -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"; }; Loading Loading
pkgs/by-name/mo/mosquitto/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -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 = '' Loading Loading @@ -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"; }; Loading