logrotate: 3.14.0 -> 3.15.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/logrotate/versions
wip/yesman
R. RyanTM 6 years ago
parent e0950ae9ad
commit 0bf6022325
  1. 4
      pkgs/tools/system/logrotate/default.nix

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

Loading…
Cancel
Save