checkSSLCert: 2.58.0 -> 2.60.0

This commit is contained in:
R. Ryantm 2023-02-25 21:50:04 +00:00
parent 21299ca839
commit 4a92f37a14

View file

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.58.0";
version = "2.60.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "v${version}";
hash = "sha256-nQE3UMZcIR063JuZkTN49imDYQGGnNzE1yaeR4k4mWY=";
hash = "sha256-BWzhsIiEjRb4Yq8vf3N1lnwT3uU1Unr/ThxfhEiMBtw=";
};
nativeBuildInputs = [