logrotate: 3.17.0 -> 3.18.0

This commit is contained in:
R. RyanTM 2021-01-19 23:18:58 +00:00 committed by tomberek
parent d7beb9ad8c
commit a7e714c7a1

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "logrotate";
version = "3.17.0";
version = "3.18.0";
src = fetchFromGitHub {
owner = "logrotate";
repo = "logrotate";
rev = version;
sha256 = "133k4y24p918v4dva6dh70bdfv13jvwl2vlhq0mybrs3ripvnh4h";
sha256 = "sha256-OFGXwaTabyuIgeC2ON68m83rzVxomk8QL6xwyrVV654=";
};
# Logrotate wants to access the 'mail' program; to be done.