Skip to content

Commit 92d82d9

Browse files
authored
monit: 5.34.0 -> 5.34.2 (#348610)
2 parents 9a8b048 + 1920191 commit 92d82d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/system/monit/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
stdenv.mkDerivation rec {
1616
pname = "monit";
17-
version = "5.34.0";
17+
version = "5.34.2";
1818

1919
src = fetchurl {
2020
url = "https://mmonit.com/monit/dist/monit-${version}.tar.gz";
21-
sha256 = "sha256-N/UUzYlzu84QTLhRf/P8UEBSoINwPu4NDoc9smuRmCA=";
21+
sha256 = "sha256-KRyj2JjptCW20MF2hyj+zWwc9MJox52xX9omKFrVuDI=";
2222
};
2323

2424
nativeBuildInputs = [ bison flex ] ++

0 commit comments

Comments
 (0)