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