netdata: 1.18.0 -> 1.18.1 (#71379)

netdata: 1.18.0 -> 1.18.1
This commit is contained in:
Jörg Thalheim 2019-10-19 07:07:53 +01:00 committed by GitHub
commit 3349ecc7f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,12 +12,12 @@
with stdenv.lib;
stdenv.mkDerivation rec {
version = "1.18.0";
version = "1.18.1";
pname = "netdata";
src = fetchurl {
url = "https://github.com/netdata/netdata/releases/download/v${version}/netdata-v${version}.tar.gz";
sha256 = "1ay22x3ydmfh7649scampr0xvgzb32rvbs6fk57xx64sav8vx607";
sha256 = "08g5jp63k8y5gbg8v9hxj75q0533c6cyzpjml9z1g5h2h4zaik1r";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];