1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

netdata: 1.15.0 -> 1.16.0 (#64512)

netdata: 1.15.0 -> 1.16.0
This commit is contained in:
Jörg Thalheim 2019-07-09 14:51:43 +01:00 committed by GitHub
commit 0ab18685e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,12 +12,12 @@
with stdenv.lib;
stdenv.mkDerivation rec {
version = "1.15.0";
version = "1.16.0";
name = "netdata-${version}";
src = fetchurl {
url = "https://github.com/netdata/netdata/releases/download/v${version}/netdata-v${version}.tar.gz";
sha256 = "04frfy08k6m70y3s8j3gvnfnqqd9d5mwj3j6krk9dsh34332abvx";
sha256 = "0kwbrkv7g9m7l580myd2r8bpxqn6fxmx5vd6xh7x94wygfffhann";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];