summary refs log tree commit diff
diff options
context:
space:
mode:
authordatafoo <34766150+datafoo@users.noreply.github.com>2022-01-07 13:29:48 +0100
committerdatafoo <34766150+datafoo@users.noreply.github.com>2022-01-07 13:29:48 +0100
commitc788416d11b703eb7db02236f2ed54912ccc5912 (patch)
treedf1cb450029fc1c509535aa1330b222473580ae4
parentd1acd89e0116ff88eba80541027429fc922612e9 (diff)
downloadnixpkgs-c788416d11b703eb7db02236f2ed54912ccc5912.tar
nixpkgs-c788416d11b703eb7db02236f2ed54912ccc5912.tar.gz
nixpkgs-c788416d11b703eb7db02236f2ed54912ccc5912.tar.bz2
nixpkgs-c788416d11b703eb7db02236f2ed54912ccc5912.tar.lz
nixpkgs-c788416d11b703eb7db02236f2ed54912ccc5912.tar.xz
nixpkgs-c788416d11b703eb7db02236f2ed54912ccc5912.tar.zst
nixpkgs-c788416d11b703eb7db02236f2ed54912ccc5912.zip
mosquitto: 2.0.12 -> 2.0.14
-rw-r--r--pkgs/servers/mqtt/mosquitto/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/mqtt/mosquitto/default.nix b/pkgs/servers/mqtt/mosquitto/default.nix
index 81821f1b7c4..510a65b60c8 100644
--- a/pkgs/servers/mqtt/mosquitto/default.nix
+++ b/pkgs/servers/mqtt/mosquitto/default.nix
@@ -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 [