forked from mirrors/nixpkgs
Merge pull request #6845 from k0ral/logrotate
logrotate: 3.8.7 -> 3.8.9
This commit is contained in:
commit
341332a814
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl, gzip, popt }:
|
{ stdenv, fetchurl, gzip, popt }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "logrotate-3.8.7";
|
name = "logrotate-3.8.9";
|
||||||
|
|
||||||
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 = "0r1bs40gwi8awx6rjq3n4lw9fgws97ww2li7z87683p380gnkfpn";
|
sha256 = "19yzs7gc8ixr6iqq22n5gbixmvzsgmwp96kp4jiwr8bjj37df3kh";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Logrotate wants to access the 'mail' program; to be done.
|
# Logrotate wants to access the 'mail' program; to be done.
|
||||||
|
|
Loading…
Reference in a new issue