Merge pull request #53285 from r-ryantm/auto-update/mosquitto

mosquitto: 1.5.4 -> 1.5.5
This commit is contained in:
Peter Hoeg 2019-01-03 20:44:45 +08:00 committed by GitHub
commit 7fa3aba520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''