Unverified Commit 95eadeb5 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

monit: fix hash of monit-5.35.0 (#401100)

parents f2bc2da5 31f64ab0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {

  src = fetchurl {
    url = "https://mmonit.com/monit/dist/monit-${version}.tar.gz";
    sha256 = "sha256-l2DDqihhH8FDhmZUCs4A1XKk8pdCo6VG1lYodEr19HQ=";
    hash = "sha256-6VIqeLlU6u6TPEgQ23uZo2+UHgIsorAVcBhdTOQdjxI=";
  };

  nativeBuildInputs =