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

logrotate: 3.21.0 -> 3.22.0
This commit is contained in:
Pol Dellaiera 2024-06-02 21:31:03 +02:00 committed by GitHub
commit dcf06d121b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "logrotate";
version = "3.21.0";
version = "3.22.0";
src = fetchFromGitHub {
owner = "logrotate";
repo = "logrotate";
rev = version;
sha256 = "sha256-w86y6bz/nvH/0mIbn2XrSs5KdOM/xadnlZMQZp4LdGQ=";
sha256 = "sha256-D7E2mpC7v2kbsb1EyhR6hLvGbnIvGB2MK1n1gptYyKI=";
};
# Logrotate wants to access the 'mail' program; to be done.