mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
logrotate: 3.15.1 -> 3.16.0
This commit is contained in:
parent
7399c59c41
commit
6a443fb7ce
1 changed files with 3 additions and 3 deletions
|
@ -4,13 +4,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "logrotate";
|
||||
version = "3.15.1";
|
||||
version = "3.16.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "logrotate";
|
||||
repo = "logrotate";
|
||||
rev = version;
|
||||
sha256 = "0l92zarygp34qnw3p5rcwqsvgz7zmmhi7lgh00vj2jb9zkjbldc0";
|
||||
sha256 = "0dsz9cfh9glicrnh1rc3jrc176mimnasslihqnj0aknkv8ajq1jh";
|
||||
};
|
||||
|
||||
# Logrotate wants to access the 'mail' program; to be done.
|
||||
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ popt ];
|
||||
|
||||
meta = {
|
||||
homepage = https://fedorahosted.org/releases/l/o/logrotate/;
|
||||
homepage = "https://fedorahosted.org/releases/l/o/logrotate/";
|
||||
description = "Rotates and compresses system logs";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
maintainers = [ stdenv.lib.maintainers.viric ];
|
||||
|
|
Loading…
Reference in a new issue