Skip to content

Commit 2fd359c

Browse files
committedJun 18, 2017
rrdtool: 1.6.0 -> 1.7.0
1 parent b49689e commit 2fd359c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/misc/rrdtool/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
, tcl-8_5, darwin }:
33

44
stdenv.mkDerivation rec {
5-
name = "rrdtool-1.6.0";
5+
name = "rrdtool-1.7.0";
66

77
src = fetchurl {
88
url = "http://oss.oetiker.ch/rrdtool/pub/${name}.tar.gz";
9-
sha256 = "1msj1qsy3sdmx2g2rngp9a9qv50hz0ih7yx6nkx2b21drn4qx56d";
9+
sha256 = "0ssjqpa0dwwzbylc0drmlbq922qcw8crffc0rpr805xr6n4k8zgr";
1010
};
1111

1212
nativeBuildInputs = [ pkgconfig ];

0 commit comments

Comments
 (0)
Please sign in to comment.