Merge pull request #161689 from r-ryantm/auto-update/monit

monit: 5.30.0 -> 5.31.0
This commit is contained in:
7c6f434c
2022-02-27 19:01:30 +00:00
committed by GitHub
+2 -2
View File
@@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "monit";
version = "5.30.0";
version = "5.31.0";
src = fetchurl {
url = "${meta.homepage}dist/monit-${version}.tar.gz";
sha256 = "sha256-6FZJ36hYb0/N00oClcVd3Wmw7abPvaxHEFomc9ELEAg=";
sha256 = "sha256-6ucfKJQftmPux0waWbaVRsZZUpeWVQvZwMVE6bUqwFU=";
};
nativeBuildInputs = [ bison flex ];