mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
rrdtool: update from 1.5.3 to 1.5.4
This commit is contained in:
parent
53ea7bcbda
commit
d73829576d
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
{ fetchurl, stdenv, gettext, perl, pkgconfig, libxml2, pango, cairo, groff }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "rrdtool-1.5.3";
|
||||
name = "rrdtool-1.5.4";
|
||||
src = fetchurl {
|
||||
url = "http://oss.oetiker.ch/rrdtool/pub/${name}.tar.gz";
|
||||
sha256 = "17qjqq7k50xfahza1gkcfchzss2jjmgr422dzs4kx13lrzsv5rvr";
|
||||
sha256 = "169zbidc5h88w064qmj6x5rzczkrrfrcgwc3f2i2h8f0hzda7viz";
|
||||
};
|
||||
buildInputs = [ gettext perl pkgconfig libxml2 pango cairo groff ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue