Merge pull request #97754 from andir/20.03/prosody-0-11-6

[20.03] prosody: 0.11.5 -> 0.11.6
This commit is contained in:
Félix Baylac-Jacqué
2020-09-11 22:00:26 +02:00
committed by GitHub

View File

@@ -14,12 +14,12 @@ with stdenv.lib;
stdenv.mkDerivation rec {
version = "0.11.5"; # also update communityModules
version = "0.11.6"; # also update communityModules
pname = "prosody";
src = fetchurl {
url = "https://prosody.im/downloads/source/${pname}-${version}.tar.gz";
sha256 = "12s0hn6hvjbi61cdw3165l6iw0878971dmlvfg663byjsmjvvy2m";
sha256 = "0m8p2kwiy4l87ifpygricpyixi1vpx6j1jb6ki1zi4az3iixp8fd";
};
# A note to all those merging automated updates: Please also update this
@@ -27,8 +27,8 @@ stdenv.mkDerivation rec {
# version.
communityModules = fetchhg {
url = "https://hg.prosody.im/prosody-modules";
rev = "acd231e2b46f";
sha256 = "1b33lsxrrrvarknqz9xs7j7f19bzxxymmfdhch7k70x3yyiwmfsy";
rev = "e77122025080";
sha256 = "1pjax8lzgcwcn3mq5q4kbwfyyzaifqcc3a0s4rl9gib5rhwddybh";
};
buildInputs = [
@@ -69,6 +69,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
homepage = "https://prosody.im";
platforms = platforms.linux;
maintainers = with maintainers; [ fpletz globin ];
maintainers = with maintainers; [ fpletz globin ninjatrappeur ];
};
}