lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

mosquitto: 1.4.14 -> 1.4.15

Semi-automatic update. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.4.15 with grep in /nix/store/7nifpbj16dlhljb2jwbwxyv4wx1zwa1y-mosquitto-1.4.15
- found 1.4.15 in filename of file in /nix/store/7nifpbj16dlhljb2jwbwxyv4wx1zwa1y-mosquitto-1.4.15

+2 -2
+2 -2
pkgs/servers/mqtt/mosquitto/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "mosquitto"; 5 - version = "1.4.14"; 5 + version = "1.4.15"; 6 6 7 7 name = "${pname}-${version}"; 8 8 9 9 src = fetchurl { 10 10 url = "http://mosquitto.org/files/source/mosquitto-${version}.tar.gz"; 11 - sha256 = "1la2577h7hcyj7lq26vizj0sh2zmi9m7nbxjp3aalayi66kiysqm"; 11 + sha256 = "10wsm1n4y61nz45zwk4zjhvrfd86r2cq33370m5wjkivb8j3wfvx"; 12 12 }; 13 13 14 14 buildInputs = [ openssl libuuid libwebsockets c-ares libuv ]