ejabberd: 26.04 -> 26.07

Changelog: https://github.com/processone/ejabberd/releases/tag/26.07
(cherry picked from commit 358bdbf5fb)
This commit is contained in:
Adam C. Stephens
2026-07-30 14:17:26 -04:00
committed by github-actions[bot]
parent 0cf1b4f2c3
commit a87a4cd276
2 changed files with 5 additions and 5 deletions

View File

@@ -144,7 +144,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "ejabberd";
version = "26.04";
version = "26.07";
nativeBuildInputs = [
makeWrapper
@@ -184,7 +184,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "processone";
repo = "ejabberd";
tag = finalAttrs.version;
hash = "sha256-PF65TgHvKeSEudEqqJVEotu2zgiWgGtRuNvbiyE0nwc=";
hash = "sha256-YCcRXbhlIYV0cP4RLTknYnfSpkknLenvWOYs9kt7m3c=";
};
passthru.tests = {

View File

@@ -24,11 +24,11 @@ let
};
xmpp = builder {
name = "xmpp";
version = "1.13.3";
version = "1.13.4";
src = fetchHex {
pkg = "xmpp";
version = "1.13.3";
sha256 = "sha256-BWSKpNvM/uYqqnlLKSowWEY50DyR9cCGa+jDQ0tqb0g=";
version = "1.13.4";
sha256 = "sha256-SzH/TjBtpKkwzgZ1/tTzw6+D9rOalgnootR0ffvq4NQ=";
};
beamDeps = [
ezlib