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

This commit is contained in:
Sandro 2022-03-29 18:55:03 +02:00 committed by GitHub
commit 0fd0218477
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.31.0";
version = "5.32.0";
src = fetchurl {
url = "${meta.homepage}dist/monit-${version}.tar.gz";
sha256 = "sha256-6ucfKJQftmPux0waWbaVRsZZUpeWVQvZwMVE6bUqwFU=";
url = "https://mmonit.com/monit/dist/monit-${version}.tar.gz";
sha256 = "sha256-EHcFLUxOhIrEfRT5s3dU1GQZrsvoyaB+H4ackU+vMhY=";
};
nativeBuildInputs = [ bison flex ];