nagiosPlugins.check_ssl_cert: 2.84.4 -> 2.84.5 (#351326)

This commit is contained in:
Nick Cao 2024-10-27 09:12:50 -04:00 committed by GitHub
commit cf001a76ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.84.4";
version = "2.84.5";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "refs/tags/v${version}";
hash = "sha256-HVif2pjVumrf2YFSHbNiL9pfXy8XNeXHRgaIlx/Tzds=";
hash = "sha256-4/vrJ3G45kEg77IbLlWqQYpYYnqMxW3lr9tPGbv5Qno=";
};
nativeBuildInputs = [ makeWrapper ];