rrdtool: 1.7.1 -> 1.7.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rrdtool/versions
This commit is contained in:
R. RyanTM 2019-06-02 19:39:23 -07:00 committed by Frederik Rietdijk
parent 38c4e13ef5
commit a149c7543a

View file

@ -2,11 +2,11 @@
, tcl-8_5, darwin }:
stdenv.mkDerivation rec {
name = "rrdtool-1.7.1";
name = "rrdtool-1.7.2";
src = fetchurl {
url = "https://oss.oetiker.ch/rrdtool/pub/${name}.tar.gz";
sha256 = "1bhsg119j94xwykp2sbp01hhxcg78gzblfn7j98slrv9va77g6wq";
sha256 = "1nsqra0g2nja19akmf9x5y9hhgc35ml3w9dcdz2ayz7zgvmzm6d1";
};
nativeBuildInputs = [ pkgconfig ];