diff options
Diffstat (limited to 'customized/prosody.nix')
-rw-r--r-- | customized/prosody.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/customized/prosody.nix b/customized/prosody.nix index 2a23b651..452aac18 100644 --- a/customized/prosody.nix +++ b/customized/prosody.nix | |||
@@ -26,18 +26,18 @@ let | |||
26 | in | 26 | in |
27 | 27 | ||
28 | stdenv.mkDerivation rec { | 28 | stdenv.mkDerivation rec { |
29 | version = "0.9.10"; | 29 | version = "0.9.12"; |
30 | name = "prosody-${version}"; | 30 | name = "prosody-${version}"; |
31 | 31 | ||
32 | src = fetchurl { | 32 | src = fetchurl { |
33 | url = "http://prosody.im/downloads/source/${name}.tar.gz"; | 33 | url = "http://prosody.im/downloads/source/${name}.tar.gz"; |
34 | sha256 = "0bv6s5c0iizz015hh1lxlwlw1iwvisywajm2rcrbdfyrskzfwdj8"; | 34 | sha256 = "139yxqpinajl32ryrybvilh54ddb1q6s0ajjhlcs4a0rnwia6n8s"; |
35 | }; | 35 | }; |
36 | 36 | ||
37 | communityModules = fetchhg { | 37 | communityModules = fetchhg { |
38 | url = "https://hg.prosody.im/prosody-modules/"; | 38 | url = "http://prosody-modules.googlecode.com/hg/"; |
39 | rev = "5ca2470a7755"; | 39 | rev = "4b55110b0aa8"; |
40 | sha256 = "06f3ndj15zhjwx8vjdyn73h3minw9wb37l9r753h6db56db2c0zl"; | 40 | sha256 = "0010x2rl9f9ihy2nwqan2jdlz25433srj2zna1xh10490mc28hij"; |
41 | }; | 41 | }; |
42 | 42 | ||
43 | buildInputs = [ lua5 luasocket luasec luaexpat luabitop libidn openssl makeWrapper ] | 43 | buildInputs = [ lua5 luasocket luasec luaexpat luabitop libidn openssl makeWrapper ] |