summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2018-06-06 08:21:50 +0000
committerGitHub <noreply@github.com>2018-06-06 08:21:50 +0000
commit692e42bfe09e933892627f8378f3af92bc7fdef8 (patch)
tree8faed6aa54b34005f8131ee68e4029e535baef93 /pkgs/tools
parent07ebb8bb792be16de33596e2cea120eb72b2ec77 (diff)
parentcd1dd31772cfc969089d0a130a375d744ce6736c (diff)
downloadnixlib-692e42bfe09e933892627f8378f3af92bc7fdef8.tar
nixlib-692e42bfe09e933892627f8378f3af92bc7fdef8.tar.gz
nixlib-692e42bfe09e933892627f8378f3af92bc7fdef8.tar.bz2
nixlib-692e42bfe09e933892627f8378f3af92bc7fdef8.tar.lz
nixlib-692e42bfe09e933892627f8378f3af92bc7fdef8.tar.xz
nixlib-692e42bfe09e933892627f8378f3af92bc7fdef8.tar.zst
nixlib-692e42bfe09e933892627f8378f3af92bc7fdef8.zip
Merge pull request #41535 from r-ryantm/auto-update/monit
monit: 5.25.1 -> 5.25.2
Diffstat (limited to 'pkgs/tools')
-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 a5d6f2f518c8..17e472b8d2be 100644
--- a/pkgs/tools/system/monit/default.nix
+++ b/pkgs/tools/system/monit/default.nix
@@ -3,11 +3,11 @@
 let useSSL = (openssl != null);
     isCross = ( buildPlatform != hostPlatform ) ; in
 stdenv.mkDerivation rec {
-  name = "monit-5.25.1";
+  name = "monit-5.25.2";
 
   src = fetchurl {
     url = "${meta.homepage}dist/${name}.tar.gz";
-    sha256 = "1g417cf6j0v6z233a3625fw1cxsh45xql7ag83jz2988n772ap2b";
+    sha256 = "0jn6mdsh50zd3jc61hr1y8sd80r01gqcyvd860zf8m8i3lvfc35a";
   };
 
   nativeBuildInputs = [ bison flex ];