Unverified Commit 92d82d98 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

monit: 5.34.0 -> 5.34.2 (#348610)

parents 9a8b0484 19201917
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 ] ++