File tree Expand file tree Collapse file tree
pkgs/servers/xmpp/prosody Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,21 +14,21 @@ with stdenv.lib;
1414
1515
1616stdenv . mkDerivation rec {
17- version = "0.11.5 " ; # also update communityModules
17+ version = "0.11.6 " ; # also update communityModules
1818 pname = "prosody" ;
1919
2020 src = fetchurl {
2121 url = "https://prosody.im/downloads/source/${ pname } -${ version } .tar.gz" ;
22- sha256 = "12s0hn6hvjbi61cdw3165l6iw0878971dmlvfg663byjsmjvvy2m " ;
22+ sha256 = "0m8p2kwiy4l87ifpygricpyixi1vpx6j1jb6ki1zi4az3iixp8fd " ;
2323 } ;
2424
2525 # A note to all those merging automated updates: Please also update this
2626 # attribute as some modules might not be compatible with a newer prosody
2727 # version.
2828 communityModules = fetchhg {
2929 url = "https://hg.prosody.im/prosody-modules" ;
30- rev = "acd231e2b46f " ;
31- sha256 = "1b33lsxrrrvarknqz9xs7j7f19bzxxymmfdhch7k70x3yyiwmfsy " ;
30+ rev = "e77122025080 " ;
31+ sha256 = "1pjax8lzgcwcn3mq5q4kbwfyyzaifqcc3a0s4rl9gib5rhwddybh " ;
3232 } ;
3333
3434 buildInputs = [
@@ -69,6 +69,6 @@ stdenv.mkDerivation rec {
6969 license = licenses . mit ;
7070 homepage = "https://prosody.im" ;
7171 platforms = platforms . linux ;
72- maintainers = with maintainers ; [ fpletz globin ] ;
72+ maintainers = with maintainers ; [ fpletz globin ninjatrappeur ] ;
7373 } ;
7474}
You can’t perform that action at this time.
0 commit comments