mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 20:11:43 +03:00
logrotate: 3.20.1 -> 3.21.0
This commit is contained in:
parent
2b534fee3d
commit
02fb72e12d
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "logrotate";
|
pname = "logrotate";
|
||||||
version = "3.20.1";
|
version = "3.21.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "logrotate";
|
owner = "logrotate";
|
||||||
repo = "logrotate";
|
repo = "logrotate";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-IegYAV7Mrw9GKMQOE5Bk0J/2ljfHzPlIipyYm3LrUcU=";
|
sha256 = "sha256-w86y6bz/nvH/0mIbn2XrSs5KdOM/xadnlZMQZp4LdGQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Logrotate wants to access the 'mail' program; to be done.
|
# Logrotate wants to access the 'mail' program; to be done.
|
||||||
|
Loading…
Reference in New Issue
Block a user