Skip to content

Commit

Permalink
Merge pull request #253639 from toastal/prosody-0.12.4
Browse files Browse the repository at this point in the history
prosody: 0.12.3 → 0.12.4
  • Loading branch information
wegank committed Sep 6, 2023
2 parents 90cd212 + f14b565 commit 362c943
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 @@ -22,7 +22,7 @@ let
);
in
stdenv.mkDerivation rec {
version = "0.12.3"; # also update communityModules
version = "0.12.4"; # 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 @@ -34,16 +34,16 @@ stdenv.mkDerivation rec {
];
src = fetchurl {
url = "https://prosody.im/downloads/source/${pname}-${version}.tar.gz";
sha256 = "sha256-NdoNAx/0YECi1jjgBNQlXiSbYyP+YhLbnd12tAHbIQE=";
sha256 = "R9cSJzwvKVWMQS9s2uwHMmC7wmt92iQ9tYAzAYPWWFY=";
};

# 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 = "3e30799deec2";
sha256 = "sha256-oaWs2D5z1LtvhtZMlaZPLNoNNL/1TIZLZwFfC3vtRUo=";
rev = "7c105277a9ca";
sha256 = "eiObn5Kw7dS+oxdQiJ8NhSC4P7EvILIOEnMoxCWIFro=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 362c943

Please sign in to comment.