mosquitto: 2.0.14 -> 2.0.15

This commit is contained in:
Evils 2022-11-22 09:05:05 +01:00
parent b72b8b94cf
commit 925ba44a5f

View file

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