prosody: 13.0.3 -> 13.0.6

https://blog.prosody.im/prosody-13.0.6-released/
This commit is contained in:
haansn08
2026-05-27 20:38:51 +02:00
committed by GitHub
parent eaf6034311
commit ac641004be
+4 -4
View File
@@ -37,11 +37,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "prosody";
version = "13.0.3"; # also update communityModules
version = "13.0.6"; # also update communityModules
src = fetchurl {
url = "https://prosody.im/downloads/source/prosody-${finalAttrs.version}.tar.gz";
hash = "sha256-pR7T6+VMGazWOO5fVAFKs2lsEvmf/HWsKT1p8vD/3As=";
hash = "sha256-7GlvnPViw69KBLB9P7NqHO3MTmmjkv3c/FJLxn2TBQ8=";
};
# The following community modules are necessary for the nixos module
@@ -56,8 +56,8 @@ stdenv.mkDerivation (finalAttrs: {
# version.
communityModules = fetchhg {
url = "https://hg.prosody.im/prosody-modules";
rev = "ce716e5e0fee";
hash = "sha256-jjsHL9+lLwhFXO61h6SmQjwEdRJQ/zKgc1PDnH+wHxs=";
rev = "15a7749c7acb";
hash = "sha256-RvhPV6YMdwxxIeHhpqXPfBh6087PAPAQV8D+stpXmBs=";
};
nativeBuildInputs = [ makeWrapper ];