prosody: 0.11.6 -> 0.11.7
This commit is contained in:
parent
5837509c65
commit
378f9d4010
@ -15,7 +15,7 @@ with stdenv.lib;
|
||||
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.11.6"; # also update communityModules
|
||||
version = "0.11.7"; # also update communityModules
|
||||
pname = "prosody";
|
||||
# The following community modules are necessary for the nixos module
|
||||
# prosody module to comply with XEP-0423 and provide a working
|
||||
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
src = fetchurl {
|
||||
url = "https://prosody.im/downloads/source/${pname}-${version}.tar.gz";
|
||||
sha256 = "0m8p2kwiy4l87ifpygricpyixi1vpx6j1jb6ki1zi4az3iixp8fd";
|
||||
sha256 = "0iw73ids6lv09pg2fn0cxsm2pvi593md71xk48zbcp28advc1zr8";
|
||||
};
|
||||
|
||||
# A note to all those merging automated updates: Please also update this
|
||||
@ -37,8 +37,8 @@ stdenv.mkDerivation rec {
|
||||
# version.
|
||||
communityModules = fetchhg {
|
||||
url = "https://hg.prosody.im/prosody-modules";
|
||||
rev = "e77122025080";
|
||||
sha256 = "1pjax8lzgcwcn3mq5q4kbwfyyzaifqcc3a0s4rl9gib5rhwddybh";
|
||||
rev = "7678b4880719";
|
||||
sha256 = "1rpk3jcfhsa9hl7d7y638kprs9in0ljjp1nqxg30w1689v5h85d2";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user