prosody: updated to v0.9.6

This commit is contained in:
Markus Kohlhase 2014-10-29 21:11:25 +01:00
parent 2c0cc6cedc
commit bc86dfa6b5

View File

@ -10,11 +10,11 @@ let
in
stdenv.mkDerivation rec {
version = "0.9.5";
version = "0.9.6";
name = "prosody-${version}";
src = fetchurl {
url = "http://prosody.im/downloads/source/${name}.tar.gz";
sha256 = "1gcvmdsyx3fjiqybgkp8vr847p9rlfz42lywxpph3jc14yh63z3n";
sha256 = "1rs0aqn1rkddgfq9pm7mi7xm5lbvxjpf8d8ijc085fc90zwqq8bm";
};
communityModules = fetchhg {