nagiosPlugins.check_ssl_cert: 2.89.0 -> 2.92.0 (#398258)

authored by Fabian Affolter and committed by GitHub 2e0a6706 7f005680

+2 -2
+2 -2
pkgs/servers/monitoring/nagios-plugins/check_ssl_cert/default.nix
··· 18 19 stdenv.mkDerivation rec { 20 pname = "check_ssl_cert"; 21 - version = "2.89.0"; 22 23 src = fetchFromGitHub { 24 owner = "matteocorti"; 25 repo = "check_ssl_cert"; 26 tag = "v${version}"; 27 - hash = "sha256-kL89lNPuFd1ozWYNJEnZ0vcWUXIEnDS6LABTXxtjvmE="; 28 }; 29 30 nativeBuildInputs = [ makeWrapper ];
··· 18 19 stdenv.mkDerivation rec { 20 pname = "check_ssl_cert"; 21 + version = "2.92.0"; 22 23 src = fetchFromGitHub { 24 owner = "matteocorti"; 25 repo = "check_ssl_cert"; 26 tag = "v${version}"; 27 + hash = "sha256-00zJt/MQ4uU/JvJfJ70mtCqtL63w2NRfUgDNmhTF8w8="; 28 }; 29 30 nativeBuildInputs = [ makeWrapper ];