Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a1eca3772c0c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d571ad2748fd
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 26, 2020

  1. ejabberd: 19.09.1 -> 20.01

    r-ryantm committed Jan 26, 2020
    Copy the full SHA
    39224a7 View commit details

Commits on Jan 27, 2020

  1. Merge pull request #78576 from r-ryantm/auto-update/ejabberd

    ejabberd: 19.09.1 -> 20.01
    ryantm authored Jan 27, 2020
    Copy the full SHA
    d571ad2 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/xmpp/ejabberd/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/xmpp/ejabberd/default.nix
Original file line number Diff line number Diff line change
@@ -24,12 +24,12 @@ let
ctlpath = lib.makeBinPath [ bash gnused gnugrep coreutils utillinux procps ];

in stdenv.mkDerivation rec {
version = "19.09.1";
version = "20.01";
pname = "ejabberd";

src = fetchurl {
url = "https://www.process-one.net/downloads/ejabberd/${version}/${pname}-${version}.tgz";
sha256 = "1lj0zahsdg6naq007h8wp5p8ksdfwam3as7wiagvbj9gy8dgdp8q";
sha256 = "14bgwa6y17bhnwhcqb2hdl7psds0iqkcawb4kpaw6d7lzzsx4ay6";
};

nativeBuildInputs = [ fakegit ];