mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #4724 from flosse/prosody-update
prosody: updated to v0.9.6
This commit is contained in:
commit
2b706f6aaf
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue