forked from mirrors/nixpkgs
opentsdb: 2.3.1 -> 2.4.0
This commit is contained in:
parent
8f584be886
commit
c3a7cd24f1
|
@ -6,11 +6,11 @@ with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "opentsdb";
|
pname = "opentsdb";
|
||||||
version = "2.3.1";
|
version = "2.4.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/OpenTSDB/opentsdb/releases/download/v${version}/${pname}-${version}.tar.gz";
|
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 ];
|
buildInputs = [ autoconf automake curl jdk makeWrapper nettools python git ];
|
||||||
|
|
Loading…
Reference in a new issue