Merge pull request #63717 from peterhoeg/u/mosquitto

mosquitto: 1.6.2 -> 1.6.3
This commit is contained in:
Peter Hoeg 2019-06-25 09:28:43 +08:00 committed by GitHub
commit 4ec4dc0aa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "mosquitto-${version}";
version = "1.6.2";
version = "1.6.3";
src = fetchFromGitHub {
owner = "eclipse";
repo = "mosquitto";
rev = "v${version}";
sha256 = "1n0rr4564a80b1km72myqa8qx4ak2jk55irx7d1vlgihgp88j3wm";
sha256 = "1xvfcqi6pa5pdnqd88gz9qx6kl2q47xp7l3q5wwgj0l9y9mlxp99";
};
postPatch = ''