summary refs log tree commit diff
path: root/pkgs/tools/system/monit
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-05 23:44:33 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-05 23:44:33 -0700
commitcd1dd31772cfc969089d0a130a375d744ce6736c (patch)
tree5b6b1ebfe7a7c7d6bed48aceedfeca14b7ac13e7 /pkgs/tools/system/monit
parent8414fa2d6bb1249ed77565ff6b9f312fd52917da (diff)
downloadnixlib-cd1dd31772cfc969089d0a130a375d744ce6736c.tar
nixlib-cd1dd31772cfc969089d0a130a375d744ce6736c.tar.gz
nixlib-cd1dd31772cfc969089d0a130a375d744ce6736c.tar.bz2
nixlib-cd1dd31772cfc969089d0a130a375d744ce6736c.tar.lz
nixlib-cd1dd31772cfc969089d0a130a375d744ce6736c.tar.xz
nixlib-cd1dd31772cfc969089d0a130a375d744ce6736c.tar.zst
nixlib-cd1dd31772cfc969089d0a130a375d744ce6736c.zip
monit: 5.25.1 -> 5.25.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/monit/versions.

These checks were done:

- built on NixOS
- /nix/store/mh4qnd2ljfha67cv20lvkiyxr1cj0ar7-monit-5.25.2/bin/monit passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 5.25.2 with grep in /nix/store/mh4qnd2ljfha67cv20lvkiyxr1cj0ar7-monit-5.25.2
- directory tree listing: https://gist.github.com/510e765f79571ddc4c2542c69dffc6f3
- du listing: https://gist.github.com/31af9a371bca965d4d606614e84025d4
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 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 ];