monit: 5.34.0 -> 5.34.2

This commit is contained in:
R. Ryantm 2024-10-14 19:48:56 +00:00
parent a5c8476661
commit 1920191784

View File

@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "monit";
version = "5.34.0";
version = "5.34.2";
src = fetchurl {
url = "https://mmonit.com/monit/dist/monit-${version}.tar.gz";
sha256 = "sha256-N/UUzYlzu84QTLhRf/P8UEBSoINwPu4NDoc9smuRmCA=";
sha256 = "sha256-KRyj2JjptCW20MF2hyj+zWwc9MJox52xX9omKFrVuDI=";
};
nativeBuildInputs = [ bison flex ] ++