Skip to content

Commit 4a4c922

Browse files
picnoirandir
authored andcommitted
prosody: 0.11.5 -> 0.11.6
See https://blog.prosody.im/prosody-0.11.6-released/ for the release notes. (cherry picked from commit b47cabb)
1 parent 0da5487 commit 4a4c922

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pkgs/servers/xmpp/prosody/default.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ with stdenv.lib;
1414

1515

1616
stdenv.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
}

0 commit comments

Comments
 (0)