mosquitto: 2.0.15 -> 2.0.17

This commit is contained in:
datafoo 2023-08-23 12:27:31 +02:00
parent 7827fbcc12
commit 2b657cc32e

View File

@ -28,13 +28,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mosquitto";
version = "2.0.15";
version = "2.0.17";
src = fetchFromGitHub {
owner = "eclipse";
repo = pname;
rev = "v${version}";
sha256 = "sha256-H2oaTphx5wvwXWDDaf9lLSVfHWmb2rMlxQmyRB4k5eg=";
sha256 = "sha256-hOnZ6oHLvunZL6MrCmR5GkROQNww34QQ3m4gYDaSpb4=";
};
patches = lib.optionals stdenv.isDarwin [