summary refs log tree commit diff
path: root/pkgs/tools/system/logrotate
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-05-23 02:00:19 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-05-23 02:00:19 +0000
commit718e0e783577c6435aae1657644f6f2e0c9e6428 (patch)
tree1b12653aa3153dbaa539ca957c557b6b929ef269 /pkgs/tools/system/logrotate
parentae5268b96e35df6c33ffc8a548756110bd5dccbd (diff)
downloadnixpkgs-718e0e783577c6435aae1657644f6f2e0c9e6428.tar
nixpkgs-718e0e783577c6435aae1657644f6f2e0c9e6428.tar.gz
nixpkgs-718e0e783577c6435aae1657644f6f2e0c9e6428.tar.bz2
nixpkgs-718e0e783577c6435aae1657644f6f2e0c9e6428.tar.lz
nixpkgs-718e0e783577c6435aae1657644f6f2e0c9e6428.tar.xz
nixpkgs-718e0e783577c6435aae1657644f6f2e0c9e6428.tar.zst
nixpkgs-718e0e783577c6435aae1657644f6f2e0c9e6428.zip
logrotate: 3.18.0 -> 3.18.1
Diffstat (limited to 'pkgs/tools/system/logrotate')
-rw-r--r--pkgs/tools/system/logrotate/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/logrotate/default.nix b/pkgs/tools/system/logrotate/default.nix
index b764202a58a..3d5dac7faa8 100644
--- a/pkgs/tools/system/logrotate/default.nix
+++ b/pkgs/tools/system/logrotate/default.nix
@@ -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.