Unverified Commit 07edb4cb authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

ejabberd: 25.03 → 25.04 (#399298)

parents 429e1e91 86d6f144
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "ejabberd";
  version = "25.03";
  version = "25.04";

  nativeBuildInputs = [
    makeWrapper
@@ -170,7 +170,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "processone";
    repo = "ejabberd";
    tag = finalAttrs.version;
    hash = "sha256-VEH1V8v2wQ9qf6Xcj00xHw30tWo0s9AhPyoB7d5B8k8=";
    hash = "sha256-BIt5kLEtvMUlyntQ98Mgidmo6lJHbt/LJYrbxPaJxPo=";
  };

  passthru.tests = {