mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
Merge pull request #136428 from ryantm/dev/ryantm/monit
monit: 5.27.2 -> 5.29.0; format
This commit is contained in:
commit
a789139133
@ -1,17 +1,22 @@
|
||||
{ lib, stdenv
|
||||
, fetchurl, bison, flex
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchurl
|
||||
, bison
|
||||
, flex
|
||||
, zlib
|
||||
, usePAM ? stdenv.hostPlatform.isLinux, pam
|
||||
, useSSL ? true, openssl
|
||||
, usePAM ? stdenv.hostPlatform.isLinux
|
||||
, pam
|
||||
, useSSL ? true
|
||||
, openssl
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "monit";
|
||||
version = "5.27.2";
|
||||
version = "5.29.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "${meta.homepage}dist/monit-${version}.tar.gz";
|
||||
sha256 = "sha256-2ICceNXcHtenujKlpVxRFIVRMsxNpIBfjTqvjPRuqkw=";
|
||||
sha256 = "sha256-9mXm3R8mp0tWgomah3k0Fn3islguBIZS7PA2MYR3iF8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ bison flex ];
|
||||
@ -33,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = {
|
||||
homepage = "http://mmonit.com/monit/";
|
||||
homepage = "https://mmonit.com/monit/";
|
||||
description = "Monitoring system";
|
||||
license = lib.licenses.agpl3;
|
||||
maintainers = with lib.maintainers; [ raskin wmertens ryantm ];
|
||||
|
Loading…
Reference in New Issue
Block a user