Skip to content

Commit

Permalink
zookeeper: 3.4.6 -> 3.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepchhetri authored and rycee committed Jan 29, 2017
1 parent 2fdfb12 commit a8b6988
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/zookeeper/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, jre, makeWrapper, bash }:

stdenv.mkDerivation rec {
name = "zookeeper-3.4.6";
name = "zookeeper-3.4.9";

src = fetchurl {
url = "mirror://apache/zookeeper/${name}/${name}.tar.gz";
sha256 = "01b3938547cd620dc4c93efe07c0360411f4a66962a70500b163b59014046994";
sha256 = "0dgmja1lm7qn92x2xfmz5qj2k6sj2f6yzyj3a55r7iv1590l1wz7";
};

buildInputs = [ makeWrapper jre ];
Expand Down Expand Up @@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
homepage = "http://zookeeper.apache.org";
description = "Apache Zookeeper";
license = licenses.asl20;
maintainers = with maintainers; [ nathan-gs cstrahan ];
maintainers = with maintainers; [ nathan-gs cstrahan pradeepchhetri ];
platforms = platforms.unix;
};
}

0 comments on commit a8b6988

Please sign in to comment.