monit: bump 5.8 -> 5.8.1 (bug fixes)

This commit is contained in:
wmertens 2014-05-20 02:21:25 +02:00 committed by Bjørn Forsman
parent 6915bc07b2
commit 7fafc6ff85

View file

@ -1,11 +1,11 @@
{stdenv, fetchurl, openssl, bison, flex, pam, usePAM ? stdenv.isLinux }:
stdenv.mkDerivation rec {
name = "monit-5.8";
name = "monit-5.8.1";
src = fetchurl {
url = "${meta.homepage}dist/${name}.tar.gz";
sha256 = "1xa7i29ma81jjxac0qc29wcxxvbv58n3jbwmllscamh1phz5f00c";
sha256 = "1rbhr3aff8pbiz60r73607hci4yngv5xq1b6yjx9xhks4mwlnpm2";
};
nativeBuildInputs = [ bison flex ];