Skip to content

Commit bb3a5bf

Browse files
authored
monit: 5.35.1 -> 5.35.2 (#407802)
2 parents caed1d8 + 31b15b0 commit bb3a5bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/mo/monit/package.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.35.1";
17+
version = "5.35.2";
1818

1919
src = fetchurl {
2020
url = "https://mmonit.com/monit/dist/monit-${version}.tar.gz";
21-
hash = "sha256-d6TAI+4Gru1IU23+tJ2WqGip64EGw+LojKtTe7xylRs=";
21+
hash = "sha256-Tf71QynmPZdyqeHDasmbxBFzt5lj3A2CNfLDL0ueB48=";
2222
};
2323

2424
nativeBuildInputs = [

0 commit comments

Comments
 (0)