checkSSLCert: 2.66.0 -> 2.68.0

This commit is contained in:
R. Ryantm 2023-04-30 14:06:27 +00:00
parent 095a5bbfef
commit 6a8ab7a8c7

View file

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.66.0";
version = "2.68.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "v${version}";
hash = "sha256-sk0t/oy8YsTcYSMKtSsC3apGp8LNa9AUggHrHKd75pw=";
hash = "sha256-yigg2C1FkdS/O+GCAkbQhXwARO0583V8MREzVCNsoGA=";
};
nativeBuildInputs = [