opentsdb: 2.3.1 -> 2.4.0
This commit is contained in:
parent
8f584be886
commit
c3a7cd24f1
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue