Merge pull request #70700 from r-ryantm/auto-update/prosody

prosody: 0.11.2 -> 0.11.3
This commit is contained in:
Robin Gloster 2019-10-09 01:51:42 +02:00 committed by GitHub
commit 160ae3fcf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,12 +14,12 @@ with stdenv.lib;
stdenv.mkDerivation rec {
version = "0.11.2"; # also update communityModules
version = "0.11.3"; # also update communityModules
pname = "prosody";
src = fetchurl {
url = "https://prosody.im/downloads/source/${pname}-${version}.tar.gz";
sha256 = "0ca8ivqb4hxqka08pwnaqi1bqxrdl8zw47g6z7nw9q5r57fgc4c9";
sha256 = "11xz4milv2962qf75vrdwsvd8sy2332nf69202rmvz5989pvvnng";
};
# A note to all those merging automated updates: Please also update this