monit: 5.34.2 -> 5.34.3 (#364074)

This commit is contained in:
7c6f434c
2024-12-15 18:47:16 +00:00
committed by GitHub
+2 -2
View File
@@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "monit";
version = "5.34.2";
version = "5.34.3";
src = fetchurl {
url = "https://mmonit.com/monit/dist/monit-${version}.tar.gz";
sha256 = "sha256-KRyj2JjptCW20MF2hyj+zWwc9MJox52xX9omKFrVuDI=";
sha256 = "sha256-Zp2Lld3sEk0URLpSZPZ/3q6OkOU7KSlxn0dQ/F/zumA=";
};
nativeBuildInputs =