Skip to content

Commit 8283cc8

Browse files
edanahervcunat
authored andcommittedMay 4, 2017
prosody: 0.9.10 -> 0.9.12 (#24269) (#25394)
(cherry picked from commit a616f4e)
1 parent bf88c39 commit 8283cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/servers/xmpp/prosody/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ let
1919
in
2020

2121
stdenv.mkDerivation rec {
22-
version = "0.9.10";
22+
version = "0.9.12";
2323
name = "prosody-${version}";
2424

2525
src = fetchurl {
2626
url = "http://prosody.im/downloads/source/${name}.tar.gz";
27-
sha256 = "0bv6s5c0iizz015hh1lxlwlw1iwvisywajm2rcrbdfyrskzfwdj8";
27+
sha256 = "139yxqpinajl32ryrybvilh54ddb1q6s0ajjhlcs4a0rnwia6n8s";
2828
};
2929

3030
communityModules = fetchhg {

0 commit comments

Comments
 (0)
Please sign in to comment.