mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
committed by
github-actions[bot]
parent
0cf1b4f2c3
commit
a87a4cd276
@@ -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 = {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user