opentsdb: 2.3.1 -> 2.4.0

This commit is contained in:
R. RyanTM 2020-02-07 16:06:29 +00:00
parent 8f584be886
commit c3a7cd24f1

View file

@ -6,11 +6,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "opentsdb";
version = "2.3.1";
version = "2.4.0";
src = fetchurl {
url = "https://github.com/OpenTSDB/opentsdb/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "1lf1gynr11silla4bsrkwqv023dxirsb88ncs2qmc2ng35593fjd";
sha256 = "0b0hilqmgz6n1q7irp17h48v8fjpxhjapgw1py8kyav1d51s7mm2";
};
buildInputs = [ autoconf automake curl jdk makeWrapper nettools python git ];