Merge pull request #6851 from ragnard/update-apache-kafka
apache-kafka: Update apache kafka to version 0.8.2.1
This commit is contained in:
commit
5c025c1bea
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
{ stdenv, fetchurl, jre, makeWrapper, bash }:
|
{ stdenv, fetchurl, jre, makeWrapper, bash }:
|
||||||
|
|
||||||
let
|
let
|
||||||
kafkaVersion = "0.8.1.1";
|
kafkaVersion = "0.8.2.1";
|
||||||
scalaVersion = "2.8.0";
|
scalaVersion = "2.10";
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://apache/kafka/${kafkaVersion}/kafka_${version}.tgz";
|
url = "mirror://apache/kafka/${kafkaVersion}/kafka_${version}.tgz";
|
||||||
sha256 = "1bya4qs0ccrqibmdivgdxcsyiay4c3vywddrkci1dz9v3ymrqby9";
|
sha256 = "1klri23fjxbzv7rmi05vcqqfpy7dzi1spn2084y1dxsi1ypfkvc9";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ jre makeWrapper bash ];
|
buildInputs = [ jre makeWrapper bash ];
|
||||||
|
|
Loading…
Reference in a new issue