monit: 5.34.0 -> 5.34.2 (#348610)

This commit is contained in:
Nikolay Korotkiy
2024-10-20 03:12:33 +04:00
committed by GitHub
+2 -2
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 ] ++