prosody: 0.10.1 -> 0.10.2

Fixes CVE-2018-10847 [1] and a bunch of minor things [2].

[1] https://prosody.im/security/advisory_20180531/
[2] http://blog.prosody.im/prosody-0-10-2-security-release/
This commit is contained in:
Andreas Rammhold 2018-06-03 10:05:32 +02:00
parent 323c2a1c6b
commit 83e4f66347
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86

View File

@ -25,12 +25,12 @@ let
in
stdenv.mkDerivation rec {
version = "0.10.1";
version = "0.10.2";
name = "prosody-${version}";
src = fetchurl {
url = "http://prosody.im/downloads/source/${name}.tar.gz";
sha256 = "1kmmpkkgymg1r8r0k8j83pgmiskg1phl8hmpzjrnvlvsfnrnjplr";
sha256 = "13knr7izscw0zx648b9582dx11aap4cq9bzfiqh5ykd7wwsz1dbm";
};
communityModules = fetchhg {