-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Closed
Labels
9.needs: package (update)This needs a package to be updatedThis needs a package to be updated
Description
- Package name: ejabberd
- Latest released version: 24.06
- Current version on the unstable channel: 23.10
- Current version on the stable/release channel: 23.10
- Checked the nixpkgs pull requests
Notify maintainers
Note for maintainers: Please tag this issue in your PR.
I would attach this diff as a file if Microsoft GitHub didn’t disallow that. Simple version bump leads to errors.
diff --git i/pkgs/servers/xmpp/ejabberd/default.nix w/pkgs/servers/xmpp/ejabberd/default.nix
index 9e0601fbd093..109d5ce2ea1e 100644
--- i/pkgs/servers/xmpp/ejabberd/default.nix
+++ w/pkgs/servers/xmpp/ejabberd/default.nix
@@ -17,7 +17,7 @@ let
ctlpath = lib.makeBinPath [ bash gnused gnugrep gawk coreutils util-linux procps ];
in stdenv.mkDerivation rec {
pname = "ejabberd";
- version = "23.10";
+ version = "24.02";
nativeBuildInputs = [ makeWrapper autoreconfHook ];
@@ -29,7 +29,7 @@ in stdenv.mkDerivation rec {
src = fetchurl {
url = "https://www.process-one.net/downloads/downloads-action.php?file=/${version}/ejabberd-${version}.tar.gz";
- hash = "sha256-DW5/DYLZHNqJ4lddmag1B0E9ov/eObIVGASUeioPolg=";
+ hash = "sha256-ttSNO/K+82jpMh41Q2OByG14REuQQmScbEqrAIk5XAc=";
# remember to update the deps FOD hash & its pinned ejabberd-po commit
};
@@ -48,7 +48,7 @@ in stdenv.mkDerivation rec {
substituteInPlace rebar.config \
--replace \
'{git, "https://github.com/processone/ejabberd-po", {branch, "main"}}' \
- '{git, "https://github.com/processone/ejabberd-po", {tag, "26d6463386588d39f07027dabff3cb8dd938bf6b"}}'
+ '{git, "https://github.com/processone/ejabberd-po", {tag, "fd0e059de4c0772de37339a0a95f9a474d107b59"}}'
'';
configureFlags = [ "--enable-all" "--with-sqlite3=${sqlite.dev}" ];
@@ -83,7 +83,7 @@ in stdenv.mkDerivation rec {
outputHashAlgo = "sha256";
outputHashMode = "recursive";
- outputHash = "sha256-HrLu3wTF+cUxpGX0yK3nbB57SRM2ND3Crlxs5/8FIwI=";
+ outputHash = "";
};
configureFlags = [
Add a 👍 reaction to issues you find important.
Footnotes
-
Please consider giving up MS GitHub or offering a non-proprietary, non-US-corporate-controlled mirror for this free software project. I wish to delete this Microsoft account in the future, but I need more projects like this to support alternative methods to send patches & contribute. ↩
DarthPJB, BatteredBunny, jpds, chuangzhu and deivpaukst
Metadata
Metadata
Assignees
Labels
9.needs: package (update)This needs a package to be updatedThis needs a package to be updated