Merge pull request #41535 from r-ryantm/auto-update/monit

monit: 5.25.1 -> 5.25.2
This commit is contained in:
Michael Raskin 2018-06-06 08:21:50 +00:00 committed by GitHub
commit 692e42bfe0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];