prosody: 0.12.1 → 0.12.3

0.12.1 Released: 2022-06-09
0.12.3 Released: 2023-02-21
This commit is contained in:
toastal 2023-03-26 16:19:11 +07:00
parent 557db430a1
commit e664468e77

View File

@ -22,7 +22,7 @@ let
);
in
stdenv.mkDerivation rec {
version = "0.12.1"; # also update communityModules
version = "0.12.3"; # 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
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
];
src = fetchurl {
url = "https://prosody.im/downloads/source/${pname}-${version}.tar.gz";
sha256 = "sha256-p+y75B8BpCUYBVk6xtFdvGy3XZx6h2x2tFbPdP9LkOU=";
sha256 = "sha256-NdoNAx/0YECi1jjgBNQlXiSbYyP+YhLbnd12tAHbIQE=";
};
# A note to all those merging automated updates: Please also update this
@ -42,8 +42,8 @@ stdenv.mkDerivation rec {
# version.
communityModules = fetchhg {
url = "https://hg.prosody.im/prosody-modules";
rev = "cce12a660b98";
sha256 = "sha256-dFWS1EFd2wtFnnuU4xKPnBisIdKkgMAvBtsfAEbdLjE=";
rev = "3e30799deec2";
sha256 = "sha256-oaWs2D5z1LtvhtZMlaZPLNoNNL/1TIZLZwFfC3vtRUo=";
};
nativeBuildInputs = [ makeWrapper ];