logrotate: update from 3.8.3 to 3.8.7
This commit is contained in:
parent
25d54577b1
commit
0b84a0e38d
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, gzip, popt }:
|
{ stdenv, fetchurl, gzip, popt }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "logrotate-3.8.3";
|
name = "logrotate-3.8.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://fedorahosted.org/releases/l/o/logrotate/${name}.tar.gz";
|
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.
|
# Logrotate wants to access the 'mail' program; to be done.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user