lol

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

checkSSLCert: 2.64.0 -> 2.66.0

authored by

Fabian Affolter and committed by
GitHub
1c8257a3 e6d63990

+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.64.0"; 20 + version = "2.66.0"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "matteocorti"; 24 24 repo = "check_ssl_cert"; 25 25 rev = "v${version}"; 26 - hash = "sha256-/5ozeabGqFpEfBi2WVRHUpaSwQjvuq8RRw2hNDp8j34="; 26 + hash = "sha256-sk0t/oy8YsTcYSMKtSsC3apGp8LNa9AUggHrHKd75pw="; 27 27 }; 28 28 29 29 nativeBuildInputs = [