mosquitto: 1.5.4 -> 1.5.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mosquitto/versions
This commit is contained in:
R. RyanTM 2019-01-03 00:57:03 -08:00
parent de96413bbf
commit 9496a0e3af

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "mosquitto-${version}";
version = "1.5.4";
version = "1.5.5";
src = fetchFromGitHub {
owner = "eclipse";
repo = "mosquitto";
rev = "v${version}";
sha256 = "0pb38y6m682xqrkzhp41mj54x5ic43761xzschgnw055mzksbgk2";
sha256 = "1sfwmvrglfy5gqfk004kvbjldqr36dqz6xmppbgfhr47j5zs66xc";
};
postPatch = ''