Merge pull request #168127 from r-ryantm/auto-update/check_ssl_cert

checkSSLCert: 2.23.0 -> 2.24.0

authored by Fabian Affolter and committed by GitHub 9a27dfe4 394c9ba5

+2 -2
+2 -2
pkgs/servers/monitoring/nagios/plugins/check_ssl_cert.nix
··· 10 11 stdenv.mkDerivation rec { 12 pname = "check_ssl_cert"; 13 - version = "2.23.0"; 14 15 src = fetchFromGitHub { 16 owner = "matteocorti"; 17 repo = "check_ssl_cert"; 18 rev = "v${version}"; 19 - sha256 = "sha256-RGl6Fgm9FVaZQMWHl93RwHvrScz69VgbIyDBqMh3PVo="; 20 }; 21 22 nativeBuildInputs = [
··· 10 11 stdenv.mkDerivation rec { 12 pname = "check_ssl_cert"; 13 + version = "2.24.0"; 14 15 src = fetchFromGitHub { 16 owner = "matteocorti"; 17 repo = "check_ssl_cert"; 18 rev = "v${version}"; 19 + sha256 = "sha256-TZT37W4A09t7okPFfcOJOQEAKAchH1FJ+LRftdHZQsM="; 20 }; 21 22 nativeBuildInputs = [