about summary refs log tree commit diff
path: root/pkgs/tools/system/monit
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-20 05:52:16 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-01-20 05:52:16 +0000
commite4bbdba929fea9bf772950a087993bdefcd4d9f7 (patch)
tree28d2c99d0684a4a5eeb3ed47cdfa5a83994f86d1 /pkgs/tools/system/monit
parent35b89f31e380d428dcb83563812d69cdcf11178c (diff)
monit: 5.27.1 -> 5.27.2
Diffstat (limited to 'pkgs/tools/system/monit')
-rw-r--r--pkgs/tools/system/monit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/monit/default.nix b/pkgs/tools/system/monit/default.nix
index 29536a595463d..3460020618fda 100644
--- a/pkgs/tools/system/monit/default.nix
+++ b/pkgs/tools/system/monit/default.nix
@@ -6,11 +6,11 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "monit-5.27.1";
+  name = "monit-5.27.2";
 
   src = fetchurl {
     url = "${meta.homepage}dist/${name}.tar.gz";
-    sha256 = "0lgdhif6x11fcpli0qn138rpdvrfnwmkzsy4lc9pas45c78hhx7m";
+    sha256 = "sha256-2ICceNXcHtenujKlpVxRFIVRMsxNpIBfjTqvjPRuqkw=";
   };
 
   nativeBuildInputs = [ bison flex ];