Merge pull request #153844 from datafoo/mosquitto-2.0.14

mosquitto: 2.0.12 -> 2.0.14
This commit is contained in:
Robert Scott 2022-01-08 23:16:36 +00:00 committed by GitHub
commit 92a5cfeaca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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