Skip to content

Commit

Permalink
hbase: 0.98.19 -> 0.98.24
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Jan 20, 2017
1 parent 18a5e15 commit 7b885e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/hbase/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, jre, makeWrapper }:
stdenv.mkDerivation rec {
name = "hbase-${version}";
version = "0.98.19";
version = "0.98.24";

src = fetchurl {
url = "mirror://apache/hbase/${version}/hbase-${version}-hadoop2-bin.tar.gz";
sha256 = "0g7y38cw09fydbf4fbs1anyilhfgxpbfs41f0aignli5i3hd1pgx";
sha256 = "0kz72wqsii09v9hxkw10mzyvjhji5sx3l6aijjalgbybavpcxglb";
};

buildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 7b885e3

Please sign in to comment.