Merge pull request #35854 from ryantm/auto-update/monit-5.23.0-to-5.25.1

monit: 5.23.0 -> 5.25.1
This commit is contained in:
adisbladis 2018-02-27 22:48:29 +08:00 committed by GitHub
commit b0ad9f1144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, openssl, bison, flex, pam, zlib, usePAM ? stdenv.isLinux }:
stdenv.mkDerivation rec {
name = "monit-5.23.0";
name = "monit-5.25.1";
src = fetchurl {
url = "${meta.homepage}dist/${name}.tar.gz";
sha256 = "04v7sp2vc1q6h8c5j8h4izffn9d97cdj0k64m4ml00lw6wxgwffx";
sha256 = "1g417cf6j0v6z233a3625fw1cxsh45xql7ag83jz2988n772ap2b";
};
nativeBuildInputs = [ bison flex ];