Skip to content

Commit

Permalink
mosquitto: 1.5.3 -> 1.5.4
Browse files Browse the repository at this point in the history
Remove patch that has been merged upstrem.
  • Loading branch information
rickynils committed Dec 15, 2018
1 parent b20fcce commit 2473754
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions pkgs/servers/mqtt/mosquitto/default.nix
Expand Up @@ -3,24 +3,15 @@

stdenv.mkDerivation rec {
name = "mosquitto-${version}";
version = "1.5.3";
version = "1.5.4";

src = fetchFromGitHub {
owner = "eclipse";
repo = "mosquitto";
rev = "v${version}";
sha256 = "0bknmnvssix7c1cps6mzjjnw9zxdlyfsy6ksqx4zfglcw41p8gnz";
sha256 = "0pb38y6m682xqrkzhp41mj54x5ic43761xzschgnw055mzksbgk2";
};

patches = [
# https://github.com/eclipse/mosquitto/issues/983
(fetchpatch {
url = "https://github.com/eclipse/mosquitto/commit/7f1419e4de981f5cc38aa3a9684369b1de27ba46.patch";
sha256 = "05npr0h79mbaxzjyhdw78hi9gs1cwydf2fv67bqxm81jzj2yhx2s";
name = "fix_threading_on_cmake.patch";
})
];

postPatch = ''
substituteInPlace man/manpage.xsl \
--replace /usr/share/xml/docbook/stylesheet/ ${docbook_xsl}/share/xml/
Expand Down

0 comments on commit 2473754

Please sign in to comment.