checkSSLCert: 2.23.0 -> 2.24.0

This commit is contained in:
R. Ryantm 2022-04-10 11:42:08 +00:00
parent ae979da6b8
commit 6da2a24cc3

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.23.0";
version = "2.24.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "v${version}";
sha256 = "sha256-RGl6Fgm9FVaZQMWHl93RwHvrScz69VgbIyDBqMh3PVo=";
sha256 = "sha256-TZT37W4A09t7okPFfcOJOQEAKAchH1FJ+LRftdHZQsM=";
};
nativeBuildInputs = [