Merge pull request #124091 from r-ryantm/auto-update/logrotate

logrotate: 3.18.0 -> 3.18.1
This commit is contained in:
Fabian Affolter 2021-05-28 12:28:21 +02:00 committed by GitHub
commit 6a3befb135
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.18.0";
version = "3.18.1";
src = fetchFromGitHub {
owner = "logrotate";
repo = "logrotate";
rev = version;
sha256 = "sha256-OFGXwaTabyuIgeC2ON68m83rzVxomk8QL6xwyrVV654=";
sha256 = "sha256-OJOV++rtN9ry+l0c0eanpu/Pwu8cOHfyEaDWp3FZjkw=";
};
# Logrotate wants to access the 'mail' program; to be done.