diff options
| author | datafoo <34766150+datafoo@users.noreply.github.com> | 2022-01-07 13:29:48 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-01-10 10:38:03 +0000 |
| commit | 048bd4528d192f15f9613a7eb61cbb703e13b494 (patch) | |
| tree | ee15c8e005a8d807469327f683b35ea86838c13f | |
| parent | Merge pull request #154219 from NixOS/backport-153775-to-release-21.11 (diff) | |
| download | nixpkgs-048bd4528d192f15f9613a7eb61cbb703e13b494.tar.gz | |
mosquitto: 2.0.12 -> 2.0.14origin/backport-153844-to-release-21.11
(cherry picked from commit c788416d11b703eb7db02236f2ed54912ccc5912)
| -rw-r--r-- | pkgs/servers/mqtt/mosquitto/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/mqtt/mosquitto/default.nix b/pkgs/servers/mqtt/mosquitto/default.nix index 67200f5515a9..cf3bd8f8ff8c 100644 --- a/pkgs/servers/mqtt/mosquitto/default.nix +++ b/pkgs/servers/mqtt/mosquitto/default.nix @@ -17,13 +17,13 @@ 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 [ |
