Skip to content

Commit

Permalink
prosody: 0.12.4 → 0.12.5 + community modules
Browse files Browse the repository at this point in the history
  • Loading branch information
toastal committed Jan 9, 2025
1 parent 5c20a25 commit 1def975
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/servers/xmpp/prosody/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let
);
in
stdenv.mkDerivation rec {
version = "0.12.4"; # also update communityModules
version = "0.12.5"; # also update communityModules
pname = "prosody";
# The following community modules are necessary for the nixos module
# prosody module to comply with XEP-0423 and provide a working
Expand All @@ -48,16 +48,16 @@ stdenv.mkDerivation rec {
];
src = fetchurl {
url = "https://prosody.im/downloads/source/${pname}-${version}.tar.gz";
sha256 = "R9cSJzwvKVWMQS9s2uwHMmC7wmt92iQ9tYAzAYPWWFY=";
sha256 = "sha256-d4+3cHoPEDmVlbp6ucZt0qIojArjp/5Kt4+X1GK9OZ8=";
};

# A note to all those merging automated updates: Please also update this
# attribute as some modules might not be compatible with a newer prosody
# version.
communityModules = fetchhg {
url = "https://hg.prosody.im/prosody-modules";
rev = "d3a72777f149";
hash = "sha256-qLuhEdvtOMfu78oxLUZKWZDb/AME1+IRnk0jkQNxTU8=";
rev = "fc521fb5ffa0";
hash = "sha256-Ci52Xkx1xd3GW9lBPKgWFBB52SocxKyj8f/Hq3hZeak=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 1def975

Please sign in to comment.