Merge pull request #249503 from r-ryantm/auto-update/checkSSLCert

checkSSLCert: 2.70.0 -> 2.72.0

authored by

Fabian Affolter and committed by
GitHub
69588263 a26d90f3

+2 -2
+2 -2
pkgs/servers/monitoring/nagios/plugins/check_ssl_cert.nix
··· 17 17 18 18 stdenv.mkDerivation rec { 19 19 pname = "check_ssl_cert"; 20 - version = "2.70.0"; 20 + version = "2.72.0"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "matteocorti"; 24 24 repo = "check_ssl_cert"; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-mr6tCZfnAM0e8cEtyen3oiV0Vt3cR/Z80RJ4NeMUaMs="; 26 + hash = "sha256-0FKxZL+PY9cU64OzzfoxaHv6/neAJPwqOKcBsiSY3dw="; 27 27 }; 28 28 29 29 nativeBuildInputs = [