Merge pull request #174565 from oxzi/logrotate-3.20.1

logrotate: 3.19.0 -> 3.20.1
This commit is contained in:
Martin Weinelt 2022-05-25 20:18:41 +02:00 committed by GitHub
commit 7d4b9caf2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "logrotate";
version = "3.19.0";
version = "3.20.1";
src = fetchFromGitHub {
owner = "logrotate";
repo = "logrotate";
rev = version;
sha256 = "sha256-YAoMRLgKPqHsXdXBigl6dPJDkZIAMYK/likhTd/LpkY=";
sha256 = "sha256-IegYAV7Mrw9GKMQOE5Bk0J/2ljfHzPlIipyYm3LrUcU=";
};
# Logrotate wants to access the 'mail' program; to be done.