prosody: bump community modules for 0.12.4

These are several months out of date & missing some new modules
This commit is contained in:
toastal 2024-01-25 18:46:54 +07:00 committed by Félix
parent 30d646c24b
commit 61bd0ca624

View file

@ -40,8 +40,8 @@ stdenv.mkDerivation rec {
# version.
communityModules = fetchhg {
url = "https://hg.prosody.im/prosody-modules";
rev = "7c105277a9ca";
sha256 = "eiObn5Kw7dS+oxdQiJ8NhSC4P7EvILIOEnMoxCWIFro=";
rev = "b109773ce6fe";
hash = "sha256-N1vmShDWtWsHD4b1x7UjX6Sj28iPaDeCLSYeDOLLhzo=";
};
nativeBuildInputs = [ makeWrapper ];