Merge pull request #204328 from evils/mosquitto

mosquitto: 2.0.14 -> 2.0.15
This commit is contained in:
Pascal Bach 2022-12-04 12:00:46 +01:00 committed by GitHub
commit 9e329a7cf6
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.14";
version = "2.0.15";
src = fetchFromGitHub {
owner = "eclipse";
repo = pname;
rev = "v${version}";
sha256 = "0ns4dxywsy9hsmd3ybanxvzwdvzs0szc2rg43c310l4xb1sd8wm2";
sha256 = "sha256-H2oaTphx5wvwXWDDaf9lLSVfHWmb2rMlxQmyRB4k5eg=";
};
patches = lib.optionals stdenv.isDarwin [