lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

monit: 5.35.1 -> 5.35.2 (#407802)

authored by

7c6f434c and committed by
GitHub
bb3a5bf2 caed1d82

+2 -2
+2 -2
pkgs/by-name/mo/monit/package.nix
··· 14 14 15 15 stdenv.mkDerivation rec { 16 16 pname = "monit"; 17 - version = "5.35.1"; 17 + version = "5.35.2"; 18 18 19 19 src = fetchurl { 20 20 url = "https://mmonit.com/monit/dist/monit-${version}.tar.gz"; 21 - hash = "sha256-d6TAI+4Gru1IU23+tJ2WqGip64EGw+LojKtTe7xylRs="; 21 + hash = "sha256-Tf71QynmPZdyqeHDasmbxBFzt5lj3A2CNfLDL0ueB48="; 22 22 }; 23 23 24 24 nativeBuildInputs = [