prosody: 0.11.6 -> 0.11.7

gstqt5
Andreas Rammhold 2020-10-05 15:22:16 +02:00
parent 5837509c65
commit 378f9d4010
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86
1 changed files with 4 additions and 4 deletions

View File

@ -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 = [