summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-07 12:43:26 -0700
committerGitHub <noreply@github.com>2020-07-07 21:43:26 +0200
commit976856c30c74f626893c0c974cd853f0ebe16cc4 (patch)
treed34a4934761f5f31514589f81300c02c2c68a0d6 /pkgs
parentaf0d1f955fe190f75e6e26da67292509a423bc45 (diff)
downloadnixpkgs-976856c30c74f626893c0c974cd853f0ebe16cc4.tar
nixpkgs-976856c30c74f626893c0c974cd853f0ebe16cc4.tar.gz
nixpkgs-976856c30c74f626893c0c974cd853f0ebe16cc4.tar.bz2
nixpkgs-976856c30c74f626893c0c974cd853f0ebe16cc4.tar.lz
nixpkgs-976856c30c74f626893c0c974cd853f0ebe16cc4.tar.xz
nixpkgs-976856c30c74f626893c0c974cd853f0ebe16cc4.tar.zst
nixpkgs-976856c30c74f626893c0c974cd853f0ebe16cc4.zip
monit: 5.26.0 -> 5.27.0 (#92361)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/system/monit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/monit/default.nix b/pkgs/tools/system/monit/default.nix
index 7cec79ff25e..8be921b385e 100644
--- a/pkgs/tools/system/monit/default.nix
+++ b/pkgs/tools/system/monit/default.nix
@@ -6,11 +6,11 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "monit-5.26.0";
+  name = "monit-5.27.0";
 
   src = fetchurl {
     url = "${meta.homepage}dist/${name}.tar.gz";
-    sha256 = "1hpk0agxi7g9vmfqvrwr5wk7pr52wdlv3vs0j3l2p6mgldl4bz47";
+    sha256 = "197w59wkg6izlj6p7xbx0n6ksvm6pym9pzh24nakl6agcbpxxh6q";
   };
 
   nativeBuildInputs = [ bison flex ];