summary refs log tree commit diff
path: root/pkgs/servers/xmpp
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-07 19:36:52 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-10-07 19:36:52 -0700
commitca903a46bda85ad149f0baf077b66d61f9f7fed0 (patch)
tree33a6b4f757b08062852fd4b2faa6f25a87582d39 /pkgs/servers/xmpp
parent3dc58eda52ef935313cd0418264abd1d30d6b4d3 (diff)
downloadnixpkgs-ca903a46bda85ad149f0baf077b66d61f9f7fed0.tar
nixpkgs-ca903a46bda85ad149f0baf077b66d61f9f7fed0.tar.gz
nixpkgs-ca903a46bda85ad149f0baf077b66d61f9f7fed0.tar.bz2
nixpkgs-ca903a46bda85ad149f0baf077b66d61f9f7fed0.tar.lz
nixpkgs-ca903a46bda85ad149f0baf077b66d61f9f7fed0.tar.xz
nixpkgs-ca903a46bda85ad149f0baf077b66d61f9f7fed0.tar.zst
nixpkgs-ca903a46bda85ad149f0baf077b66d61f9f7fed0.zip
prosody: 0.11.2 -> 0.11.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/prosody/versions
Diffstat (limited to 'pkgs/servers/xmpp')
-rw-r--r--pkgs/servers/xmpp/prosody/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/xmpp/prosody/default.nix b/pkgs/servers/xmpp/prosody/default.nix
index 549b55705c4..8becdcd6a45 100644
--- a/pkgs/servers/xmpp/prosody/default.nix
+++ b/pkgs/servers/xmpp/prosody/default.nix
@@ -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