logrotate: update from 3.8.3 to 3.8.7

This commit is contained in:
Nixpkgs Monitor 2014-01-13 17:44:38 +01:00 committed by Rob Vermaas
parent 25d54577b1
commit 0b84a0e38d

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, gzip, popt }:
stdenv.mkDerivation rec {
name = "logrotate-3.8.3";
name = "logrotate-3.8.7";
src = fetchurl {
url = "https://fedorahosted.org/releases/l/o/logrotate/${name}.tar.gz";
sha256 = "0xqrz8xzs2c1vx8l5h9lp2ciwwifj7y52xsppb1vrvbi254vyxh7";
sha256 = "0r1bs40gwi8awx6rjq3n4lw9fgws97ww2li7z87683p380gnkfpn";
};
# Logrotate wants to access the 'mail' program; to be done.