Commit 19201917 authored by R. RyanTM's avatar R. RyanTM
Browse files

monit: 5.34.0 -> 5.34.2

parent a5c84766
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ] ++