summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--customized/prosody.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/customized/prosody.nix b/customized/prosody.nix
index 452aac18..d8afe5b9 100644
--- a/customized/prosody.nix
+++ b/customized/prosody.nix
@@ -35,9 +35,9 @@ stdenv.mkDerivation rec {
35 }; 35 };
36 36
37 communityModules = fetchhg { 37 communityModules = fetchhg {
38 url = "http://prosody-modules.googlecode.com/hg/"; 38 url = "https://hg.prosody.im/prosody-modules/";
39 rev = "4b55110b0aa8"; 39 rev = "9b43b7fc3558";
40 sha256 = "0010x2rl9f9ihy2nwqan2jdlz25433srj2zna1xh10490mc28hij"; 40 sha256 = "0rfn5hb1yhm8hs5xf3cx5szsvdvfx83a9d8zx6rdlpw54bwhkwbf";
41 }; 41 };
42 42
43 buildInputs = [ lua5 luasocket luasec luaexpat luabitop libidn openssl makeWrapper ] 43 buildInputs = [ lua5 luasocket luasec luaexpat luabitop libidn openssl makeWrapper ]