logrotate: 3.21.0 -> 3.22.0

This commit is contained in:
R. Ryantm 2024-06-02 00:59:44 +00:00
parent a37a6e107f
commit 1a4ee0b62e

@ -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.