3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 74bfed185e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];