Merge pull request #180594 from fabaff/checkSSLCert-bump

checkSSLCert: 2.33.0 -> 2.34.0

authored by Fabian Affolter and committed by GitHub cfc65cc3 03f37f58

+2 -2
+2 -2
pkgs/servers/monitoring/nagios/plugins/check_ssl_cert.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "check_ssl_cert"; 13 - version = "2.33.0"; 13 + version = "2.34.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "matteocorti"; 17 17 repo = "check_ssl_cert"; 18 18 rev = "v${version}"; 19 - hash = "sha256-LNs7v56Gk8pLM+vUwQKx85cTvcCZxfpuceOXih9t6kE="; 19 + hash = "sha256-cEjYDb614JLNyuzpSUcIiZgK4vHa6NkL/DefqV+IGdQ="; 20 20 }; 21 21 22 22 nativeBuildInputs = [