nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

prosody: 0.12.4 -> 0.12.5 + community modules (#372300)

authored by

Sandro and committed by
GitHub
a349b5a3 c7f74d0f

+4 -4
+4 -4
pkgs/servers/xmpp/prosody/default.nix
··· 36 36 ); 37 37 in 38 38 stdenv.mkDerivation rec { 39 - version = "0.12.4"; # also update communityModules 39 + version = "0.12.5"; # also update communityModules 40 40 pname = "prosody"; 41 41 # The following community modules are necessary for the nixos module 42 42 # prosody module to comply with XEP-0423 and provide a working ··· 48 48 ]; 49 49 src = fetchurl { 50 50 url = "https://prosody.im/downloads/source/${pname}-${version}.tar.gz"; 51 - sha256 = "R9cSJzwvKVWMQS9s2uwHMmC7wmt92iQ9tYAzAYPWWFY="; 51 + sha256 = "sha256-d4+3cHoPEDmVlbp6ucZt0qIojArjp/5Kt4+X1GK9OZ8="; 52 52 }; 53 53 54 54 # A note to all those merging automated updates: Please also update this ··· 56 56 # version. 57 57 communityModules = fetchhg { 58 58 url = "https://hg.prosody.im/prosody-modules"; 59 - rev = "d3a72777f149"; 60 - hash = "sha256-qLuhEdvtOMfu78oxLUZKWZDb/AME1+IRnk0jkQNxTU8="; 59 + rev = "fc521fb5ffa0"; 60 + hash = "sha256-Ci52Xkx1xd3GW9lBPKgWFBB52SocxKyj8f/Hq3hZeak="; 61 61 }; 62 62 63 63 nativeBuildInputs = [ makeWrapper ];