monit: 5.34.4 -> 5.35.0 (#397537)

This commit is contained in:
7c6f434c
2025-04-18 20:07:07 +00:00
committed by GitHub
+2 -2
View File
@@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "monit";
version = "5.34.4";
version = "5.35.0";
src = fetchurl {
url = "https://mmonit.com/monit/dist/monit-${version}.tar.gz";
sha256 = "sha256-72B8+qv9N2fUC5ueMgMvdIvuvE1oaDH2ER4OaPvRtGk=";
sha256 = "sha256-l2DDqihhH8FDhmZUCs4A1XKk8pdCo6VG1lYodEr19HQ=";
};
nativeBuildInputs =