about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-14 17:32:41 -0800
committerFranz Pletz <fpletz@fnordicwalking.de>2018-12-16 23:54:20 +0000
commit5b9aa055225c0e0a169f5ebf3c96b71b89c4961e (patch)
treeaa578c5ae17746aadc59409244ff75adc5338eb4 /pkgs
parentb961de9c4b7d4c2e88721fba920aae96f2baf5c4 (diff)
downloadnixlib-5b9aa055225c0e0a169f5ebf3c96b71b89c4961e.tar
nixlib-5b9aa055225c0e0a169f5ebf3c96b71b89c4961e.tar.gz
nixlib-5b9aa055225c0e0a169f5ebf3c96b71b89c4961e.tar.bz2
nixlib-5b9aa055225c0e0a169f5ebf3c96b71b89c4961e.tar.lz
nixlib-5b9aa055225c0e0a169f5ebf3c96b71b89c4961e.tar.xz
nixlib-5b9aa055225c0e0a169f5ebf3c96b71b89c4961e.tar.zst
nixlib-5b9aa055225c0e0a169f5ebf3c96b71b89c4961e.zip
prosody: 0.10.2 -> 0.11.1
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')
-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 ed6fef05a263..228c074bf7ea 100644
--- a/pkgs/servers/xmpp/prosody/default.nix
+++ b/pkgs/servers/xmpp/prosody/default.nix
@@ -25,12 +25,12 @@ let
 in
 
 stdenv.mkDerivation rec {
-  version = "0.10.2";
+  version = "0.11.1";
   name = "prosody-${version}";
 
   src = fetchurl {
     url = "https://prosody.im/downloads/source/${name}.tar.gz";
-    sha256 = "13knr7izscw0zx648b9582dx11aap4cq9bzfiqh5ykd7wwsz1dbm";
+    sha256 = "1ak5bkx09kscyifxhzybgp5a73jr8nki6xi05c59wwlq0wzw9gli";
   };
 
   communityModules = fetchhg {