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

checkSSLCert: 2.69.0 -> 2.70.0

authored by

Fabian Affolter and committed by
GitHub
15fded26 e84e355c

+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.69.0"; 20 + version = "2.70.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-85bm/CvD5Kp9HKpf9czkqSEDYwmm8W+zd/uc88fWzPQ="; 26 + hash = "sha256-mr6tCZfnAM0e8cEtyen3oiV0Vt3cR/Z80RJ4NeMUaMs="; 27 27 }; 28 28 29 29 nativeBuildInputs = [