Merge pull request #79463 from r-ryantm/auto-update/opentsdb

opentsdb: 2.3.1 -> 2.4.0
This commit is contained in:
Mario Rodas 2020-02-08 10:47:48 -05:00 committed by GitHub
commit 44470158a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];