Merge pull request #37061 from ryantm/auto-update/logrotate

logrotate: 3.13.0 -> 3.14.0
wip/yesman
Matthew Justin Bauer 6 years ago committed by GitHub
commit 03302996ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/tools/system/logrotate/default.nix

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "logrotate-${version}";
version = "3.13.0";
version = "3.14.0";
src = fetchFromGitHub {
owner = "logrotate";
repo = "logrotate";
rev = version;
sha256 = "0b7dnch74pddml3ysavizq26jgwdv0rjmwc8lf6zfvn9fjz19vvs";
sha256 = "1wdjqbly97y1i11nl6cmlfpld3yqak270ixf29wixjgrjn8p4xzh";
};
# Logrotate wants to access the 'mail' program; to be done.

Loading…
Cancel
Save