monit: 5.34.4 -> 5.35.0

This commit is contained in:
R. Ryantm
2025-04-10 00:34:46 +00:00
parent b1dd7557c3
commit 47c596d405
+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 =