Skip to content

Commit

Permalink
apache-kafka: 0.8.2.1 -> 0.9.0.1
Browse files Browse the repository at this point in the history
(cherry picked from commit bada304)
  • Loading branch information
moretea authored and benley committed May 28, 2016
1 parent 5b0a045 commit ca4e52d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/apache-kafka/default.nix
@@ -1,8 +1,8 @@
{ stdenv, fetchurl, jre, makeWrapper, bash }:

let
kafkaVersion = "0.8.2.1";
scalaVersion = "2.10";
kafkaVersion = "0.9.0.1";
scalaVersion = "2.11";

in

Expand All @@ -12,7 +12,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "mirror://apache/kafka/${kafkaVersion}/kafka_${version}.tgz";
sha256 = "1klri23fjxbzv7rmi05vcqqfpy7dzi1spn2084y1dxsi1ypfkvc9";
sha256 = "0ykcjv5dz9i5bws9my2d60pww1g9v2p2nqr67h0i2xrjm7az8a6v";
};

buildInputs = [ jre makeWrapper bash ];
Expand Down

0 comments on commit ca4e52d

Please sign in to comment.