monit: 5.34.0 -> 5.34.2
This commit is contained in:
parent
a5c8476661
commit
1920191784
@ -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 ] ++
|
||||
|
Loading…
Reference in New Issue
Block a user