checkSSLCert: 2.37.0 -> 2.38.0

This commit is contained in:
R. Ryantm 2022-08-24 09:33:31 +00:00
parent 6895427d34
commit 53f4fbc8f0

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.37.0";
version = "2.38.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "v${version}";
hash = "sha256-+1Io0sA+ZaGPReNfCTEnTzG3o0R6XyvpyA8bhXpEduM=";
hash = "sha256-YKjZBDdUynEwWZoMCdtV5ODxXRfZpq36+X9dvKDBSBk=";
};
nativeBuildInputs = [