Skip to content

Commit e9982cc

Browse files
committed
rrdtool: 1.7.0 -> 1.7.1
1 parent 82efd22 commit e9982cc

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

pkgs/tools/misc/rrdtool/default.nix

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,13 @@
22
, tcl-8_5, darwin }:
33

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

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

12-
patches = [
13-
# fix regression https://github.com/oetiker/rrdtool-1.x/issues/794
14-
(fetchpatch {
15-
url = "https://github.com/oetiker/rrdtool-1.x/compare/0f28f99...f1edd12.patch";
16-
sha256 = "10g56zy0rdjpv3kvvmf6vvaysmla05wi8byy3l0xrz2x8m02ylqq";
17-
})
18-
];
19-
2012
nativeBuildInputs = [ pkgconfig ];
2113

2214
buildInputs = [ gettext perl libxml2 pango cairo groff ]

0 commit comments

Comments
 (0)