monit: 5.31.0 -> 5.32.0

This commit is contained in:
R. Ryantm 2022-03-27 09:19:53 +00:00
parent 12417777b2
commit 76a6908a09

View file

@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "monit";
version = "5.31.0";
version = "5.32.0";
src = fetchurl {
url = "${meta.homepage}dist/monit-${version}.tar.gz";
sha256 = "sha256-6ucfKJQftmPux0waWbaVRsZZUpeWVQvZwMVE6bUqwFU=";
sha256 = "sha256-EHcFLUxOhIrEfRT5s3dU1GQZrsvoyaB+H4ackU+vMhY=";
};
nativeBuildInputs = [ bison flex ];