We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82efd22 commit e9982ccCopy full SHA for e9982cc
pkgs/tools/misc/rrdtool/default.nix
@@ -2,21 +2,13 @@
2
, tcl-8_5, darwin }:
3
4
stdenv.mkDerivation rec {
5
- name = "rrdtool-1.7.0";
+ name = "rrdtool-1.7.1";
6
7
src = fetchurl {
8
url = "https://oss.oetiker.ch/rrdtool/pub/${name}.tar.gz";
9
- sha256 = "0ssjqpa0dwwzbylc0drmlbq922qcw8crffc0rpr805xr6n4k8zgr";
+ sha256 = "1bhsg119j94xwykp2sbp01hhxcg78gzblfn7j98slrv9va77g6wq";
10
};
11
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
-
20
nativeBuildInputs = [ pkgconfig ];
21
22
buildInputs = [ gettext perl libxml2 pango cairo groff ]
0 commit comments